Shades of Wax Flower #ECAF9B
Tints of Wax Flower #ECAF9B
RGB
CMYK
RGB Variations
Color information
#ECAF9B (or 0xECAF9B) is known color: Wax Flower. HEX triplet: EC, AF and 9B. RGB value is (236,175,155). Sum of RGB (Red+Green+Blue) = 236+175+155=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9B is #135064. Grayscale: #BFBFBF. Windows color (decimal): -1265765 or 10203116. OLE color: 10203116.
HSL color Cylindrical-coordinate representation of color #ECAF9B: hue angle of 14.81º 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 #ECAF9B is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 155 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.07 |
| HSL | 14.81º | 0.68% | 0.77% | - |
| HSV(B) | 14.81º | 0.34% | 0.93% | - |
| XYZ | 55.84 | 50.86 | 37.88 | - |
| YUV | 190.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 155 | 0 | 0.26 | 0.34 | 0.07 | 14.81 | 0.68 | 0.77 |
| Hex | EC | AF | 9B | 0 | 1A | 22 | 7 | F | 44 | 4D |
| Octal | 354 | 257 | 233 | 0 | 32 | 42 | 7 | 17 | 104 | 115 |
| Binary | 11101100 | 10101111 | 10011011 | 0 | 11010 | 100010 | 111 | 1111 | 1000100 | 1001101 |
Color Harmonies of #ECAF9B
Complementary color
Monochromatic Colors of #ECAF9B
Black with #ECAF9B
Text Example
Text Example
White with #ECAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF9B; }
p { color: rgb(236,175,155); }
H1.HeaderClassName
{
color: #ECAF9B;
}
.AnyTagClassName
{
color: #ECAF9B;
}
</style>
background-color css
<style>
a { background-color: #ECAF9B; }
a { background-color: rgb(236,175,155); }
div.DivClassName
{
background-color: #ECAF9B;
}
.BgClassName
{
background-color: #ECAF9B;
}
</style>
border-color css
<style>
span { border-color: #ECAF9B; }
span { border-color: rgb(236,175,155); }
td.TdClassName
{
border-color: #ECAF9B;
}
.TagClassName
{
border-color: #ECAF9B;
}
</style>