Shades of Buttery White #EFEADD
Tints of Buttery White #EFEADD
RGB
CMYK
RGB Variations
Color information
#EFEADD (or 0xEFEADD) is known color: Buttery White. HEX triplet: EF, EA and DD. RGB value is (239,234,221). Sum of RGB (Red+Green+Blue) = 239+234+221=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEADD is #101522. Grayscale: #EAEAEA. Windows color (decimal): -1053987 or 14543599. OLE color: 14543599.
HSL color Cylindrical-coordinate representation of color #EFEADD: hue angle of 43.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEADD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 234 | 221 | - |
CMYK | 0 | 0.02 | 0.08 | 0.06 |
HSL | 43.33º | 0.36% | 0.9% | - |
HSV(B) | 43.33º | 0.08% | 0.94% | - |
XYZ | 78.07 | 82.42 | 80.2 | - |
YUV | 234.01 | 120.66 | 131.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 234 | 221 | 0 | 0.02 | 0.08 | 0.06 | 43.33 | 0.36 | 0.9 |
Hex | EF | EA | DD | 0 | 2 | 8 | 6 | 2B | 24 | 5A |
Octal | 357 | 352 | 335 | 0 | 2 | 10 | 6 | 53 | 44 | 132 |
Binary | 11101111 | 11101010 | 11011101 | 0 | 10 | 1000 | 110 | 101011 | 100100 | 1011010 |
Color Harmonies of #EFEADD
Complementary color
Monochromatic Colors of #EFEADD
Black with #EFEADD
Text Example
Text Example
White with #EFEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEADD; }
p { color: rgb(239,234,221); }
H1.HeaderClassName
{
color: #EFEADD;
}
.AnyTagClassName
{
color: #EFEADD;
}
</style>
background-color css
<style>
a { background-color: #EFEADD; }
a { background-color: rgb(239,234,221); }
div.DivClassName
{
background-color: #EFEADD;
}
.BgClassName
{
background-color: #EFEADD;
}
</style>
border-color css
<style>
span { border-color: #EFEADD; }
span { border-color: rgb(239,234,221); }
td.TdClassName
{
border-color: #EFEADD;
}
.TagClassName
{
border-color: #EFEADD;
}
</style>