#EAE189

Color #EAE189 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EAE189

Tints of Khaki #EAE189

Color information

#EAE189 (or 0xEAE189) is unknown color: approx Khaki. HEX triplet: EA, E1 and 89. RGB value is (234,225,137). Sum of RGB (Red+Green+Blue) = 234+225+137=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE189 is #151E76. Grayscale: #DADADA. Windows color (decimal): -1384055 or 9036266. OLE color: 9036266.

HSL color Cylindrical-coordinate representation of color #EAE189: hue angle of 54.43º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAE189 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB234225137-
CMYK00.040.410.08
HSL54.43º69.78%72.75%-
HSV(B)54.43º41.45%91.76%-
XYZ65.3773.1534.34-
YUV217.6682.48139.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 137 (53.91% from 255) = 22.99%
R=39.26%
G=37.75%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422513700.040.410.0854.4369.7872.75
HexEAE18904298364649
Octal35234121104511066106111
Binary1110101011100001100010010100101001100011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE189; }

 p { color: rgb(234,225,137); }

 H1.HeaderClassName
 {
   color: #EAE189;
 }
 .AnyTagClassName
 {
   color: #EAE189;
 }
</style>
background-color css

<style>
 a { background-color: #EAE189; }

 a { background-color: rgb(234,225,137); }

 div.DivClassName
 {
   background-color: #EAE189;
 }
 .BgClassName
 {
   background-color: #EAE189;
 }
</style>
border-color css

<style>
 span { border-color: #EAE189; }

 span { border-color: rgb(234,225,137); }

 td.TdClassName
 {
   border-color: #EAE189;
 }
 .TagClassName
 {
   border-color: #EAE189;
 }
</style>