Shades of Khaki #EDEB8C
Tints of Khaki #EDEB8C
RGB
CMYK
RGB Variations
Color information
#EDEB8C (or 0xEDEB8C) is known color: Khaki. HEX triplet: ED, EB and 8C. RGB value is (237,235,140). Sum of RGB (Red+Green+Blue) = 237+235+140=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB8C is #121473. Grayscale: #E1E1E1. Windows color (decimal): -1184884 or 9235437. OLE color: 9235437.
HSL color Cylindrical-coordinate representation of color #EDEB8C: hue angle of 58.76º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDEB8C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 235 | 140 | - |
CMYK | 0 | 0.01 | 0.41 | 0.07 |
HSL | 58.76º | 0.73% | 0.74% | - |
HSV(B) | 58.76º | 0.41% | 0.93% | - |
XYZ | 69.37 | 79.31 | 36.46 | - |
YUV | 224.77 | 80.16 | 136.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 235 | 140 | 0 | 0.01 | 0.41 | 0.07 | 58.76 | 0.73 | 0.74 |
Hex | ED | EB | 8C | 0 | 1 | 29 | 7 | 3B | 49 | 4A |
Octal | 355 | 353 | 214 | 0 | 1 | 51 | 7 | 73 | 111 | 112 |
Binary | 11101101 | 11101011 | 10001100 | 0 | 1 | 101001 | 111 | 111011 | 1001001 | 1001010 |
Color Harmonies of #EDEB8C
Complementary color
Monochromatic Colors of #EDEB8C
Black with #EDEB8C
Text Example
Text Example
White with #EDEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB8C; }
p { color: rgb(237,235,140); }
H1.HeaderClassName
{
color: #EDEB8C;
}
.AnyTagClassName
{
color: #EDEB8C;
}
</style>
background-color css
<style>
a { background-color: #EDEB8C; }
a { background-color: rgb(237,235,140); }
div.DivClassName
{
background-color: #EDEB8C;
}
.BgClassName
{
background-color: #EDEB8C;
}
</style>
border-color css
<style>
span { border-color: #EDEB8C; }
span { border-color: rgb(237,235,140); }
td.TdClassName
{
border-color: #EDEB8C;
}
.TagClassName
{
border-color: #EDEB8C;
}
</style>