Shades of Khaki #EEE78A
Tints of Khaki #EEE78A
RGB
CMYK
RGB Variations
Color information
#EEE78A (or 0xEEE78A) is known color: Khaki. HEX triplet: EE, E7 and 8A. RGB value is (238,231,138). Sum of RGB (Red+Green+Blue) = 238+231+138=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE78A is #111875. Grayscale: #DEDEDE. Windows color (decimal): -1120374 or 9103342. OLE color: 9103342.
HSL color Cylindrical-coordinate representation of color #EEE78A: hue angle of 55.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEE78A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 138 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.07 |
| HSL | 55.8º | 0.75% | 0.74% | - |
| HSV(B) | 55.8º | 0.42% | 0.93% | - |
| XYZ | 68.42 | 77.16 | 35.33 | - |
| YUV | 222.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 138 | 0 | 0.03 | 0.42 | 0.07 | 55.8 | 0.75 | 0.74 |
| Hex | EE | E7 | 8A | 0 | 3 | 2A | 7 | 38 | 4B | 4A |
| Octal | 356 | 347 | 212 | 0 | 3 | 52 | 7 | 70 | 113 | 112 |
| Binary | 11101110 | 11100111 | 10001010 | 0 | 11 | 101010 | 111 | 111000 | 1001011 | 1001010 |
Color Harmonies of #EEE78A
Complementary color
Monochromatic Colors of #EEE78A
Black with #EEE78A
Text Example
Text Example
White with #EEE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE78A; }
p { color: rgb(238,231,138); }
H1.HeaderClassName
{
color: #EEE78A;
}
.AnyTagClassName
{
color: #EEE78A;
}
</style>
background-color css
<style>
a { background-color: #EEE78A; }
a { background-color: rgb(238,231,138); }
div.DivClassName
{
background-color: #EEE78A;
}
.BgClassName
{
background-color: #EEE78A;
}
</style>
border-color css
<style>
span { border-color: #EEE78A; }
span { border-color: rgb(238,231,138); }
td.TdClassName
{
border-color: #EEE78A;
}
.TagClassName
{
border-color: #EEE78A;
}
</style>