Shades of Khaki #EBE68D
Tints of Khaki #EBE68D
RGB
CMYK
RGB Variations
Color information
#EBE68D (or 0xEBE68D) is known color: Khaki. HEX triplet: EB, E6 and 8D. RGB value is (235,230,141). Sum of RGB (Red+Green+Blue) = 235+230+141=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE68D is #141972. Grayscale: #DDDDDD. Windows color (decimal): -1317235 or 9299691. OLE color: 9299691.
HSL color Cylindrical-coordinate representation of color #EBE68D: hue angle of 56.81º 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 #EBE68D is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 141 | - |
| CMYK | 0 | 0.02 | 0.4 | 0.08 |
| HSL | 56.81º | 0.7% | 0.74% | - |
| HSV(B) | 56.81º | 0.4% | 0.92% | - |
| XYZ | 67.37 | 76.18 | 36.35 | - |
| YUV | 221.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 141 | 0 | 0.02 | 0.4 | 0.08 | 56.81 | 0.7 | 0.74 |
| Hex | EB | E6 | 8D | 0 | 2 | 28 | 8 | 39 | 46 | 4A |
| Octal | 353 | 346 | 215 | 0 | 2 | 50 | 10 | 71 | 106 | 112 |
| Binary | 11101011 | 11100110 | 10001101 | 0 | 10 | 101000 | 1000 | 111001 | 1000110 | 1001010 |
Color Harmonies of #EBE68D
Complementary color
Monochromatic Colors of #EBE68D
Black with #EBE68D
Text Example
Text Example
White with #EBE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE68D; }
p { color: rgb(235,230,141); }
H1.HeaderClassName
{
color: #EBE68D;
}
.AnyTagClassName
{
color: #EBE68D;
}
</style>
background-color css
<style>
a { background-color: #EBE68D; }
a { background-color: rgb(235,230,141); }
div.DivClassName
{
background-color: #EBE68D;
}
.BgClassName
{
background-color: #EBE68D;
}
</style>
border-color css
<style>
span { border-color: #EBE68D; }
span { border-color: rgb(235,230,141); }
td.TdClassName
{
border-color: #EBE68D;
}
.TagClassName
{
border-color: #EBE68D;
}
</style>