Shades of Wax Flower #ECB29A
Tints of Wax Flower #ECB29A
RGB
CMYK
RGB Variations
Color information
#ECB29A (or 0xECB29A) is known color: Wax Flower. HEX triplet: EC, B2 and 9A. RGB value is (236,178,154). Sum of RGB (Red+Green+Blue) = 236+178+154=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29A is #134D65. Grayscale: #C0C0C0. Windows color (decimal): -1264998 or 10138348. OLE color: 10138348.
HSL color Cylindrical-coordinate representation of color #ECB29A: hue angle of 17.56º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECB29A is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 154 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.07 |
| HSL | 17.56º | 0.68% | 0.76% | - |
| HSV(B) | 17.56º | 0.35% | 0.93% | - |
| XYZ | 56.35 | 52.01 | 37.64 | - |
| YUV | 192.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 154 | 0 | 0.25 | 0.35 | 0.07 | 17.56 | 0.68 | 0.76 |
| Hex | EC | B2 | 9A | 0 | 19 | 23 | 7 | 12 | 44 | 4C |
| Octal | 354 | 262 | 232 | 0 | 31 | 43 | 7 | 22 | 104 | 114 |
| Binary | 11101100 | 10110010 | 10011010 | 0 | 11001 | 100011 | 111 | 10010 | 1000100 | 1001100 |
Color Harmonies of #ECB29A
Complementary color
Monochromatic Colors of #ECB29A
Black with #ECB29A
Text Example
Text Example
White with #ECB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB29A; }
p { color: rgb(236,178,154); }
H1.HeaderClassName
{
color: #ECB29A;
}
.AnyTagClassName
{
color: #ECB29A;
}
</style>
background-color css
<style>
a { background-color: #ECB29A; }
a { background-color: rgb(236,178,154); }
div.DivClassName
{
background-color: #ECB29A;
}
.BgClassName
{
background-color: #ECB29A;
}
</style>
border-color css
<style>
span { border-color: #ECB29A; }
span { border-color: rgb(236,178,154); }
td.TdClassName
{
border-color: #ECB29A;
}
.TagClassName
{
border-color: #ECB29A;
}
</style>