Shades of Wax Flower #EBB2A2
Tints of Wax Flower #EBB2A2
RGB
CMYK
RGB Variations
Color information
#EBB2A2 (or 0xEBB2A2) is known color: Wax Flower. HEX triplet: EB, B2 and A2. RGB value is (235,178,162). Sum of RGB (Red+Green+Blue) = 235+178+162=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB2A2 is #144D5D. Grayscale: #C1C1C1. Windows color (decimal): -1330526 or 10662635. OLE color: 10662635.
HSL color Cylindrical-coordinate representation of color #EBB2A2: hue angle of 13.15º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBB2A2 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 162 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.08 |
| HSL | 13.15º | 0.65% | 0.78% | - |
| HSV(B) | 13.15º | 0.31% | 0.92% | - |
| XYZ | 56.7 | 52.11 | 41.25 | - |
| YUV | 193.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 162 | 0 | 0.24 | 0.31 | 0.08 | 13.15 | 0.65 | 0.78 |
| Hex | EB | B2 | A2 | 0 | 18 | 1F | 8 | D | 41 | 4E |
| Octal | 353 | 262 | 242 | 0 | 30 | 37 | 10 | 15 | 101 | 116 |
| Binary | 11101011 | 10110010 | 10100010 | 0 | 11000 | 11111 | 1000 | 1101 | 1000001 | 1001110 |
Color Harmonies of #EBB2A2
Complementary color
Monochromatic Colors of #EBB2A2
Black with #EBB2A2
Text Example
Text Example
White with #EBB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2A2; }
p { color: rgb(235,178,162); }
H1.HeaderClassName
{
color: #EBB2A2;
}
.AnyTagClassName
{
color: #EBB2A2;
}
</style>
background-color css
<style>
a { background-color: #EBB2A2; }
a { background-color: rgb(235,178,162); }
div.DivClassName
{
background-color: #EBB2A2;
}
.BgClassName
{
background-color: #EBB2A2;
}
</style>
border-color css
<style>
span { border-color: #EBB2A2; }
span { border-color: rgb(235,178,162); }
td.TdClassName
{
border-color: #EBB2A2;
}
.TagClassName
{
border-color: #EBB2A2;
}
</style>