Shades of Khaki #EBE690
Tints of Khaki #EBE690
RGB
CMYK
RGB Variations
Color information
#EBE690 (or 0xEBE690) is known color: Khaki. HEX triplet: EB, E6 and 90. RGB value is (235,230,144). Sum of RGB (Red+Green+Blue) = 235+230+144=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE690 is #14196F. Grayscale: #DEDEDE. Windows color (decimal): -1317232 or 9496299. OLE color: 9496299.
HSL color Cylindrical-coordinate representation of color #EBE690: hue angle of 56.7º 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 #EBE690 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 144 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.08 |
| HSL | 56.7º | 0.69% | 0.74% | - |
| HSV(B) | 56.7º | 0.39% | 0.92% | - |
| XYZ | 67.59 | 76.27 | 37.54 | - |
| YUV | 221.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 144 | 0 | 0.02 | 0.39 | 0.08 | 56.7 | 0.69 | 0.74 |
| Hex | EB | E6 | 90 | 0 | 2 | 27 | 8 | 39 | 45 | 4A |
| Octal | 353 | 346 | 220 | 0 | 2 | 47 | 10 | 71 | 105 | 112 |
| Binary | 11101011 | 11100110 | 10010000 | 0 | 10 | 100111 | 1000 | 111001 | 1000101 | 1001010 |
Color Harmonies of #EBE690
Complementary color
Monochromatic Colors of #EBE690
Black with #EBE690
Text Example
Text Example
White with #EBE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE690; }
p { color: rgb(235,230,144); }
H1.HeaderClassName
{
color: #EBE690;
}
.AnyTagClassName
{
color: #EBE690;
}
</style>
background-color css
<style>
a { background-color: #EBE690; }
a { background-color: rgb(235,230,144); }
div.DivClassName
{
background-color: #EBE690;
}
.BgClassName
{
background-color: #EBE690;
}
</style>
border-color css
<style>
span { border-color: #EBE690; }
span { border-color: rgb(235,230,144); }
td.TdClassName
{
border-color: #EBE690;
}
.TagClassName
{
border-color: #EBE690;
}
</style>