Shades of Wax Flower #ECB69D
Tints of Wax Flower #ECB69D
RGB
CMYK
RGB Variations
Color information
#ECB69D (or 0xECB69D) is known color: Wax Flower. HEX triplet: EC, B6 and 9D. RGB value is (236,182,157). Sum of RGB (Red+Green+Blue) = 236+182+157=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB69D is #134962. Grayscale: #C3C3C3. Windows color (decimal): -1263971 or 10335980. OLE color: 10335980.
HSL color Cylindrical-coordinate representation of color #ECB69D: hue angle of 18.99º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECB69D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 157 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.07 |
| HSL | 18.99º | 0.68% | 0.77% | - |
| HSV(B) | 18.99º | 0.33% | 0.93% | - |
| XYZ | 57.41 | 53.72 | 39.24 | - |
| YUV | 195.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 157 | 0 | 0.23 | 0.33 | 0.07 | 18.99 | 0.68 | 0.77 |
| Hex | EC | B6 | 9D | 0 | 17 | 21 | 7 | 13 | 44 | 4D |
| Octal | 354 | 266 | 235 | 0 | 27 | 41 | 7 | 23 | 104 | 115 |
| Binary | 11101100 | 10110110 | 10011101 | 0 | 10111 | 100001 | 111 | 10011 | 1000100 | 1001101 |
Color Harmonies of #ECB69D
Complementary color
Monochromatic Colors of #ECB69D
Black with #ECB69D
Text Example
Text Example
White with #ECB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB69D; }
p { color: rgb(236,182,157); }
H1.HeaderClassName
{
color: #ECB69D;
}
.AnyTagClassName
{
color: #ECB69D;
}
</style>
background-color css
<style>
a { background-color: #ECB69D; }
a { background-color: rgb(236,182,157); }
div.DivClassName
{
background-color: #ECB69D;
}
.BgClassName
{
background-color: #ECB69D;
}
</style>
border-color css
<style>
span { border-color: #ECB69D; }
span { border-color: rgb(236,182,157); }
td.TdClassName
{
border-color: #ECB69D;
}
.TagClassName
{
border-color: #ECB69D;
}
</style>