#EAE98B

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

Shades of Khaki #EAE98B

Tints of Khaki #EAE98B

Color information

#EAE98B (or 0xEAE98B) is unknown color: approx Khaki. HEX triplet: EA, E9 and 8B. RGB value is (234,233,139). Sum of RGB (Red+Green+Blue) = 234+233+139=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98B is #151674. Grayscale: #DEDEDE. Windows color (decimal): -1382005 or 9169386. OLE color: 9169386.

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

Color convert

RGB234233139-
CMYK00.000.410.08
HSL59.37º69.34%73.14%-
HSV(B)59.37º40.6%91.76%-
XYZ67.7377.6335.84-
YUV222.5880.83136.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 233 (91.41% from 255) = 38.45%
BLUE value IS 139 (54.69% from 255) = 22.94%
R=38.61%
G=38.45%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423313900.000.410.0859.3769.3473.14
HexEAE98B002983b4549
Octal35235121300511073105111
Binary11101010111010011000101100101001100011101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE98B; }

 p { color: rgb(234,233,139); }

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

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

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

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

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

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

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