Shades of Khaki #EFE28C
Tints of Khaki #EFE28C
RGB
CMYK
RGB Variations
Color information
#EFE28C (or 0xEFE28C) is known color: Khaki. HEX triplet: EF, E2 and 8C. RGB value is (239,226,140). Sum of RGB (Red+Green+Blue) = 239+226+140=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28C is #101D73. Grayscale: #DCDCDC. Windows color (decimal): -1056116 or 9233135. OLE color: 9233135.
HSL color Cylindrical-coordinate representation of color #EFE28C: hue angle of 52.12º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFE28C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 140 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.06 |
| HSL | 52.12º | 0.76% | 0.74% | - |
| HSV(B) | 52.12º | 0.41% | 0.94% | - |
| XYZ | 67.53 | 74.64 | 35.66 | - |
| YUV | 220.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 140 | 0 | 0.05 | 0.41 | 0.06 | 52.12 | 0.76 | 0.74 |
| Hex | EF | E2 | 8C | 0 | 5 | 29 | 6 | 34 | 4C | 4A |
| Octal | 357 | 342 | 214 | 0 | 5 | 51 | 6 | 64 | 114 | 112 |
| Binary | 11101111 | 11100010 | 10001100 | 0 | 101 | 101001 | 110 | 110100 | 1001100 | 1001010 |
Color Harmonies of #EFE28C
Complementary color
Monochromatic Colors of #EFE28C
Black with #EFE28C
Text Example
Text Example
White with #EFE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE28C; }
p { color: rgb(239,226,140); }
H1.HeaderClassName
{
color: #EFE28C;
}
.AnyTagClassName
{
color: #EFE28C;
}
</style>
background-color css
<style>
a { background-color: #EFE28C; }
a { background-color: rgb(239,226,140); }
div.DivClassName
{
background-color: #EFE28C;
}
.BgClassName
{
background-color: #EFE28C;
}
</style>
border-color css
<style>
span { border-color: #EFE28C; }
span { border-color: rgb(239,226,140); }
td.TdClassName
{
border-color: #EFE28C;
}
.TagClassName
{
border-color: #EFE28C;
}
</style>