Shades of Khaki #EAE68B
Tints of Khaki #EAE68B
RGB
CMYK
RGB Variations
Color information
#EAE68B (or 0xEAE68B) is known color: Khaki. HEX triplet: EA, E6 and 8B. RGB value is (234,230,139). Sum of RGB (Red+Green+Blue) = 234+230+139=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 139 (54.69% from 255 or 23.05% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE68B is #151974. Grayscale: #DDDDDD. Windows color (decimal): -1382773 or 9168618. OLE color: 9168618.
HSL color Cylindrical-coordinate representation of color #EAE68B: hue angle of 57.47º degrees, saturation: 0.69, 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 #EAE68B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 139 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.08 |
| HSL | 57.47º | 0.69% | 0.73% | - |
| HSV(B) | 57.47º | 0.41% | 0.92% | - |
| XYZ | 66.89 | 75.95 | 35.56 | - |
| YUV | 220.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 139 | 0 | 0.02 | 0.41 | 0.08 | 57.47 | 0.69 | 0.73 |
| Hex | EA | E6 | 8B | 0 | 2 | 29 | 8 | 39 | 45 | 49 |
| Octal | 352 | 346 | 213 | 0 | 2 | 51 | 10 | 71 | 105 | 111 |
| Binary | 11101010 | 11100110 | 10001011 | 0 | 10 | 101001 | 1000 | 111001 | 1000101 | 1001001 |
Color Harmonies of #EAE68B
Complementary color
Monochromatic Colors of #EAE68B
Black with #EAE68B
Text Example
Text Example
White with #EAE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE68B; }
p { color: rgb(234,230,139); }
H1.HeaderClassName
{
color: #EAE68B;
}
.AnyTagClassName
{
color: #EAE68B;
}
</style>
background-color css
<style>
a { background-color: #EAE68B; }
a { background-color: rgb(234,230,139); }
div.DivClassName
{
background-color: #EAE68B;
}
.BgClassName
{
background-color: #EAE68B;
}
</style>
border-color css
<style>
span { border-color: #EAE68B; }
span { border-color: rgb(234,230,139); }
td.TdClassName
{
border-color: #EAE68B;
}
.TagClassName
{
border-color: #EAE68B;
}
</style>