Shades of Khaki #EBE28C
Tints of Khaki #EBE28C
RGB
CMYK
RGB Variations
Color information
#EBE28C (or 0xEBE28C) is known color: Khaki. HEX triplet: EB, E2 and 8C. RGB value is (235,226,140). Sum of RGB (Red+Green+Blue) = 235+226+140=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE28C is #141D73. Grayscale: #DBDBDB. Windows color (decimal): -1318260 or 9233131. OLE color: 9233131.
HSL color Cylindrical-coordinate representation of color #EBE28C: hue angle of 54.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBE28C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 140 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.08 |
| HSL | 54.32º | 0.7% | 0.74% | - |
| HSV(B) | 54.32º | 0.4% | 0.92% | - |
| XYZ | 66.19 | 73.95 | 35.6 | - |
| YUV | 218.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 140 | 0 | 0.04 | 0.40 | 0.08 | 54.32 | 0.7 | 0.74 |
| Hex | EB | E2 | 8C | 0 | 4 | 28 | 8 | 36 | 46 | 4A |
| Octal | 353 | 342 | 214 | 0 | 4 | 50 | 10 | 66 | 106 | 112 |
| Binary | 11101011 | 11100010 | 10001100 | 0 | 100 | 101000 | 1000 | 110110 | 1000110 | 1001010 |
Color Harmonies of #EBE28C
Complementary color
Monochromatic Colors of #EBE28C
Black with #EBE28C
Text Example
Text Example
White with #EBE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE28C; }
p { color: rgb(235,226,140); }
H1.HeaderClassName
{
color: #EBE28C;
}
.AnyTagClassName
{
color: #EBE28C;
}
</style>
background-color css
<style>
a { background-color: #EBE28C; }
a { background-color: rgb(235,226,140); }
div.DivClassName
{
background-color: #EBE28C;
}
.BgClassName
{
background-color: #EBE28C;
}
</style>
border-color css
<style>
span { border-color: #EBE28C; }
span { border-color: rgb(235,226,140); }
td.TdClassName
{
border-color: #EBE28C;
}
.TagClassName
{
border-color: #EBE28C;
}
</style>