#EAE48C

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

Shades of Khaki #EAE48C

Tints of Khaki #EAE48C

Color information

#EAE48C (or 0xEAE48C) is unknown color: approx Khaki. HEX triplet: EA, E4 and 8C. RGB value is (234,228,140). Sum of RGB (Red+Green+Blue) = 234+228+140=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE48C is #151B73. Grayscale: #DCDCDC. Windows color (decimal): -1383284 or 9233642. OLE color: 9233642.

HSL color Cylindrical-coordinate representation of color #EAE48C: hue angle of 56.17º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE48C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234228140-
CMYK00.030.400.08
HSL56.17º69.12%73.33%-
HSV(B)56.17º40.17%91.76%-
XYZ66.4174.8735.76-
YUV219.7682.99138.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.87%
GREEN value IS 228 (89.45% from 255) = 37.87%
BLUE value IS 140 (55.08% from 255) = 23.26%
R=38.87%
G=37.87%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422814000.030.400.0856.1769.1273.33
HexEAE48C03288384549
Octal35234421403501070105111
Binary111010101110010010001100011101000100011100010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE48C; }

 p { color: rgb(234,228,140); }

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

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

 a { background-color: rgb(234,228,140); }

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

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

 span { border-color: rgb(234,228,140); }

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