Shades of Beeswax #ECDBB1
Tints of Beeswax #ECDBB1
RGB
CMYK
RGB Variations
Color information
#ECDBB1 (or 0xECDBB1) is known color: Beeswax. HEX triplet: EC, DB and B1. RGB value is (236,219,177). Sum of RGB (Red+Green+Blue) = 236+219+177=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDBB1 is #13244E. Grayscale: #DBDBDB. Windows color (decimal): -1254479 or 11656172. OLE color: 11656172.
HSL color Cylindrical-coordinate representation of color #ECDBB1: hue angle of 42.71º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECDBB1 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 177 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.07 |
| HSL | 42.71º | 0.61% | 0.81% | - |
| HSV(B) | 42.71º | 0.25% | 0.93% | - |
| XYZ | 67.86 | 71.67 | 51.85 | - |
| YUV | 219.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 177 | 0 | 0.07 | 0.25 | 0.07 | 42.71 | 0.61 | 0.81 |
| Hex | EC | DB | B1 | 0 | 7 | 19 | 7 | 2B | 3D | 51 |
| Octal | 354 | 333 | 261 | 0 | 7 | 31 | 7 | 53 | 75 | 121 |
| Binary | 11101100 | 11011011 | 10110001 | 0 | 111 | 11001 | 111 | 101011 | 111101 | 1010001 |
Color Harmonies of #ECDBB1
Complementary color
Monochromatic Colors of #ECDBB1
Black with #ECDBB1
Text Example
Text Example
White with #ECDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBB1; }
p { color: rgb(236,219,177); }
H1.HeaderClassName
{
color: #ECDBB1;
}
.AnyTagClassName
{
color: #ECDBB1;
}
</style>
background-color css
<style>
a { background-color: #ECDBB1; }
a { background-color: rgb(236,219,177); }
div.DivClassName
{
background-color: #ECDBB1;
}
.BgClassName
{
background-color: #ECDBB1;
}
</style>
border-color css
<style>
span { border-color: #ECDBB1; }
span { border-color: rgb(236,219,177); }
td.TdClassName
{
border-color: #ECDBB1;
}
.TagClassName
{
border-color: #ECDBB1;
}
</style>