Shades of Khaki #EAE78D
Tints of Khaki #EAE78D
RGB
CMYK
RGB Variations
Color information
#EAE78D (or 0xEAE78D) is known color: Khaki. HEX triplet: EA, E7 and 8D. RGB value is (234,231,141). Sum of RGB (Red+Green+Blue) = 234+231+141=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE78D is #151872. Grayscale: #DEDEDE. Windows color (decimal): -1382515 or 9299946. OLE color: 9299946.
HSL color Cylindrical-coordinate representation of color #EAE78D: hue angle of 58.06º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE78D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 141 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.08 |
| HSL | 58.06º | 0.69% | 0.74% | - |
| HSV(B) | 58.06º | 0.4% | 0.92% | - |
| XYZ | 67.32 | 76.57 | 36.43 | - |
| YUV | 221.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 141 | 0 | 0.01 | 0.40 | 0.08 | 58.06 | 0.69 | 0.74 |
| Hex | EA | E7 | 8D | 0 | 1 | 28 | 8 | 3A | 45 | 4A |
| Octal | 352 | 347 | 215 | 0 | 1 | 50 | 10 | 72 | 105 | 112 |
| Binary | 11101010 | 11100111 | 10001101 | 0 | 1 | 101000 | 1000 | 111010 | 1000101 | 1001010 |
Color Harmonies of #EAE78D
Complementary color
Monochromatic Colors of #EAE78D
Black with #EAE78D
Text Example
Text Example
White with #EAE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE78D; }
p { color: rgb(234,231,141); }
H1.HeaderClassName
{
color: #EAE78D;
}
.AnyTagClassName
{
color: #EAE78D;
}
</style>
background-color css
<style>
a { background-color: #EAE78D; }
a { background-color: rgb(234,231,141); }
div.DivClassName
{
background-color: #EAE78D;
}
.BgClassName
{
background-color: #EAE78D;
}
</style>
border-color css
<style>
span { border-color: #EAE78D; }
span { border-color: rgb(234,231,141); }
td.TdClassName
{
border-color: #EAE78D;
}
.TagClassName
{
border-color: #EAE78D;
}
</style>