#EDE096

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

Shades of Khaki #EDE096

Tints of Khaki #EDE096

Color information

#EDE096 (or 0xEDE096) is unknown color: approx Khaki. HEX triplet: ED, E0 and 96. RGB value is (237,224,150). Sum of RGB (Red+Green+Blue) = 237+224+150=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE096 is #121F69. Grayscale: #DBDBDB. Windows color (decimal): -1187690 or 9887981. OLE color: 9887981.

HSL color Cylindrical-coordinate representation of color #EDE096: hue angle of 51.03º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDE096 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237224150-
CMYK00.050.370.07
HSL51.03º70.73%75.88%-
HSV(B)51.03º36.71%92.94%-
XYZ67.0973.5239.51-
YUV219.4588.81140.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 224 (87.89% from 255) = 36.66%
BLUE value IS 150 (58.98% from 255) = 24.55%
R=38.79%
G=36.66%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722415000.050.370.0751.0370.7375.88
HexEDE0960525733474c
Octal3553402260545763107114
Binary111011011110000010010110010110010111111001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE096; }

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

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

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

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

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

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

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

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