#EAE58D

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

Shades of Khaki #EAE58D

Tints of Khaki #EAE58D

Color information

#EAE58D (or 0xEAE58D) is unknown color: approx Khaki. HEX triplet: EA, E5 and 8D. RGB value is (234,229,141). Sum of RGB (Red+Green+Blue) = 234+229+141=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE58D is #151A72. Grayscale: #DCDCDC. Windows color (decimal): -1383027 or 9299434. OLE color: 9299434.

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

Color convert

RGB234229141-
CMYK00.020.400.08
HSL56.77º68.89%73.53%-
HSV(B)56.77º39.74%91.76%-
XYZ66.7675.4536.24-
YUV220.4683.16137.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=38.74%
G=37.91%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422914100.020.400.0856.7768.8973.53
HexEAE58D0228839454a
Octal35234521502501071105112
Binary111010101110010110001101010101000100011100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE58D; }

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

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

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

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

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

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

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

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