Shades of Khaki #EBE28B
Tints of Khaki #EBE28B
RGB
CMYK
RGB Variations
Color information
#EBE28B (or 0xEBE28B) is known color: Khaki. HEX triplet: EB, E2 and 8B. RGB value is (235,226,139). Sum of RGB (Red+Green+Blue) = 235+226+139=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE28B is #141D74. Grayscale: #DBDBDB. Windows color (decimal): -1318261 or 9167595. OLE color: 9167595.
HSL color Cylindrical-coordinate representation of color #EBE28B: hue angle of 54.38º 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 #EBE28B is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 139 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.08 |
| HSL | 54.38º | 0.71% | 0.73% | - |
| HSV(B) | 54.38º | 0.41% | 0.92% | - |
| XYZ | 66.12 | 73.92 | 35.21 | - |
| YUV | 218.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 139 | 0 | 0.04 | 0.41 | 0.08 | 54.38 | 0.71 | 0.73 |
| Hex | EB | E2 | 8B | 0 | 4 | 29 | 8 | 36 | 47 | 49 |
| Octal | 353 | 342 | 213 | 0 | 4 | 51 | 10 | 66 | 107 | 111 |
| Binary | 11101011 | 11100010 | 10001011 | 0 | 100 | 101001 | 1000 | 110110 | 1000111 | 1001001 |
Color Harmonies of #EBE28B
Complementary color
Monochromatic Colors of #EBE28B
Black with #EBE28B
Text Example
Text Example
White with #EBE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE28B; }
p { color: rgb(235,226,139); }
H1.HeaderClassName
{
color: #EBE28B;
}
.AnyTagClassName
{
color: #EBE28B;
}
</style>
background-color css
<style>
a { background-color: #EBE28B; }
a { background-color: rgb(235,226,139); }
div.DivClassName
{
background-color: #EBE28B;
}
.BgClassName
{
background-color: #EBE28B;
}
</style>
border-color css
<style>
span { border-color: #EBE28B; }
span { border-color: rgb(235,226,139); }
td.TdClassName
{
border-color: #EBE28B;
}
.TagClassName
{
border-color: #EBE28B;
}
</style>