Shades of Beauty Bush #EEC3BA
Tints of Beauty Bush #EEC3BA
RGB
CMYK
RGB Variations
Color information
#EEC3BA (or 0xEEC3BA) is known color: Beauty Bush. HEX triplet: EE, C3 and BA. RGB value is (238,195,186). Sum of RGB (Red+Green+Blue) = 238+195+186=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3BA is #113C45. Grayscale: #CECECE. Windows color (decimal): -1129542 or 12239854. OLE color: 12239854.
HSL color Cylindrical-coordinate representation of color #EEC3BA: hue angle of 10.38º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC3BA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 186 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.07 |
| HSL | 10.38º | 0.6% | 0.83% | - |
| HSV(B) | 10.38º | 0.22% | 0.93% | - |
| XYZ | 63.64 | 60.75 | 54.83 | - |
| YUV | 206.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 186 | 0 | 0.18 | 0.22 | 0.07 | 10.38 | 0.6 | 0.83 |
| Hex | EE | C3 | BA | 0 | 12 | 16 | 7 | A | 3C | 53 |
| Octal | 356 | 303 | 272 | 0 | 22 | 26 | 7 | 12 | 74 | 123 |
| Binary | 11101110 | 11000011 | 10111010 | 0 | 10010 | 10110 | 111 | 1010 | 111100 | 1010011 |
Color Harmonies of #EEC3BA
Complementary color
Monochromatic Colors of #EEC3BA
Black with #EEC3BA
Text Example
Text Example
White with #EEC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3BA; }
p { color: rgb(238,195,186); }
H1.HeaderClassName
{
color: #EEC3BA;
}
.AnyTagClassName
{
color: #EEC3BA;
}
</style>
background-color css
<style>
a { background-color: #EEC3BA; }
a { background-color: rgb(238,195,186); }
div.DivClassName
{
background-color: #EEC3BA;
}
.BgClassName
{
background-color: #EEC3BA;
}
</style>
border-color css
<style>
span { border-color: #EEC3BA; }
span { border-color: rgb(238,195,186); }
td.TdClassName
{
border-color: #EEC3BA;
}
.TagClassName
{
border-color: #EEC3BA;
}
</style>