#EAE389

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

Shades of Khaki #EAE389

Tints of Khaki #EAE389

Color information

#EAE389 (or 0xEAE389) is unknown color: approx Khaki. HEX triplet: EA, E3 and 89. RGB value is (234,227,137). Sum of RGB (Red+Green+Blue) = 234+227+137=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE389 is #151C76. Grayscale: #DBDBDB. Windows color (decimal): -1383543 or 9036778. OLE color: 9036778.

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

Color convert

RGB234227137-
CMYK00.030.410.08
HSL55.67º69.78%72.75%-
HSV(B)55.67º41.45%91.76%-
XYZ65.9274.2434.52-
YUV218.8381.82138.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 137 (53.91% from 255) = 22.91%
R=39.13%
G=37.96%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422713700.030.410.0855.6769.7872.75
HexEAE38903298384649
Octal35234321103511070106111
Binary111010101110001110001001011101001100011100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE389; }

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

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

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

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

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

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

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

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