#EAE98F

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

Shades of Khaki #EAE98F

Tints of Khaki #EAE98F

Color information

#EAE98F (or 0xEAE98F) is unknown color: approx Khaki. HEX triplet: EA, E9 and 8F. RGB value is (234,233,143). Sum of RGB (Red+Green+Blue) = 234+233+143=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98F is #151670. Grayscale: #DFDFDF. Windows color (decimal): -1382001 or 9431530. OLE color: 9431530.

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

Color convert

RGB234233143-
CMYK00.000.390.08
HSL59.34º68.42%73.92%-
HSV(B)59.34º38.89%91.76%-
XYZ68.0377.7537.41-
YUV223.0482.83135.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 143 (56.25% from 255) = 23.44%
R=38.36%
G=38.20%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423314300.000.390.0859.3468.4273.92
HexEAE98F002783b444a
Octal35235121700471073104112
Binary11101010111010011000111100100111100011101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE98F; }

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

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

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

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

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

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

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

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