#EDE589

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

Shades of Khaki #EDE589

Tints of Khaki #EDE589

Color information

#EDE589 (or 0xEDE589) is unknown color: approx Khaki. HEX triplet: ED, E5 and 89. RGB value is (237,229,137). Sum of RGB (Red+Green+Blue) = 237+229+137=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 137 (53.91% from 255 or 22.72% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE589 is #121A76. Grayscale: #DDDDDD. Windows color (decimal): -1186423 or 9037293. OLE color: 9037293.

HSL color Cylindrical-coordinate representation of color #EDE589: hue angle of 55.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDE589 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237229137-
CMYK00.030.420.07
HSL55.2º73.53%73.33%-
HSV(B)55.2º42.19%92.94%-
XYZ67.4675.8534.75-
YUV220.980.65139.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 229 (89.84% from 255) = 37.98%
BLUE value IS 137 (53.91% from 255) = 22.72%
R=39.30%
G=37.98%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722913700.030.420.0755.273.5373.33
HexEDE589032A7374a49
Octal3553452110352767112111
Binary11101101111001011000100101110101011111011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE589; }

 p { color: rgb(237,229,137); }

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

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

 a { background-color: rgb(237,229,137); }

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

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

 span { border-color: rgb(237,229,137); }

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