Shades of Khaki #EBE28A
Tints of Khaki #EBE28A
RGB
CMYK
RGB Variations
Color information
#EBE28A (or 0xEBE28A) is known color: Khaki. HEX triplet: EB, E2 and 8A. RGB value is (235,226,138). Sum of RGB (Red+Green+Blue) = 235+226+138=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE28A is #141D75. Grayscale: #DBDBDB. Windows color (decimal): -1318262 or 9102059. OLE color: 9102059.
HSL color Cylindrical-coordinate representation of color #EBE28A: hue angle of 54.43º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBE28A is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 138 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.08 |
| HSL | 54.43º | 0.71% | 0.73% | - |
| HSV(B) | 54.43º | 0.41% | 0.92% | - |
| XYZ | 66.04 | 73.89 | 34.83 | - |
| YUV | 218.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 138 | 0 | 0.04 | 0.41 | 0.08 | 54.43 | 0.71 | 0.73 |
| Hex | EB | E2 | 8A | 0 | 4 | 29 | 8 | 36 | 47 | 49 |
| Octal | 353 | 342 | 212 | 0 | 4 | 51 | 10 | 66 | 107 | 111 |
| Binary | 11101011 | 11100010 | 10001010 | 0 | 100 | 101001 | 1000 | 110110 | 1000111 | 1001001 |
Color Harmonies of #EBE28A
Complementary color
Monochromatic Colors of #EBE28A
Black with #EBE28A
Text Example
Text Example
White with #EBE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE28A; }
p { color: rgb(235,226,138); }
H1.HeaderClassName
{
color: #EBE28A;
}
.AnyTagClassName
{
color: #EBE28A;
}
</style>
background-color css
<style>
a { background-color: #EBE28A; }
a { background-color: rgb(235,226,138); }
div.DivClassName
{
background-color: #EBE28A;
}
.BgClassName
{
background-color: #EBE28A;
}
</style>
border-color css
<style>
span { border-color: #EBE28A; }
span { border-color: rgb(235,226,138); }
td.TdClassName
{
border-color: #EBE28A;
}
.TagClassName
{
border-color: #EBE28A;
}
</style>