Shades of Khaki #EDEA88
Tints of Khaki #EDEA88
RGB
CMYK
RGB Variations
Color information
#EDEA88 (or 0xEDEA88) is known color: Khaki. HEX triplet: ED, EA and 88. RGB value is (237,234,136). Sum of RGB (Red+Green+Blue) = 237+234+136=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA88 is #121577. Grayscale: #E0E0E0. Windows color (decimal): -1185144 or 8973037. OLE color: 8973037.
HSL color Cylindrical-coordinate representation of color #EDEA88: hue angle of 58.22º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDEA88 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 136 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.07 |
| HSL | 58.22º | 0.74% | 0.73% | - |
| HSV(B) | 58.22º | 0.43% | 0.93% | - |
| XYZ | 68.79 | 78.63 | 34.84 | - |
| YUV | 223.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 136 | 0 | 0.01 | 0.43 | 0.07 | 58.22 | 0.74 | 0.73 |
| Hex | ED | EA | 88 | 0 | 1 | 2B | 7 | 3A | 4A | 49 |
| Octal | 355 | 352 | 210 | 0 | 1 | 53 | 7 | 72 | 112 | 111 |
| Binary | 11101101 | 11101010 | 10001000 | 0 | 1 | 101011 | 111 | 111010 | 1001010 | 1001001 |
Color Harmonies of #EDEA88
Complementary color
Monochromatic Colors of #EDEA88
Black with #EDEA88
Text Example
Text Example
White with #EDEA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA88; }
p { color: rgb(237,234,136); }
H1.HeaderClassName
{
color: #EDEA88;
}
.AnyTagClassName
{
color: #EDEA88;
}
</style>
background-color css
<style>
a { background-color: #EDEA88; }
a { background-color: rgb(237,234,136); }
div.DivClassName
{
background-color: #EDEA88;
}
.BgClassName
{
background-color: #EDEA88;
}
</style>
border-color css
<style>
span { border-color: #EDEA88; }
span { border-color: rgb(237,234,136); }
td.TdClassName
{
border-color: #EDEA88;
}
.TagClassName
{
border-color: #EDEA88;
}
</style>