Shades of Beeswax #ECDAB1
Tints of Beeswax #ECDAB1
RGB
CMYK
RGB Variations
Color information
#ECDAB1 (or 0xECDAB1) is known color: Beeswax. HEX triplet: EC, DA and B1. RGB value is (236,218,177). Sum of RGB (Red+Green+Blue) = 236+218+177=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAB1 is #13254E. Grayscale: #DADADA. Windows color (decimal): -1254735 or 11655916. OLE color: 11655916.
HSL color Cylindrical-coordinate representation of color #ECDAB1: hue angle of 41.69º 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 #ECDAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 177 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.07 |
| HSL | 41.69º | 0.61% | 0.81% | - |
| HSV(B) | 41.69º | 0.25% | 0.93% | - |
| XYZ | 67.6 | 71.15 | 51.77 | - |
| YUV | 218.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 177 | 0 | 0.08 | 0.25 | 0.07 | 41.69 | 0.61 | 0.81 |
| Hex | EC | DA | B1 | 0 | 8 | 19 | 7 | 2A | 3D | 51 |
| Octal | 354 | 332 | 261 | 0 | 10 | 31 | 7 | 52 | 75 | 121 |
| Binary | 11101100 | 11011010 | 10110001 | 0 | 1000 | 11001 | 111 | 101010 | 111101 | 1010001 |
Color Harmonies of #ECDAB1
Complementary color
Monochromatic Colors of #ECDAB1
Black with #ECDAB1
Text Example
Text Example
White with #ECDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAB1; }
p { color: rgb(236,218,177); }
H1.HeaderClassName
{
color: #ECDAB1;
}
.AnyTagClassName
{
color: #ECDAB1;
}
</style>
background-color css
<style>
a { background-color: #ECDAB1; }
a { background-color: rgb(236,218,177); }
div.DivClassName
{
background-color: #ECDAB1;
}
.BgClassName
{
background-color: #ECDAB1;
}
</style>
border-color css
<style>
span { border-color: #ECDAB1; }
span { border-color: rgb(236,218,177); }
td.TdClassName
{
border-color: #ECDAB1;
}
.TagClassName
{
border-color: #ECDAB1;
}
</style>