Shades of Khaki #EBE49A
Tints of Khaki #EBE49A
RGB
CMYK
RGB Variations
Color information
#EBE49A (or 0xEBE49A) is known color: Khaki. HEX triplet: EB, E4 and 9A. RGB value is (235,228,154). Sum of RGB (Red+Green+Blue) = 235+228+154=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE49A is #141B65. Grayscale: #DDDDDD. Windows color (decimal): -1317734 or 10151147. OLE color: 10151147.
HSL color Cylindrical-coordinate representation of color #EBE49A: hue angle of 54.81º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE49A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 154 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.08 |
| HSL | 54.81º | 0.67% | 0.76% | - |
| HSV(B) | 54.81º | 0.34% | 0.92% | - |
| XYZ | 67.84 | 75.48 | 41.57 | - |
| YUV | 221.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 154 | 0 | 0.03 | 0.34 | 0.08 | 54.81 | 0.67 | 0.76 |
| Hex | EB | E4 | 9A | 0 | 3 | 22 | 8 | 37 | 43 | 4C |
| Octal | 353 | 344 | 232 | 0 | 3 | 42 | 10 | 67 | 103 | 114 |
| Binary | 11101011 | 11100100 | 10011010 | 0 | 11 | 100010 | 1000 | 110111 | 1000011 | 1001100 |
Color Harmonies of #EBE49A
Complementary color
Monochromatic Colors of #EBE49A
Black with #EBE49A
Text Example
Text Example
White with #EBE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE49A; }
p { color: rgb(235,228,154); }
H1.HeaderClassName
{
color: #EBE49A;
}
.AnyTagClassName
{
color: #EBE49A;
}
</style>
background-color css
<style>
a { background-color: #EBE49A; }
a { background-color: rgb(235,228,154); }
div.DivClassName
{
background-color: #EBE49A;
}
.BgClassName
{
background-color: #EBE49A;
}
</style>
border-color css
<style>
span { border-color: #EBE49A; }
span { border-color: rgb(235,228,154); }
td.TdClassName
{
border-color: #EBE49A;
}
.TagClassName
{
border-color: #EBE49A;
}
</style>