Shades of Wax Flower #ECB69F
Tints of Wax Flower #ECB69F
RGB
CMYK
RGB Variations
Color information
#ECB69F (or 0xECB69F) is known color: Wax Flower. HEX triplet: EC, B6 and 9F. RGB value is (236,182,159). Sum of RGB (Red+Green+Blue) = 236+182+159=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB69F is #134960. Grayscale: #C3C3C3. Windows color (decimal): -1263969 or 10467052. OLE color: 10467052.
HSL color Cylindrical-coordinate representation of color #ECB69F: hue angle of 17.92º degrees, saturation: 0.67, 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 #ECB69F is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 159 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.07 |
| HSL | 17.92º | 0.67% | 0.77% | - |
| HSV(B) | 17.92º | 0.33% | 0.93% | - |
| XYZ | 57.58 | 53.79 | 40.15 | - |
| YUV | 195.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 159 | 0 | 0.23 | 0.33 | 0.07 | 17.92 | 0.67 | 0.77 |
| Hex | EC | B6 | 9F | 0 | 17 | 21 | 7 | 12 | 43 | 4D |
| Octal | 354 | 266 | 237 | 0 | 27 | 41 | 7 | 22 | 103 | 115 |
| Binary | 11101100 | 10110110 | 10011111 | 0 | 10111 | 100001 | 111 | 10010 | 1000011 | 1001101 |
Color Harmonies of #ECB69F
Complementary color
Monochromatic Colors of #ECB69F
Black with #ECB69F
Text Example
Text Example
White with #ECB69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB69F; }
p { color: rgb(236,182,159); }
H1.HeaderClassName
{
color: #ECB69F;
}
.AnyTagClassName
{
color: #ECB69F;
}
</style>
background-color css
<style>
a { background-color: #ECB69F; }
a { background-color: rgb(236,182,159); }
div.DivClassName
{
background-color: #ECB69F;
}
.BgClassName
{
background-color: #ECB69F;
}
</style>
border-color css
<style>
span { border-color: #ECB69F; }
span { border-color: rgb(236,182,159); }
td.TdClassName
{
border-color: #ECB69F;
}
.TagClassName
{
border-color: #ECB69F;
}
</style>