Shades of Khaki #EDE388
Tints of Khaki #EDE388
RGB
CMYK
RGB Variations
Color information
#EDE388 (or 0xEDE388) is known color: Khaki. HEX triplet: ED, E3 and 88. RGB value is (237,227,136). Sum of RGB (Red+Green+Blue) = 237+227+136=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE388 is #121C77. Grayscale: #DBDBDB. Windows color (decimal): -1186936 or 8971245. OLE color: 8971245.
HSL color Cylindrical-coordinate representation of color #EDE388: hue angle of 54.06º 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 #EDE388 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 136 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.07 |
| HSL | 54.06º | 0.74% | 0.73% | - |
| HSV(B) | 54.06º | 0.43% | 0.93% | - |
| XYZ | 66.84 | 74.72 | 34.19 | - |
| YUV | 219.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 136 | 0 | 0.04 | 0.43 | 0.07 | 54.06 | 0.74 | 0.73 |
| Hex | ED | E3 | 88 | 0 | 4 | 2B | 7 | 36 | 4A | 49 |
| Octal | 355 | 343 | 210 | 0 | 4 | 53 | 7 | 66 | 112 | 111 |
| Binary | 11101101 | 11100011 | 10001000 | 0 | 100 | 101011 | 111 | 110110 | 1001010 | 1001001 |
Color Harmonies of #EDE388
Complementary color
Monochromatic Colors of #EDE388
Black with #EDE388
Text Example
Text Example
White with #EDE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE388; }
p { color: rgb(237,227,136); }
H1.HeaderClassName
{
color: #EDE388;
}
.AnyTagClassName
{
color: #EDE388;
}
</style>
background-color css
<style>
a { background-color: #EDE388; }
a { background-color: rgb(237,227,136); }
div.DivClassName
{
background-color: #EDE388;
}
.BgClassName
{
background-color: #EDE388;
}
</style>
border-color css
<style>
span { border-color: #EDE388; }
span { border-color: rgb(237,227,136); }
td.TdClassName
{
border-color: #EDE388;
}
.TagClassName
{
border-color: #EDE388;
}
</style>