Shades of Beeswax #EBDCB1
Tints of Beeswax #EBDCB1
RGB
CMYK
RGB Variations
Color information
#EBDCB1 (or 0xEBDCB1) is known color: Beeswax. HEX triplet: EB, DC and B1. RGB value is (235,220,177). Sum of RGB (Red+Green+Blue) = 235+220+177=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCB1 is #14234E. Grayscale: #DBDBDB. Windows color (decimal): -1319759 or 11656427. OLE color: 11656427.
HSL color Cylindrical-coordinate representation of color #EBDCB1: hue angle of 44.48º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBDCB1 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 177 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.08 |
| HSL | 44.48º | 0.59% | 0.81% | - |
| HSV(B) | 44.48º | 0.25% | 0.92% | - |
| XYZ | 67.79 | 72.02 | 51.92 | - |
| YUV | 219.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 177 | 0 | 0.06 | 0.25 | 0.08 | 44.48 | 0.59 | 0.81 |
| Hex | EB | DC | B1 | 0 | 6 | 19 | 8 | 2C | 3B | 51 |
| Octal | 353 | 334 | 261 | 0 | 6 | 31 | 10 | 54 | 73 | 121 |
| Binary | 11101011 | 11011100 | 10110001 | 0 | 110 | 11001 | 1000 | 101100 | 111011 | 1010001 |
Color Harmonies of #EBDCB1
Complementary color
Monochromatic Colors of #EBDCB1
Black with #EBDCB1
Text Example
Text Example
White with #EBDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCB1; }
p { color: rgb(235,220,177); }
H1.HeaderClassName
{
color: #EBDCB1;
}
.AnyTagClassName
{
color: #EBDCB1;
}
</style>
background-color css
<style>
a { background-color: #EBDCB1; }
a { background-color: rgb(235,220,177); }
div.DivClassName
{
background-color: #EBDCB1;
}
.BgClassName
{
background-color: #EBDCB1;
}
</style>
border-color css
<style>
span { border-color: #EBDCB1; }
span { border-color: rgb(235,220,177); }
td.TdClassName
{
border-color: #EBDCB1;
}
.TagClassName
{
border-color: #EBDCB1;
}
</style>