Shades of Buttermilk #EFDD9F
Tints of Buttermilk #EFDD9F
RGB
CMYK
RGB Variations
Color information
#EFDD9F (or 0xEFDD9F) is known color: Buttermilk. HEX triplet: EF, DD and 9F. RGB value is (239,221,159). Sum of RGB (Red+Green+Blue) = 239+221+159=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD9F is #102260. Grayscale: #DBDBDB. Windows color (decimal): -1057377 or 10477039. OLE color: 10477039.
HSL color Cylindrical-coordinate representation of color #EFDD9F: hue angle of 46.5º 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 #EFDD9F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 159 | - |
CMYK | 0 | 0.08 | 0.33 | 0.06 |
HSL | 46.5º | 0.71% | 0.78% | - |
HSV(B) | 46.5º | 0.33% | 0.94% | - |
XYZ | 67.71 | 72.57 | 43.24 | - |
YUV | 219.31 | 93.96 | 142.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 159 | 0 | 0.08 | 0.33 | 0.06 | 46.5 | 0.71 | 0.78 |
Hex | EF | DD | 9F | 0 | 8 | 21 | 6 | 2E | 47 | 4E |
Octal | 357 | 335 | 237 | 0 | 10 | 41 | 6 | 56 | 107 | 116 |
Binary | 11101111 | 11011101 | 10011111 | 0 | 1000 | 100001 | 110 | 101110 | 1000111 | 1001110 |
Color Harmonies of #EFDD9F
Complementary color
Monochromatic Colors of #EFDD9F
Black with #EFDD9F
Text Example
Text Example
White with #EFDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD9F; }
p { color: rgb(239,221,159); }
H1.HeaderClassName
{
color: #EFDD9F;
}
.AnyTagClassName
{
color: #EFDD9F;
}
</style>
background-color css
<style>
a { background-color: #EFDD9F; }
a { background-color: rgb(239,221,159); }
div.DivClassName
{
background-color: #EFDD9F;
}
.BgClassName
{
background-color: #EFDD9F;
}
</style>
border-color css
<style>
span { border-color: #EFDD9F; }
span { border-color: rgb(239,221,159); }
td.TdClassName
{
border-color: #EFDD9F;
}
.TagClassName
{
border-color: #EFDD9F;
}
</style>