#EDDC91

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

Shades of Khaki #EDDC91

Tints of Khaki #EDDC91

Color information

#EDDC91 (or 0xEDDC91) is unknown color: approx Khaki. HEX triplet: ED, DC and 91. RGB value is (237,220,145). Sum of RGB (Red+Green+Blue) = 237+220+145=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC91 is #12236E. Grayscale: #D8D8D8. Windows color (decimal): -1188719 or 9559277. OLE color: 9559277.

HSL color Cylindrical-coordinate representation of color #EDDC91: hue angle of 48.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDDC91 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237220145-
CMYK00.070.390.07
HSL48.91º71.88%74.9%-
HSV(B)48.91º38.82%92.94%-
XYZ65.6371.2437.08-
YUV216.5387.63142.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 145 (57.03% from 255) = 24.09%
R=39.37%
G=36.54%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722014500.070.390.0748.9171.8874.9
HexEDDC910727731484b
Octal3553342210747761110113
Binary111011011101110010010001011110011111111000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC91; }

 p { color: rgb(237,220,145); }

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

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

 a { background-color: rgb(237,220,145); }

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

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

 span { border-color: rgb(237,220,145); }

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