#EAE688

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

Shades of Khaki #EAE688

Tints of Khaki #EAE688

Color information

#EAE688 (or 0xEAE688) is unknown color: approx Khaki. HEX triplet: EA, E6 and 88. RGB value is (234,230,136). Sum of RGB (Red+Green+Blue) = 234+230+136=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE688 is #151977. Grayscale: #DCDCDC. Windows color (decimal): -1382776 or 8972010. OLE color: 8972010.

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

Color convert

RGB234230136-
CMYK00.020.420.08
HSL57.55º70%72.55%-
HSV(B)57.55º41.88%91.76%-
XYZ66.6775.8634.42-
YUV220.4880.33137.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 230 (90.23% from 255) = 38.33%
BLUE value IS 136 (53.52% from 255) = 22.67%
R=39%
G=38.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423013600.020.420.0857.557072.55
HexEAE688022A83a4649
Octal35234621002521072106111
Binary111010101110011010001000010101010100011101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE688; }

 p { color: rgb(234,230,136); }

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

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

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

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

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

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

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