Shades of Khaki #EAE68A
Tints of Khaki #EAE68A
RGB
CMYK
RGB Variations
Color information
#EAE68A (or 0xEAE68A) is known color: Khaki. HEX triplet: EA, E6 and 8A. RGB value is (234,230,138). Sum of RGB (Red+Green+Blue) = 234+230+138=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE68A is #151975. Grayscale: #DDDDDD. Windows color (decimal): -1382774 or 9103082. OLE color: 9103082.
HSL color Cylindrical-coordinate representation of color #EAE68A: hue angle of 57.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAE68A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 138 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.08 |
| HSL | 57.5º | 0.7% | 0.73% | - |
| HSV(B) | 57.5º | 0.41% | 0.92% | - |
| XYZ | 66.82 | 75.92 | 35.18 | - |
| YUV | 220.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 138 | 0 | 0.02 | 0.41 | 0.08 | 57.5 | 0.7 | 0.73 |
| Hex | EA | E6 | 8A | 0 | 2 | 29 | 8 | 3A | 46 | 49 |
| Octal | 352 | 346 | 212 | 0 | 2 | 51 | 10 | 72 | 106 | 111 |
| Binary | 11101010 | 11100110 | 10001010 | 0 | 10 | 101001 | 1000 | 111010 | 1000110 | 1001001 |
Color Harmonies of #EAE68A
Complementary color
Monochromatic Colors of #EAE68A
Black with #EAE68A
Text Example
Text Example
White with #EAE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE68A; }
p { color: rgb(234,230,138); }
H1.HeaderClassName
{
color: #EAE68A;
}
.AnyTagClassName
{
color: #EAE68A;
}
</style>
background-color css
<style>
a { background-color: #EAE68A; }
a { background-color: rgb(234,230,138); }
div.DivClassName
{
background-color: #EAE68A;
}
.BgClassName
{
background-color: #EAE68A;
}
</style>
border-color css
<style>
span { border-color: #EAE68A; }
span { border-color: rgb(234,230,138); }
td.TdClassName
{
border-color: #EAE68A;
}
.TagClassName
{
border-color: #EAE68A;
}
</style>