Shades of Wax Flower #ECB79B
Tints of Wax Flower #ECB79B
RGB
CMYK
RGB Variations
Color information
#ECB79B (or 0xECB79B) is known color: Wax Flower. HEX triplet: EC, B7 and 9B. RGB value is (236,183,155). Sum of RGB (Red+Green+Blue) = 236+183+155=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB79B is #134864. Grayscale: #C3C3C3. Windows color (decimal): -1263717 or 10205164. OLE color: 10205164.
HSL color Cylindrical-coordinate representation of color #ECB79B: hue angle of 20.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB79B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 155 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.07 |
| HSL | 20.74º | 0.68% | 0.77% | - |
| HSV(B) | 20.74º | 0.34% | 0.93% | - |
| XYZ | 57.44 | 54.07 | 38.42 | - |
| YUV | 195.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 155 | 0 | 0.22 | 0.34 | 0.07 | 20.74 | 0.68 | 0.77 |
| Hex | EC | B7 | 9B | 0 | 16 | 22 | 7 | 15 | 44 | 4D |
| Octal | 354 | 267 | 233 | 0 | 26 | 42 | 7 | 25 | 104 | 115 |
| Binary | 11101100 | 10110111 | 10011011 | 0 | 10110 | 100010 | 111 | 10101 | 1000100 | 1001101 |
Color Harmonies of #ECB79B
Complementary color
Monochromatic Colors of #ECB79B
Black with #ECB79B
Text Example
Text Example
White with #ECB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB79B; }
p { color: rgb(236,183,155); }
H1.HeaderClassName
{
color: #ECB79B;
}
.AnyTagClassName
{
color: #ECB79B;
}
</style>
background-color css
<style>
a { background-color: #ECB79B; }
a { background-color: rgb(236,183,155); }
div.DivClassName
{
background-color: #ECB79B;
}
.BgClassName
{
background-color: #ECB79B;
}
</style>
border-color css
<style>
span { border-color: #ECB79B; }
span { border-color: rgb(236,183,155); }
td.TdClassName
{
border-color: #ECB79B;
}
.TagClassName
{
border-color: #ECB79B;
}
</style>