Shades of Khaki #EEE68F
Tints of Khaki #EEE68F
RGB
CMYK
RGB Variations
Color information
#EEE68F (or 0xEEE68F) is known color: Khaki. HEX triplet: EE, E6 and 8F. RGB value is (238,230,143). Sum of RGB (Red+Green+Blue) = 238+230+143=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE68F is #111970. Grayscale: #DEDEDE. Windows color (decimal): -1120625 or 9430766. OLE color: 9430766.
HSL color Cylindrical-coordinate representation of color #EEE68F: hue angle of 54.95º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEE68F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 143 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.07 |
| HSL | 54.95º | 0.74% | 0.75% | - |
| HSV(B) | 54.95º | 0.4% | 0.93% | - |
| XYZ | 68.51 | 76.75 | 37.19 | - |
| YUV | 222.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 143 | 0 | 0.03 | 0.40 | 0.07 | 54.95 | 0.74 | 0.75 |
| Hex | EE | E6 | 8F | 0 | 3 | 28 | 7 | 37 | 4A | 4B |
| Octal | 356 | 346 | 217 | 0 | 3 | 50 | 7 | 67 | 112 | 113 |
| Binary | 11101110 | 11100110 | 10001111 | 0 | 11 | 101000 | 111 | 110111 | 1001010 | 1001011 |
Color Harmonies of #EEE68F
Complementary color
Monochromatic Colors of #EEE68F
Black with #EEE68F
Text Example
Text Example
White with #EEE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE68F; }
p { color: rgb(238,230,143); }
H1.HeaderClassName
{
color: #EEE68F;
}
.AnyTagClassName
{
color: #EEE68F;
}
</style>
background-color css
<style>
a { background-color: #EEE68F; }
a { background-color: rgb(238,230,143); }
div.DivClassName
{
background-color: #EEE68F;
}
.BgClassName
{
background-color: #EEE68F;
}
</style>
border-color css
<style>
span { border-color: #EEE68F; }
span { border-color: rgb(238,230,143); }
td.TdClassName
{
border-color: #EEE68F;
}
.TagClassName
{
border-color: #EEE68F;
}
</style>