Shades of Khaki #EBE68A
Tints of Khaki #EBE68A
RGB
CMYK
RGB Variations
Color information
#EBE68A (or 0xEBE68A) is known color: Khaki. HEX triplet: EB, E6 and 8A. RGB value is (235,230,138). Sum of RGB (Red+Green+Blue) = 235+230+138=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE68A is #141975. Grayscale: #DDDDDD. Windows color (decimal): -1317238 or 9103083. OLE color: 9103083.
HSL color Cylindrical-coordinate representation of color #EBE68A: hue angle of 56.91º 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 #EBE68A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 138 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.08 |
| HSL | 56.91º | 0.71% | 0.73% | - |
| HSV(B) | 56.91º | 0.41% | 0.92% | - |
| XYZ | 67.15 | 76.09 | 35.19 | - |
| YUV | 221.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 138 | 0 | 0.02 | 0.41 | 0.08 | 56.91 | 0.71 | 0.73 |
| Hex | EB | E6 | 8A | 0 | 2 | 29 | 8 | 39 | 47 | 49 |
| Octal | 353 | 346 | 212 | 0 | 2 | 51 | 10 | 71 | 107 | 111 |
| Binary | 11101011 | 11100110 | 10001010 | 0 | 10 | 101001 | 1000 | 111001 | 1000111 | 1001001 |
Color Harmonies of #EBE68A
Complementary color
Monochromatic Colors of #EBE68A
Black with #EBE68A
Text Example
Text Example
White with #EBE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE68A; }
p { color: rgb(235,230,138); }
H1.HeaderClassName
{
color: #EBE68A;
}
.AnyTagClassName
{
color: #EBE68A;
}
</style>
background-color css
<style>
a { background-color: #EBE68A; }
a { background-color: rgb(235,230,138); }
div.DivClassName
{
background-color: #EBE68A;
}
.BgClassName
{
background-color: #EBE68A;
}
</style>
border-color css
<style>
span { border-color: #EBE68A; }
span { border-color: rgb(235,230,138); }
td.TdClassName
{
border-color: #EBE68A;
}
.TagClassName
{
border-color: #EBE68A;
}
</style>