#EAE387

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

Shades of Khaki #EAE387

Tints of Khaki #EAE387

Color information

#EAE387 (or 0xEAE387) is unknown color: approx Khaki. HEX triplet: EA, E3 and 87. RGB value is (234,227,135). Sum of RGB (Red+Green+Blue) = 234+227+135=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE387 is #151C78. Grayscale: #DADADA. Windows color (decimal): -1383545 or 8905706. OLE color: 8905706.

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

Color convert

RGB234227135-
CMYK00.030.420.08
HSL55.76º70.21%72.35%-
HSV(B)55.76º42.31%91.76%-
XYZ65.7774.1833.77-
YUV218.680.82138.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 135 (53.12% from 255) = 22.65%
R=39.26%
G=38.09%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422713500.030.420.0855.7670.2172.35
HexEAE387032A8384648
Octal35234320703521070106110
Binary111010101110001110000111011101010100011100010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE387; }

 p { color: rgb(234,227,135); }

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

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

 a { background-color: rgb(234,227,135); }

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

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

 span { border-color: rgb(234,227,135); }

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