#EDDE95

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

Shades of Khaki #EDDE95

Tints of Khaki #EDDE95

Color information

#EDDE95 (or 0xEDDE95) is unknown color: approx Khaki. HEX triplet: ED, DE and 95. RGB value is (237,222,149). Sum of RGB (Red+Green+Blue) = 237+222+149=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDE95 is #12216A. Grayscale: #DADADA. Windows color (decimal): -1188203 or 9821933. OLE color: 9821933.

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

Color convert

RGB237222149-
CMYK00.060.370.07
HSL49.77º70.97%75.69%-
HSV(B)49.77º37.13%92.94%-
XYZ66.4772.4238.91-
YUV218.1688.97141.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 149 (58.59% from 255) = 24.51%
R=38.98%
G=36.51%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722214900.060.370.0749.7770.9775.69
HexEDDE950625732474c
Octal3553362250645762107114
Binary111011011101111010010101011010010111111001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE95; }

 p { color: rgb(237,222,149); }

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

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

 a { background-color: rgb(237,222,149); }

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

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

 span { border-color: rgb(237,222,149); }

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