Shades of Khaki #EBE290
Tints of Khaki #EBE290
RGB
CMYK
RGB Variations
Color information
#EBE290 (or 0xEBE290) is known color: Khaki. HEX triplet: EB, E2 and 90. RGB value is (235,226,144). Sum of RGB (Red+Green+Blue) = 235+226+144=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE290 is #141D6F. Grayscale: #DBDBDB. Windows color (decimal): -1318256 or 9495275. OLE color: 9495275.
HSL color Cylindrical-coordinate representation of color #EBE290: hue angle of 54.07º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBE290 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 144 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.08 |
| HSL | 54.07º | 0.69% | 0.74% | - |
| HSV(B) | 54.07º | 0.39% | 0.92% | - |
| XYZ | 66.49 | 74.07 | 37.18 | - |
| YUV | 219.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 144 | 0 | 0.04 | 0.39 | 0.08 | 54.07 | 0.69 | 0.74 |
| Hex | EB | E2 | 90 | 0 | 4 | 27 | 8 | 36 | 45 | 4A |
| Octal | 353 | 342 | 220 | 0 | 4 | 47 | 10 | 66 | 105 | 112 |
| Binary | 11101011 | 11100010 | 10010000 | 0 | 100 | 100111 | 1000 | 110110 | 1000101 | 1001010 |
Color Harmonies of #EBE290
Complementary color
Monochromatic Colors of #EBE290
Black with #EBE290
Text Example
Text Example
White with #EBE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE290; }
p { color: rgb(235,226,144); }
H1.HeaderClassName
{
color: #EBE290;
}
.AnyTagClassName
{
color: #EBE290;
}
</style>
background-color css
<style>
a { background-color: #EBE290; }
a { background-color: rgb(235,226,144); }
div.DivClassName
{
background-color: #EBE290;
}
.BgClassName
{
background-color: #EBE290;
}
</style>
border-color css
<style>
span { border-color: #EBE290; }
span { border-color: rgb(235,226,144); }
td.TdClassName
{
border-color: #EBE290;
}
.TagClassName
{
border-color: #EBE290;
}
</style>