Shades of Buttermilk #EFE09E
Tints of Buttermilk #EFE09E
RGB
CMYK
RGB Variations
Color information
#EFE09E (or 0xEFE09E) is known color: Buttermilk. HEX triplet: EF, E0 and 9E. RGB value is (239,224,158). Sum of RGB (Red+Green+Blue) = 239+224+158=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE09E is #101F61. Grayscale: #DDDDDD. Windows color (decimal): -1056610 or 10412271. OLE color: 10412271.
HSL color Cylindrical-coordinate representation of color #EFE09E: hue angle of 48.89º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE09E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 158 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.06 |
| HSL | 48.89º | 0.72% | 0.78% | - |
| HSV(B) | 48.89º | 0.34% | 0.94% | - |
| XYZ | 68.42 | 74.13 | 43.05 | - |
| YUV | 220.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 158 | 0 | 0.06 | 0.34 | 0.06 | 48.89 | 0.72 | 0.78 |
| Hex | EF | E0 | 9E | 0 | 6 | 22 | 6 | 31 | 48 | 4E |
| Octal | 357 | 340 | 236 | 0 | 6 | 42 | 6 | 61 | 110 | 116 |
| Binary | 11101111 | 11100000 | 10011110 | 0 | 110 | 100010 | 110 | 110001 | 1001000 | 1001110 |
Color Harmonies of #EFE09E
Complementary color
Monochromatic Colors of #EFE09E
Black with #EFE09E
Text Example
Text Example
White with #EFE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE09E; }
p { color: rgb(239,224,158); }
H1.HeaderClassName
{
color: #EFE09E;
}
.AnyTagClassName
{
color: #EFE09E;
}
</style>
background-color css
<style>
a { background-color: #EFE09E; }
a { background-color: rgb(239,224,158); }
div.DivClassName
{
background-color: #EFE09E;
}
.BgClassName
{
background-color: #EFE09E;
}
</style>
border-color css
<style>
span { border-color: #EFE09E; }
span { border-color: rgb(239,224,158); }
td.TdClassName
{
border-color: #EFE09E;
}
.TagClassName
{
border-color: #EFE09E;
}
</style>