Shades of Buttery White #EFEADB
Tints of Buttery White #EFEADB
RGB
CMYK
RGB Variations
Color information
#EFEADB (or 0xEFEADB) is known color: Buttery White. HEX triplet: EF, EA and DB. RGB value is (239,234,219). Sum of RGB (Red+Green+Blue) = 239+234+219=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEADB is #101524. Grayscale: #E9E9E9. Windows color (decimal): -1053989 or 14412527. OLE color: 14412527.
HSL color Cylindrical-coordinate representation of color #EFEADB: hue angle of 45º degrees, saturation: 0.38, 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 #EFEADB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 234 | 219 | - |
CMYK | 0 | 0.02 | 0.08 | 0.06 |
HSL | 45º | 0.38% | 0.9% | - |
HSV(B) | 45º | 0.08% | 0.94% | - |
XYZ | 77.81 | 82.31 | 78.8 | - |
YUV | 233.79 | 119.66 | 131.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 234 | 219 | 0 | 0.02 | 0.08 | 0.06 | 45 | 0.38 | 0.9 |
Hex | EF | EA | DB | 0 | 2 | 8 | 6 | 2D | 26 | 5A |
Octal | 357 | 352 | 333 | 0 | 2 | 10 | 6 | 55 | 46 | 132 |
Binary | 11101111 | 11101010 | 11011011 | 0 | 10 | 1000 | 110 | 101101 | 100110 | 1011010 |
Color Harmonies of #EFEADB
Complementary color
Monochromatic Colors of #EFEADB
Black with #EFEADB
Text Example
Text Example
White with #EFEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEADB; }
p { color: rgb(239,234,219); }
H1.HeaderClassName
{
color: #EFEADB;
}
.AnyTagClassName
{
color: #EFEADB;
}
</style>
background-color css
<style>
a { background-color: #EFEADB; }
a { background-color: rgb(239,234,219); }
div.DivClassName
{
background-color: #EFEADB;
}
.BgClassName
{
background-color: #EFEADB;
}
</style>
border-color css
<style>
span { border-color: #EFEADB; }
span { border-color: rgb(239,234,219); }
td.TdClassName
{
border-color: #EFEADB;
}
.TagClassName
{
border-color: #EFEADB;
}
</style>