#EAE98C

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

Shades of Khaki #EAE98C

Tints of Khaki #EAE98C

Color information

#EAE98C (or 0xEAE98C) is unknown color: approx Khaki. HEX triplet: EA, E9 and 8C. RGB value is (234,233,140). Sum of RGB (Red+Green+Blue) = 234+233+140=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98C is #151673. Grayscale: #DFDFDF. Windows color (decimal): -1382004 or 9234922. OLE color: 9234922.

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

Color convert

RGB234233140-
CMYK00.000.400.08
HSL59.36º69.12%73.33%-
HSV(B)59.36º40.17%91.76%-
XYZ67.877.6636.23-
YUV222.781.33136.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 233 (91.41% from 255) = 38.39%
BLUE value IS 140 (55.08% from 255) = 23.06%
R=38.55%
G=38.39%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423314000.000.400.0859.3669.1273.33
HexEAE98C002883b4549
Octal35235121400501073105111
Binary11101010111010011000110000101000100011101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE98C; }

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

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

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

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

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

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

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

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