Shades of Buttermilk #EFE09D
Tints of Buttermilk #EFE09D
RGB
CMYK
RGB Variations
Color information
#EFE09D (or 0xEFE09D) is known color: Buttermilk. HEX triplet: EF, E0 and 9D. RGB value is (239,224,157). Sum of RGB (Red+Green+Blue) = 239+224+157=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE09D is #101F62. Grayscale: #DDDDDD. Windows color (decimal): -1056611 or 10346735. OLE color: 10346735.
HSL color Cylindrical-coordinate representation of color #EFE09D: hue angle of 49.02º 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 #EFE09D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 157 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.06 |
| HSL | 49.02º | 0.72% | 0.78% | - |
| HSV(B) | 49.02º | 0.34% | 0.94% | - |
| XYZ | 68.34 | 74.1 | 42.6 | - |
| YUV | 220.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 157 | 0 | 0.06 | 0.34 | 0.06 | 49.02 | 0.72 | 0.78 |
| Hex | EF | E0 | 9D | 0 | 6 | 22 | 6 | 31 | 48 | 4E |
| Octal | 357 | 340 | 235 | 0 | 6 | 42 | 6 | 61 | 110 | 116 |
| Binary | 11101111 | 11100000 | 10011101 | 0 | 110 | 100010 | 110 | 110001 | 1001000 | 1001110 |
Color Harmonies of #EFE09D
Complementary color
Monochromatic Colors of #EFE09D
Black with #EFE09D
Text Example
Text Example
White with #EFE09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE09D; }
p { color: rgb(239,224,157); }
H1.HeaderClassName
{
color: #EFE09D;
}
.AnyTagClassName
{
color: #EFE09D;
}
</style>
background-color css
<style>
a { background-color: #EFE09D; }
a { background-color: rgb(239,224,157); }
div.DivClassName
{
background-color: #EFE09D;
}
.BgClassName
{
background-color: #EFE09D;
}
</style>
border-color css
<style>
span { border-color: #EFE09D; }
span { border-color: rgb(239,224,157); }
td.TdClassName
{
border-color: #EFE09D;
}
.TagClassName
{
border-color: #EFE09D;
}
</style>