Shades of Khaki #EEE68C
Tints of Khaki #EEE68C
RGB
CMYK
RGB Variations
Color information
#EEE68C (or 0xEEE68C) is known color: Khaki. HEX triplet: EE, E6 and 8C. RGB value is (238,230,140). Sum of RGB (Red+Green+Blue) = 238+230+140=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE68C is #111973. Grayscale: #DEDEDE. Windows color (decimal): -1120628 or 9234158. OLE color: 9234158.
HSL color Cylindrical-coordinate representation of color #EEE68C: hue angle of 55.1º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEE68C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 140 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55.1º | 0.74% | 0.74% | - |
| HSV(B) | 55.1º | 0.41% | 0.93% | - |
| XYZ | 68.29 | 76.66 | 36.01 | - |
| YUV | 222.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 140 | 0 | 0.03 | 0.41 | 0.07 | 55.1 | 0.74 | 0.74 |
| Hex | EE | E6 | 8C | 0 | 3 | 29 | 7 | 37 | 4A | 4A |
| Octal | 356 | 346 | 214 | 0 | 3 | 51 | 7 | 67 | 112 | 112 |
| Binary | 11101110 | 11100110 | 10001100 | 0 | 11 | 101001 | 111 | 110111 | 1001010 | 1001010 |
Color Harmonies of #EEE68C
Complementary color
Monochromatic Colors of #EEE68C
Black with #EEE68C
Text Example
Text Example
White with #EEE68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE68C; }
p { color: rgb(238,230,140); }
H1.HeaderClassName
{
color: #EEE68C;
}
.AnyTagClassName
{
color: #EEE68C;
}
</style>
background-color css
<style>
a { background-color: #EEE68C; }
a { background-color: rgb(238,230,140); }
div.DivClassName
{
background-color: #EEE68C;
}
.BgClassName
{
background-color: #EEE68C;
}
</style>
border-color css
<style>
span { border-color: #EEE68C; }
span { border-color: rgb(238,230,140); }
td.TdClassName
{
border-color: #EEE68C;
}
.TagClassName
{
border-color: #EEE68C;
}
</style>