Shades of Khaki #EBE78D
Tints of Khaki #EBE78D
RGB
CMYK
RGB Variations
Color information
#EBE78D (or 0xEBE78D) is known color: Khaki. HEX triplet: EB, E7 and 8D. RGB value is (235,231,141). Sum of RGB (Red+Green+Blue) = 235+231+141=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE78D is #141872. Grayscale: #DEDEDE. Windows color (decimal): -1316979 or 9299947. OLE color: 9299947.
HSL color Cylindrical-coordinate representation of color #EBE78D: hue angle of 57.45º 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 #EBE78D is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 231 | 141 | - |
| CMYK | 0 | 0.02 | 0.4 | 0.08 |
| HSL | 57.45º | 0.7% | 0.74% | - |
| HSV(B) | 57.45º | 0.4% | 0.92% | - |
| XYZ | 67.64 | 76.74 | 36.45 | - |
| YUV | 221.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 231 | 141 | 0 | 0.02 | 0.4 | 0.08 | 57.45 | 0.7 | 0.74 |
| Hex | EB | E7 | 8D | 0 | 2 | 28 | 8 | 39 | 46 | 4A |
| Octal | 353 | 347 | 215 | 0 | 2 | 50 | 10 | 71 | 106 | 112 |
| Binary | 11101011 | 11100111 | 10001101 | 0 | 10 | 101000 | 1000 | 111001 | 1000110 | 1001010 |
Color Harmonies of #EBE78D
Complementary color
Monochromatic Colors of #EBE78D
Black with #EBE78D
Text Example
Text Example
White with #EBE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE78D; }
p { color: rgb(235,231,141); }
H1.HeaderClassName
{
color: #EBE78D;
}
.AnyTagClassName
{
color: #EBE78D;
}
</style>
background-color css
<style>
a { background-color: #EBE78D; }
a { background-color: rgb(235,231,141); }
div.DivClassName
{
background-color: #EBE78D;
}
.BgClassName
{
background-color: #EBE78D;
}
</style>
border-color css
<style>
span { border-color: #EBE78D; }
span { border-color: rgb(235,231,141); }
td.TdClassName
{
border-color: #EBE78D;
}
.TagClassName
{
border-color: #EBE78D;
}
</style>