Shades of Beeswax #ECDAAD
Tints of Beeswax #ECDAAD
RGB
CMYK
RGB Variations
Color information
#ECDAAD (or 0xECDAAD) is known color: Beeswax. HEX triplet: EC, DA and AD. RGB value is (236,218,173). Sum of RGB (Red+Green+Blue) = 236+218+173=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDAAD is #132552. Grayscale: #DADADA. Windows color (decimal): -1254739 or 11393772. OLE color: 11393772.
HSL color Cylindrical-coordinate representation of color #ECDAAD: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECDAAD is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 173 | - |
CMYK | 0 | 0.08 | 0.27 | 0.07 |
HSL | 42.86º | 0.62% | 0.8% | - |
HSV(B) | 42.86º | 0.27% | 0.93% | - |
XYZ | 67.21 | 70.99 | 49.7 | - |
YUV | 218.25 | 102.46 | 140.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 173 | 0 | 0.08 | 0.27 | 0.07 | 42.86 | 0.62 | 0.8 |
Hex | EC | DA | AD | 0 | 8 | 1B | 7 | 2B | 3E | 50 |
Octal | 354 | 332 | 255 | 0 | 10 | 33 | 7 | 53 | 76 | 120 |
Binary | 11101100 | 11011010 | 10101101 | 0 | 1000 | 11011 | 111 | 101011 | 111110 | 1010000 |
Color Harmonies of #ECDAAD
Complementary color
Monochromatic Colors of #ECDAAD
Black with #ECDAAD
Text Example
Text Example
White with #ECDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAAD; }
p { color: rgb(236,218,173); }
H1.HeaderClassName
{
color: #ECDAAD;
}
.AnyTagClassName
{
color: #ECDAAD;
}
</style>
background-color css
<style>
a { background-color: #ECDAAD; }
a { background-color: rgb(236,218,173); }
div.DivClassName
{
background-color: #ECDAAD;
}
.BgClassName
{
background-color: #ECDAAD;
}
</style>
border-color css
<style>
span { border-color: #ECDAAD; }
span { border-color: rgb(236,218,173); }
td.TdClassName
{
border-color: #ECDAAD;
}
.TagClassName
{
border-color: #ECDAAD;
}
</style>