Shades of Beeswax #EBDAAE
Tints of Beeswax #EBDAAE
RGB
CMYK
RGB Variations
Color information
#EBDAAE (or 0xEBDAAE) is known color: Beeswax. HEX triplet: EB, DA and AE. RGB value is (235,218,174). Sum of RGB (Red+Green+Blue) = 235+218+174=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAAE is #142551. Grayscale: #DADADA. Windows color (decimal): -1320274 or 11459307. OLE color: 11459307.
HSL color Cylindrical-coordinate representation of color #EBDAAE: hue angle of 43.28º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDAAE is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 174 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.08 |
| HSL | 43.28º | 0.6% | 0.8% | - |
| HSV(B) | 43.28º | 0.26% | 0.92% | - |
| XYZ | 66.97 | 70.86 | 50.19 | - |
| YUV | 218.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 174 | 0 | 0.07 | 0.26 | 0.08 | 43.28 | 0.6 | 0.8 |
| Hex | EB | DA | AE | 0 | 7 | 1A | 8 | 2B | 3C | 50 |
| Octal | 353 | 332 | 256 | 0 | 7 | 32 | 10 | 53 | 74 | 120 |
| Binary | 11101011 | 11011010 | 10101110 | 0 | 111 | 11010 | 1000 | 101011 | 111100 | 1010000 |
Color Harmonies of #EBDAAE
Complementary color
Monochromatic Colors of #EBDAAE
Black with #EBDAAE
Text Example
Text Example
White with #EBDAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAAE; }
p { color: rgb(235,218,174); }
H1.HeaderClassName
{
color: #EBDAAE;
}
.AnyTagClassName
{
color: #EBDAAE;
}
</style>
background-color css
<style>
a { background-color: #EBDAAE; }
a { background-color: rgb(235,218,174); }
div.DivClassName
{
background-color: #EBDAAE;
}
.BgClassName
{
background-color: #EBDAAE;
}
</style>
border-color css
<style>
span { border-color: #EBDAAE; }
span { border-color: rgb(235,218,174); }
td.TdClassName
{
border-color: #EBDAAE;
}
.TagClassName
{
border-color: #EBDAAE;
}
</style>