Shades of Khaki #EFE08A
Tints of Khaki #EFE08A
RGB
CMYK
RGB Variations
Color information
#EFE08A (or 0xEFE08A) is known color: Khaki. HEX triplet: EF, E0 and 8A. RGB value is (239,224,138). Sum of RGB (Red+Green+Blue) = 239+224+138=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE08A is #101F75. Grayscale: #DBDBDB. Windows color (decimal): -1056630 or 9101551. OLE color: 9101551.
HSL color Cylindrical-coordinate representation of color #EFE08A: hue angle of 51.09º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFE08A is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 138 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.06 |
| HSL | 51.09º | 0.76% | 0.74% | - |
| HSV(B) | 51.09º | 0.42% | 0.94% | - |
| XYZ | 66.84 | 73.5 | 34.71 | - |
| YUV | 218.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 138 | 0 | 0.06 | 0.42 | 0.06 | 51.09 | 0.76 | 0.74 |
| Hex | EF | E0 | 8A | 0 | 6 | 2A | 6 | 33 | 4C | 4A |
| Octal | 357 | 340 | 212 | 0 | 6 | 52 | 6 | 63 | 114 | 112 |
| Binary | 11101111 | 11100000 | 10001010 | 0 | 110 | 101010 | 110 | 110011 | 1001100 | 1001010 |
Color Harmonies of #EFE08A
Complementary color
Monochromatic Colors of #EFE08A
Black with #EFE08A
Text Example
Text Example
White with #EFE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE08A; }
p { color: rgb(239,224,138); }
H1.HeaderClassName
{
color: #EFE08A;
}
.AnyTagClassName
{
color: #EFE08A;
}
</style>
background-color css
<style>
a { background-color: #EFE08A; }
a { background-color: rgb(239,224,138); }
div.DivClassName
{
background-color: #EFE08A;
}
.BgClassName
{
background-color: #EFE08A;
}
</style>
border-color css
<style>
span { border-color: #EFE08A; }
span { border-color: rgb(239,224,138); }
td.TdClassName
{
border-color: #EFE08A;
}
.TagClassName
{
border-color: #EFE08A;
}
</style>