Shades of Khaki #EEE68D
Tints of Khaki #EEE68D
RGB
CMYK
RGB Variations
Color information
#EEE68D (or 0xEEE68D) is known color: Khaki. HEX triplet: EE, E6 and 8D. RGB value is (238,230,141). Sum of RGB (Red+Green+Blue) = 238+230+141=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE68D is #111972. Grayscale: #DEDEDE. Windows color (decimal): -1120627 or 9299694. OLE color: 9299694.
HSL color Cylindrical-coordinate representation of color #EEE68D: hue angle of 55.05º 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 #EEE68D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 141 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55.05º | 0.74% | 0.74% | - |
| HSV(B) | 55.05º | 0.41% | 0.93% | - |
| XYZ | 68.36 | 76.69 | 36.4 | - |
| YUV | 222.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 141 | 0 | 0.03 | 0.41 | 0.07 | 55.05 | 0.74 | 0.74 |
| Hex | EE | E6 | 8D | 0 | 3 | 29 | 7 | 37 | 4A | 4A |
| Octal | 356 | 346 | 215 | 0 | 3 | 51 | 7 | 67 | 112 | 112 |
| Binary | 11101110 | 11100110 | 10001101 | 0 | 11 | 101001 | 111 | 110111 | 1001010 | 1001010 |
Color Harmonies of #EEE68D
Complementary color
Monochromatic Colors of #EEE68D
Black with #EEE68D
Text Example
Text Example
White with #EEE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE68D; }
p { color: rgb(238,230,141); }
H1.HeaderClassName
{
color: #EEE68D;
}
.AnyTagClassName
{
color: #EEE68D;
}
</style>
background-color css
<style>
a { background-color: #EEE68D; }
a { background-color: rgb(238,230,141); }
div.DivClassName
{
background-color: #EEE68D;
}
.BgClassName
{
background-color: #EEE68D;
}
</style>
border-color css
<style>
span { border-color: #EEE68D; }
span { border-color: rgb(238,230,141); }
td.TdClassName
{
border-color: #EEE68D;
}
.TagClassName
{
border-color: #EEE68D;
}
</style>