Shades of Beauty Bush #EEBDB0
Tints of Beauty Bush #EEBDB0
RGB
CMYK
RGB Variations
Color information
#EEBDB0 (or 0xEEBDB0) is known color: Beauty Bush. HEX triplet: EE, BD and B0. RGB value is (238,189,176). Sum of RGB (Red+Green+Blue) = 238+189+176=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDB0 is #11424F. Grayscale: #CACACA. Windows color (decimal): -1131088 or 11582958. OLE color: 11582958.
HSL color Cylindrical-coordinate representation of color #EEBDB0: hue angle of 12.58º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBDB0 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 189 | 176 | - |
CMYK | 0 | 0.21 | 0.26 | 0.07 |
HSL | 12.58º | 0.65% | 0.81% | - |
HSV(B) | 12.58º | 0.26% | 0.93% | - |
XYZ | 61.29 | 57.71 | 48.98 | - |
YUV | 202.17 | 113.23 | 153.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 176 | 0 | 0.21 | 0.26 | 0.07 | 12.58 | 0.65 | 0.81 |
Hex | EE | BD | B0 | 0 | 15 | 1A | 7 | D | 41 | 51 |
Octal | 356 | 275 | 260 | 0 | 25 | 32 | 7 | 15 | 101 | 121 |
Binary | 11101110 | 10111101 | 10110000 | 0 | 10101 | 11010 | 111 | 1101 | 1000001 | 1010001 |
Color Harmonies of #EEBDB0
Complementary color
Monochromatic Colors of #EEBDB0
Black with #EEBDB0
Text Example
Text Example
White with #EEBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDB0; }
p { color: rgb(238,189,176); }
H1.HeaderClassName
{
color: #EEBDB0;
}
.AnyTagClassName
{
color: #EEBDB0;
}
</style>
background-color css
<style>
a { background-color: #EEBDB0; }
a { background-color: rgb(238,189,176); }
div.DivClassName
{
background-color: #EEBDB0;
}
.BgClassName
{
background-color: #EEBDB0;
}
</style>
border-color css
<style>
span { border-color: #EEBDB0; }
span { border-color: rgb(238,189,176); }
td.TdClassName
{
border-color: #EEBDB0;
}
.TagClassName
{
border-color: #EEBDB0;
}
</style>