Color Hex Logo

#eeaf00 Color Hex

#EEAF00
(238,175,0)
0 Favorites   0 Comments

Color spaces of #eeaf00

RGB 2381750
HSL0.121.000.47
HSV44°100°93°
CMYK 0.000.261.00   0.07
XYZ50.589948.83716.7601
Yxy48.83710.47640.4599
Hunter Lab69.88356.923043.1831
CIE-Lab75.349911.459078.3054

#eeaf00 color RGB value is (238,175,0).

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

The process color (four color CMYK) of #eeaf00 color hex is 0.00, 0.26, 1.00, 0.07. Web safe color of #eeaf00 is #ff9900. Color #eeaf00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 00000000
Octal 356 257 0
Decimal 238 175 0
Hex EE AF 0

RGB Percentages of Color #eeaf00

%57.63
%42.37
%0.00

CMYK Percentages of Color #eeaf00

%0
%26
%100
%7

Triadic Colors of #eeaf00

#eeaf00 #00eeaf #af00ee

Analogous Colors of #eeaf00

#eeaf00 #b6ee00 #ee3800

Monochromatic Colors of #eeaf00

#eeaf00

Complementary Color

#eeaf00 #003fee

#eeaf00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf00 Color CSS Codes

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

#eeaf00 Text Font Color

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

This sample text font color is #eeaf00
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.


#eeaf00 Background Color

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

This div background color is #eeaf00


#eeaf00 Border Color

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

This div border color is #eeaf00


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,175,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 #eeaf00">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf00

#eeaf00 Color Palettes


Comments

No comments written yet.

Please login to write comment.