Shades of Beauty Bush #EAB2AC
Tints of Beauty Bush #EAB2AC
RGB
CMYK
RGB Variations
Color information
#EAB2AC (or 0xEAB2AC) is known color: Beauty Bush. HEX triplet: EA, B2 and AC. RGB value is (234,178,172). Sum of RGB (Red+Green+Blue) = 234+178+172=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2AC is #154D53. Grayscale: #C2C2C2. Windows color (decimal): -1396052 or 11317994. OLE color: 11317994.
HSL color Cylindrical-coordinate representation of color #EAB2AC: hue angle of 5.81º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB2AC is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 178 | 172 | - |
CMYK | 0 | 0.24 | 0.26 | 0.08 |
HSL | 5.81º | 0.6% | 0.8% | - |
HSV(B) | 5.81º | 0.26% | 0.92% | - |
XYZ | 57.3 | 52.31 | 46.11 | - |
YUV | 194.06 | 115.55 | 156.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 178 | 172 | 0 | 0.24 | 0.26 | 0.08 | 5.81 | 0.6 | 0.8 |
Hex | EA | B2 | AC | 0 | 18 | 1A | 8 | 6 | 3C | 50 |
Octal | 352 | 262 | 254 | 0 | 30 | 32 | 10 | 6 | 74 | 120 |
Binary | 11101010 | 10110010 | 10101100 | 0 | 11000 | 11010 | 1000 | 110 | 111100 | 1010000 |
Color Harmonies of #EAB2AC
Complementary color
Monochromatic Colors of #EAB2AC
Black with #EAB2AC
Text Example
Text Example
White with #EAB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2AC; }
p { color: rgb(234,178,172); }
H1.HeaderClassName
{
color: #EAB2AC;
}
.AnyTagClassName
{
color: #EAB2AC;
}
</style>
background-color css
<style>
a { background-color: #EAB2AC; }
a { background-color: rgb(234,178,172); }
div.DivClassName
{
background-color: #EAB2AC;
}
.BgClassName
{
background-color: #EAB2AC;
}
</style>
border-color css
<style>
span { border-color: #EAB2AC; }
span { border-color: rgb(234,178,172); }
td.TdClassName
{
border-color: #EAB2AC;
}
.TagClassName
{
border-color: #EAB2AC;
}
</style>