Shades of Khaki #EDE38A
Tints of Khaki #EDE38A
RGB
CMYK
RGB Variations
Color information
#EDE38A (or 0xEDE38A) is known color: Khaki. HEX triplet: ED, E3 and 8A. RGB value is (237,227,138). Sum of RGB (Red+Green+Blue) = 237+227+138=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE38A is #121C75. Grayscale: #DCDCDC. Windows color (decimal): -1186934 or 9102317. OLE color: 9102317.
HSL color Cylindrical-coordinate representation of color #EDE38A: hue angle of 53.94º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDE38A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 138 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.07 |
| HSL | 53.94º | 0.73% | 0.74% | - |
| HSV(B) | 53.94º | 0.42% | 0.93% | - |
| XYZ | 66.98 | 74.78 | 34.95 | - |
| YUV | 219.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 138 | 0 | 0.04 | 0.42 | 0.07 | 53.94 | 0.73 | 0.74 |
| Hex | ED | E3 | 8A | 0 | 4 | 2A | 7 | 36 | 49 | 4A |
| Octal | 355 | 343 | 212 | 0 | 4 | 52 | 7 | 66 | 111 | 112 |
| Binary | 11101101 | 11100011 | 10001010 | 0 | 100 | 101010 | 111 | 110110 | 1001001 | 1001010 |
Color Harmonies of #EDE38A
Complementary color
Monochromatic Colors of #EDE38A
Black with #EDE38A
Text Example
Text Example
White with #EDE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE38A; }
p { color: rgb(237,227,138); }
H1.HeaderClassName
{
color: #EDE38A;
}
.AnyTagClassName
{
color: #EDE38A;
}
</style>
background-color css
<style>
a { background-color: #EDE38A; }
a { background-color: rgb(237,227,138); }
div.DivClassName
{
background-color: #EDE38A;
}
.BgClassName
{
background-color: #EDE38A;
}
</style>
border-color css
<style>
span { border-color: #EDE38A; }
span { border-color: rgb(237,227,138); }
td.TdClassName
{
border-color: #EDE38A;
}
.TagClassName
{
border-color: #EDE38A;
}
</style>