#EDE88E

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

Shades of Khaki #EDE88E

Tints of Khaki #EDE88E

Color information

#EDE88E (or 0xEDE88E) is unknown color: approx Khaki. HEX triplet: ED, E8 and 8E. RGB value is (237,232,142). Sum of RGB (Red+Green+Blue) = 237+232+142=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE88E is #121771. Grayscale: #DFDFDF. Windows color (decimal): -1185650 or 9365741. OLE color: 9365741.

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

Color convert

RGB237232142-
CMYK00.020.400.07
HSL56.84º72.52%74.31%-
HSV(B)56.84º40.08%92.94%-
XYZ68.6677.6736.96-
YUV223.2482.16137.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 232 (91.02% from 255) = 37.97%
BLUE value IS 142 (55.86% from 255) = 23.24%
R=38.79%
G=37.97%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723214200.020.400.0756.8472.5274.31
HexEDE88E0228739494a
Octal3553502160250771111112
Binary11101101111010001000111001010100011111100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE88E; }

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

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

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

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

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

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

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

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