Shades of Khaki #EDEA90
Tints of Khaki #EDEA90
RGB
CMYK
RGB Variations
Color information
#EDEA90 (or 0xEDEA90) is known color: Khaki. HEX triplet: ED, EA and 90. RGB value is (237,234,144). Sum of RGB (Red+Green+Blue) = 237+234+144=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA90 is #12156F. Grayscale: #E1E1E1. Windows color (decimal): -1185136 or 9497325. OLE color: 9497325.
HSL color Cylindrical-coordinate representation of color #EDEA90: hue angle of 58.06º 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 #EDEA90 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 144 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.07 |
| HSL | 58.06º | 0.72% | 0.75% | - |
| HSV(B) | 58.06º | 0.39% | 0.93% | - |
| XYZ | 69.38 | 78.86 | 37.95 | - |
| YUV | 224.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 144 | 0 | 0.01 | 0.39 | 0.07 | 58.06 | 0.72 | 0.75 |
| Hex | ED | EA | 90 | 0 | 1 | 27 | 7 | 3A | 48 | 4B |
| Octal | 355 | 352 | 220 | 0 | 1 | 47 | 7 | 72 | 110 | 113 |
| Binary | 11101101 | 11101010 | 10010000 | 0 | 1 | 100111 | 111 | 111010 | 1001000 | 1001011 |
Color Harmonies of #EDEA90
Complementary color
Monochromatic Colors of #EDEA90
Black with #EDEA90
Text Example
Text Example
White with #EDEA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA90; }
p { color: rgb(237,234,144); }
H1.HeaderClassName
{
color: #EDEA90;
}
.AnyTagClassName
{
color: #EDEA90;
}
</style>
background-color css
<style>
a { background-color: #EDEA90; }
a { background-color: rgb(237,234,144); }
div.DivClassName
{
background-color: #EDEA90;
}
.BgClassName
{
background-color: #EDEA90;
}
</style>
border-color css
<style>
span { border-color: #EDEA90; }
span { border-color: rgb(237,234,144); }
td.TdClassName
{
border-color: #EDEA90;
}
.TagClassName
{
border-color: #EDEA90;
}
</style>