#EAE28C

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

Shades of Khaki #EAE28C

Tints of Khaki #EAE28C

Color information

#EAE28C (or 0xEAE28C) is unknown color: approx Khaki. HEX triplet: EA, E2 and 8C. RGB value is (234,226,140). Sum of RGB (Red+Green+Blue) = 234+226+140=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE28C is #151D73. Grayscale: #DADADA. Windows color (decimal): -1383796 or 9233130. OLE color: 9233130.

HSL color Cylindrical-coordinate representation of color #EAE28C: hue angle of 54.89º 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 #EAE28C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234226140-
CMYK00.030.400.08
HSL54.89º69.12%73.33%-
HSV(B)54.89º40.17%91.76%-
XYZ65.8673.7835.58-
YUV218.5983.65138.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 140 (55.08% from 255) = 23.33%
R=39%
G=37.67%
B=23.33%

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
Decimal23422614000.030.400.0854.8969.1273.33
HexEAE28C03288374549
Octal35234221403501067105111
Binary111010101110001010001100011101000100011011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE28C; }

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

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

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

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

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

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

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

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