Shades of Wax Flower #ECB298
Tints of Wax Flower #ECB298
RGB
CMYK
RGB Variations
Color information
#ECB298 (or 0xECB298) is known color: Wax Flower. HEX triplet: EC, B2 and 98. RGB value is (236,178,152). Sum of RGB (Red+Green+Blue) = 236+178+152=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB298 is #134D67. Grayscale: #C0C0C0. Windows color (decimal): -1265000 or 10007276. OLE color: 10007276.
HSL color Cylindrical-coordinate representation of color #ECB298: hue angle of 18.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECB298 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 152 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.07 |
| HSL | 18.57º | 0.69% | 0.76% | - |
| HSV(B) | 18.57º | 0.36% | 0.93% | - |
| XYZ | 56.18 | 51.94 | 36.77 | - |
| YUV | 192.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 152 | 0 | 0.25 | 0.36 | 0.07 | 18.57 | 0.69 | 0.76 |
| Hex | EC | B2 | 98 | 0 | 19 | 24 | 7 | 13 | 45 | 4C |
| Octal | 354 | 262 | 230 | 0 | 31 | 44 | 7 | 23 | 105 | 114 |
| Binary | 11101100 | 10110010 | 10011000 | 0 | 11001 | 100100 | 111 | 10011 | 1000101 | 1001100 |
Color Harmonies of #ECB298
Complementary color
Monochromatic Colors of #ECB298
Black with #ECB298
Text Example
Text Example
White with #ECB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB298; }
p { color: rgb(236,178,152); }
H1.HeaderClassName
{
color: #ECB298;
}
.AnyTagClassName
{
color: #ECB298;
}
</style>
background-color css
<style>
a { background-color: #ECB298; }
a { background-color: rgb(236,178,152); }
div.DivClassName
{
background-color: #ECB298;
}
.BgClassName
{
background-color: #ECB298;
}
</style>
border-color css
<style>
span { border-color: #ECB298; }
span { border-color: rgb(236,178,152); }
td.TdClassName
{
border-color: #ECB298;
}
.TagClassName
{
border-color: #ECB298;
}
</style>