#EDDC92

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

Shades of Khaki #EDDC92

Tints of Khaki #EDDC92

Color information

#EDDC92 (or 0xEDDC92) is unknown color: approx Khaki. HEX triplet: ED, DC and 92. RGB value is (237,220,146). Sum of RGB (Red+Green+Blue) = 237+220+146=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC92 is #12236D. Grayscale: #D8D8D8. Windows color (decimal): -1188718 or 9624813. OLE color: 9624813.

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

Color convert

RGB237220146-
CMYK00.070.380.07
HSL48.79º71.65%75.1%-
HSV(B)48.79º38.4%92.94%-
XYZ65.7171.2737.49-
YUV216.6588.13142.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 146 (57.42% from 255) = 24.21%
R=39.30%
G=36.48%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722014600.070.380.0748.7971.6575.1
HexEDDC920726731484b
Octal3553342220746761110113
Binary111011011101110010010010011110011011111000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC92; }

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

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

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

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

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

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

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

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