#EDE089

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

Shades of Khaki #EDE089

Tints of Khaki #EDE089

Color information

#EDE089 (or 0xEDE089) is unknown color: approx Khaki. HEX triplet: ED, E0 and 89. RGB value is (237,224,137). Sum of RGB (Red+Green+Blue) = 237+224+137=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE089 is #121F76. Grayscale: #DADADA. Windows color (decimal): -1187703 or 9036013. OLE color: 9036013.

HSL color Cylindrical-coordinate representation of color #EDE089: hue angle of 52.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 #EDE089 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237224137-
CMYK00.050.420.07
HSL52.2º73.53%73.33%-
HSV(B)52.2º42.19%92.94%-
XYZ66.173.1234.3-
YUV217.9782.31141.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 137 (53.91% from 255) = 22.91%
R=39.63%
G=37.46%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722413700.050.420.0752.273.5373.33
HexEDE089052A7344a49
Octal3553402110552764112111
Binary111011011110000010001001010110101011111010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE089; }

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

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

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

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

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

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

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

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