Color Hex Logo

#eeaf41 Color Hex

#EEAF41
(238,175,65)
0 Favorites   0 Comments

Color spaces of #eeaf41

RGB 23817565
HSL0.110.840.59
HSV38°73°93°
CMYK 0.000.260.73   0.07
XYZ51.544049.218711.7845
Yxy49.21870.45800.4373
Hunter Lab70.15608.371839.1500
CIE-Lab75.587212.967662.5971

#eeaf41 color RGB value is (238,175,65).

#eeaf41 hex color red value is 238, green value is 175 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eeaf41 hue: 0.11 , saturation: 0.84 and the lightness value of eeaf41 is 0.59.

The process color (four color CMYK) of #eeaf41 color hex is 0.00, 0.26, 0.73, 0.07. Web safe color of #eeaf41 is #ff9933. Color #eeaf41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 01000001
Octal 356 257 101
Decimal 238 175 65
Hex EE AF 41

RGB Percentages of Color #eeaf41

%49.79
%36.61
%13.60

CMYK Percentages of Color #eeaf41

%0
%26
%73
%7

Triadic Colors of #eeaf41

#eeaf41 #41eeaf #af41ee

Analogous Colors of #eeaf41

#eeaf41 #d7ee41 #ee5941

Monochromatic Colors of #eeaf41

#eeaf41

Complementary Color

#eeaf41 #4180ee

#eeaf41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaf41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaf41 Color CSS Codes

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

#eeaf41 Text Font Color

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

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


#eeaf41 Background Color

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

This div background color is #eeaf41


#eeaf41 Border Color

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

This div border color is #eeaf41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaf41


Comments

No comments written yet.

Please login to write comment.