#ede889

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

Shades of Khaki #EDE889

Tints of Khaki #EDE889

Color information

#EDE889 (or 0xEDE889) is unknown color: approx Khaki. HEX triplet: ED, E8 and 89. RGB value is (237,232,137). Sum of RGB (Red+Green+Blue) = 237+232+137=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE889 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE889 is #121776. Grayscale: #DFDFDF. Windows color (decimal): -1185655 or 9038061. OLE color: 9038061.

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

Color convert

RGB237232137-
CMYK00.020.420.07
HSL57º73.53%73.33%-
HSV(B)57º42.19%92.94%-
XYZ68.377.5235.03-
YUV222.6679.66138.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 137 (53.91% from 255) = 22.61%
R=39.11%
G=38.28%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723213700.020.420.075773.5373.33
HexEDE889022A7394a49
Octal3553502110252771112111
Binary11101101111010001000100101010101011111100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede889; }

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

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

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

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

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

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

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

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