#EDE988

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

Shades of Khaki #EDE988

Tints of Khaki #EDE988

Color information

#EDE988 (or 0xEDE988) is unknown color: approx Khaki. HEX triplet: ED, E9 and 88. RGB value is (237,233,136). Sum of RGB (Red+Green+Blue) = 237+233+136=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE988 is #121677. Grayscale: #DFDFDF. Windows color (decimal): -1185400 or 8972781. OLE color: 8972781.

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

Color convert

RGB237233136-
CMYK00.020.430.07
HSL57.62º73.72%73.14%-
HSV(B)57.62º42.62%92.94%-
XYZ68.5178.0634.75-
YUV223.1478.83137.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 233 (91.41% from 255) = 38.45%
BLUE value IS 136 (53.52% from 255) = 22.44%
R=39.11%
G=38.45%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723313600.020.430.0757.6273.7273.14
HexEDE988022B73a4a49
Octal3553512100253772112111
Binary11101101111010011000100001010101111111101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE988; }

 p { color: rgb(237,233,136); }

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

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

 a { background-color: rgb(237,233,136); }

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

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

 span { border-color: rgb(237,233,136); }

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