#EDDC8F

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

Shades of Khaki #EDDC8F

Tints of Khaki #EDDC8F

Color information

#EDDC8F (or 0xEDDC8F) is unknown color: approx Khaki. HEX triplet: ED, DC and 8F. RGB value is (237,220,143). Sum of RGB (Red+Green+Blue) = 237+220+143=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC8F is #122370. Grayscale: #D8D8D8. Windows color (decimal): -1188721 or 9428205. OLE color: 9428205.

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

Color convert

RGB237220143-
CMYK00.070.400.07
HSL49.15º72.31%74.51%-
HSV(B)49.15º39.66%92.94%-
XYZ65.4871.1736.27-
YUV216.386.63142.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 143 (56.25% from 255) = 23.83%
R=39.5%
G=36.67%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722014300.070.400.0749.1572.3174.51
HexEDDC8F0728731484b
Octal3553342170750761110113
Binary111011011101110010001111011110100011111000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC8F; }

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

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

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

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

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

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

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

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