#EAEA8D

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

Shades of Khaki #EAEA8D

Tints of Khaki #EAEA8D

Color information

#EAEA8D (or 0xEAEA8D) is unknown color: approx Khaki. HEX triplet: EA, EA and 8D. RGB value is (234,234,141). Sum of RGB (Red+Green+Blue) = 234+234+141=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA8D is #151572. Grayscale: #DFDFDF. Windows color (decimal): -1381747 or 9300714. OLE color: 9300714.

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

Color convert

RGB234234141-
CMYK000.400.08
HSL60º68.89%73.53%-
HSV(B)60º39.74%91.76%-
XYZ68.1678.2636.71-
YUV223.481.5135.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 141 (55.47% from 255) = 23.15%
R=38.42%
G=38.42%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234141000.400.086068.8973.53
HexEAEA8D002883c454a
Octal35235221500501074105112
Binary11101010111010101000110100101000100011110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA8D; }

 p { color: rgb(234,234,141); }

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

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

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

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

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

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

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