Shades of Buttermilk #EFE29F
Tints of Buttermilk #EFE29F
RGB
CMYK
RGB Variations
Color information
#EFE29F (or 0xEFE29F) is known color: Buttermilk. HEX triplet: EF, E2 and 9F. RGB value is (239,226,159). Sum of RGB (Red+Green+Blue) = 239+226+159=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE29F is #101D60. Grayscale: #DEDEDE. Windows color (decimal): -1056097 or 10478319. OLE color: 10478319.
HSL color Cylindrical-coordinate representation of color #EFE29F: hue angle of 50.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFE29F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 159 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.06 |
| HSL | 50.25º | 0.71% | 0.78% | - |
| HSV(B) | 50.25º | 0.33% | 0.94% | - |
| XYZ | 69.05 | 75.25 | 43.69 | - |
| YUV | 222.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 159 | 0 | 0.05 | 0.33 | 0.06 | 50.25 | 0.71 | 0.78 |
| Hex | EF | E2 | 9F | 0 | 5 | 21 | 6 | 32 | 47 | 4E |
| Octal | 357 | 342 | 237 | 0 | 5 | 41 | 6 | 62 | 107 | 116 |
| Binary | 11101111 | 11100010 | 10011111 | 0 | 101 | 100001 | 110 | 110010 | 1000111 | 1001110 |
Color Harmonies of #EFE29F
Complementary color
Monochromatic Colors of #EFE29F
Black with #EFE29F
Text Example
Text Example
White with #EFE29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE29F; }
p { color: rgb(239,226,159); }
H1.HeaderClassName
{
color: #EFE29F;
}
.AnyTagClassName
{
color: #EFE29F;
}
</style>
background-color css
<style>
a { background-color: #EFE29F; }
a { background-color: rgb(239,226,159); }
div.DivClassName
{
background-color: #EFE29F;
}
.BgClassName
{
background-color: #EFE29F;
}
</style>
border-color css
<style>
span { border-color: #EFE29F; }
span { border-color: rgb(239,226,159); }
td.TdClassName
{
border-color: #EFE29F;
}
.TagClassName
{
border-color: #EFE29F;
}
</style>