Color Hex Logo

#eee600 Color Hex Titanium Yellow

#EEE600
(238,230,0)
6 Favorites   0 Comments

Color spaces of #eee600 Titanium Yellow

RGB 2382300
HSL0.161.000.47
HSV58°100°93°
CMYK 0.000.031.00   0.07
XYZ63.556774.770811.0824
Yxy74.77080.42540.5004
Hunter Lab86.4701-20.122852.9302
CIE-Lab89.2855-16.585988.1466

#eee600 color RGB value is (238,230,0). #eee600 color name is Titanium Yellow color.

#eee600 hex color red value is 238, green value is 230 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #eee600 hue: 0.16 , saturation: 1.00 and the lightness value of eee600 is 0.47.

The process color (four color CMYK) of #eee600 color hex is 0.00, 0.03, 1.00, 0.07. Web safe color of #eee600 is #ffff00. Color #eee600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 00000000
Octal 356 346 0
Decimal 238 230 0
Hex EE E6 0

RGB Percentages of Color #eee600

%50.85
%49.15
%0.00

CMYK Percentages of Color #eee600

%0
%3
%100
%7

Triadic Colors of #eee600

#eee600 #00eee6 #e600ee

Analogous Colors of #eee600

#eee600 #7fee00 #ee6f00

Monochromatic Colors of #eee600

#eee600

Complementary Color

#eee600 #0008ee

#eee600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee600 Color CSS Codes

.mybgcolor {background-color:#eee600; } 
.myforecolor {color:#eee600; }
.mybordercolor {border:3px solid #eee600; }

#eee600 Text Font Color

<p style="color:#eee600">Text here</p>

This sample text font color is #eee600
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eee600 Background Color

<div style="background-color:#eee600">
Div content here</div>

This div background color is #eee600


#eee600 Border Color

<div style="border:3px solid #eee600">
Div here</div>

This div border color is #eee600


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,230,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eee600; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eee600;
  -webkit-box-shadow: 1px 1px 3px 2px #eee600;
  box-shadow:         1px 1px 3px 2px #eee600; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,230,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eee600">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eee600;
  -webkit-box-shadow: 1px 1px 3px 2px #eee600;
  box-shadow:         1px 1px 3px 2px #eee600;">
Div content here</div>

This div box has shadow with color #eee600

#eee600 Color Palettes


Comments

No comments written yet.

Please login to write comment.