Shades of Buttermilk #EFE1A1
Tints of Buttermilk #EFE1A1
RGB
CMYK
RGB Variations
Color information
#EFE1A1 (or 0xEFE1A1) is known color: Buttermilk. HEX triplet: EF, E1 and A1. RGB value is (239,225,161). Sum of RGB (Red+Green+Blue) = 239+225+161=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1A1 is #101E5E. Grayscale: #DEDEDE. Windows color (decimal): -1056351 or 10609135. OLE color: 10609135.
HSL color Cylindrical-coordinate representation of color #EFE1A1: hue angle of 49.23º 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 #EFE1A1 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 161 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.06 |
| HSL | 49.23º | 0.71% | 0.78% | - |
| HSV(B) | 49.23º | 0.33% | 0.94% | - |
| XYZ | 68.95 | 74.77 | 44.52 | - |
| YUV | 221.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 161 | 0 | 0.06 | 0.33 | 0.06 | 49.23 | 0.71 | 0.78 |
| Hex | EF | E1 | A1 | 0 | 6 | 21 | 6 | 31 | 47 | 4E |
| Octal | 357 | 341 | 241 | 0 | 6 | 41 | 6 | 61 | 107 | 116 |
| Binary | 11101111 | 11100001 | 10100001 | 0 | 110 | 100001 | 110 | 110001 | 1000111 | 1001110 |
Color Harmonies of #EFE1A1
Complementary color
Monochromatic Colors of #EFE1A1
Black with #EFE1A1
Text Example
Text Example
White with #EFE1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1A1; }
p { color: rgb(239,225,161); }
H1.HeaderClassName
{
color: #EFE1A1;
}
.AnyTagClassName
{
color: #EFE1A1;
}
</style>
background-color css
<style>
a { background-color: #EFE1A1; }
a { background-color: rgb(239,225,161); }
div.DivClassName
{
background-color: #EFE1A1;
}
.BgClassName
{
background-color: #EFE1A1;
}
</style>
border-color css
<style>
span { border-color: #EFE1A1; }
span { border-color: rgb(239,225,161); }
td.TdClassName
{
border-color: #EFE1A1;
}
.TagClassName
{
border-color: #EFE1A1;
}
</style>