Shades of Beauty Bush #EEC3BC
Tints of Beauty Bush #EEC3BC
RGB
CMYK
RGB Variations
Color information
#EEC3BC (or 0xEEC3BC) is known color: Beauty Bush. HEX triplet: EE, C3 and BC. RGB value is (238,195,188). Sum of RGB (Red+Green+Blue) = 238+195+188=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3BC is #113C43. Grayscale: #CFCFCF. Windows color (decimal): -1129540 or 12370926. OLE color: 12370926.
HSL color Cylindrical-coordinate representation of color #EEC3BC: hue angle of 8.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC3BC is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 188 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.07 |
| HSL | 8.4º | 0.6% | 0.84% | - |
| HSV(B) | 8.4º | 0.21% | 0.93% | - |
| XYZ | 63.85 | 60.84 | 55.95 | - |
| YUV | 207.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 188 | 0 | 0.18 | 0.21 | 0.07 | 8.4 | 0.6 | 0.84 |
| Hex | EE | C3 | BC | 0 | 12 | 15 | 7 | 8 | 3C | 54 |
| Octal | 356 | 303 | 274 | 0 | 22 | 25 | 7 | 10 | 74 | 124 |
| Binary | 11101110 | 11000011 | 10111100 | 0 | 10010 | 10101 | 111 | 1000 | 111100 | 1010100 |
Color Harmonies of #EEC3BC
Complementary color
Monochromatic Colors of #EEC3BC
Black with #EEC3BC
Text Example
Text Example
White with #EEC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3BC; }
p { color: rgb(238,195,188); }
H1.HeaderClassName
{
color: #EEC3BC;
}
.AnyTagClassName
{
color: #EEC3BC;
}
</style>
background-color css
<style>
a { background-color: #EEC3BC; }
a { background-color: rgb(238,195,188); }
div.DivClassName
{
background-color: #EEC3BC;
}
.BgClassName
{
background-color: #EEC3BC;
}
</style>
border-color css
<style>
span { border-color: #EEC3BC; }
span { border-color: rgb(238,195,188); }
td.TdClassName
{
border-color: #EEC3BC;
}
.TagClassName
{
border-color: #EEC3BC;
}
</style>