#EAE689

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

Shades of Khaki #EAE689

Tints of Khaki #EAE689

Color information

#EAE689 (or 0xEAE689) is unknown color: approx Khaki. HEX triplet: EA, E6 and 89. RGB value is (234,230,137). Sum of RGB (Red+Green+Blue) = 234+230+137=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 137 (53.91% from 255 or 22.80% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE689 is #151976. Grayscale: #DCDCDC. Windows color (decimal): -1382775 or 9037546. OLE color: 9037546.

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

Color convert

RGB234230137-
CMYK00.020.410.08
HSL57.53º69.78%72.75%-
HSV(B)57.53º41.45%91.76%-
XYZ66.7475.8934.8-
YUV220.5980.83137.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 137 (53.91% from 255) = 22.80%
R=38.94%
G=38.27%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423013700.020.410.0857.5369.7872.75
HexEAE689022983a4649
Octal35234621102511072106111
Binary111010101110011010001001010101001100011101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE689; }

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

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

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

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

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

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

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

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