#EDE888

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

Shades of Khaki #EDE888

Tints of Khaki #EDE888

Color information

#EDE888 (or 0xEDE888) is unknown color: approx Khaki. HEX triplet: ED, E8 and 88. RGB value is (237,232,136). Sum of RGB (Red+Green+Blue) = 237+232+136=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE888 is #121777. Grayscale: #DEDEDE. Windows color (decimal): -1185656 or 8972525. OLE color: 8972525.

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

Color convert

RGB237232136-
CMYK00.020.430.07
HSL57.03º73.72%73.14%-
HSV(B)57.03º42.62%92.94%-
XYZ68.2377.534.65-
YUV222.5579.16138.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 232 (91.02% from 255) = 38.35%
BLUE value IS 136 (53.52% from 255) = 22.48%
R=39.17%
G=38.35%
B=22.48%

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
Decimal23723213600.020.430.0757.0373.7273.14
HexEDE888022B7394a49
Octal3553502100253771112111
Binary11101101111010001000100001010101111111100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE888; }

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

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

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

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

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

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

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

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