Shades of Beauty Bush #EEBDB5
Tints of Beauty Bush #EEBDB5
RGB
CMYK
RGB Variations
Color information
#EEBDB5 (or 0xEEBDB5) is known color: Beauty Bush. HEX triplet: EE, BD and B5. RGB value is (238,189,181). Sum of RGB (Red+Green+Blue) = 238+189+181=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDB5 is #11424A. Grayscale: #CACACA. Windows color (decimal): -1131083 or 11910638. OLE color: 11910638.
HSL color Cylindrical-coordinate representation of color #EEBDB5: hue angle of 8.42º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBDB5 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 189 | 181 | - |
CMYK | 0 | 0.21 | 0.24 | 0.07 |
HSL | 8.42º | 0.63% | 0.82% | - |
HSV(B) | 8.42º | 0.24% | 0.93% | - |
XYZ | 61.8 | 57.91 | 51.64 | - |
YUV | 202.74 | 115.73 | 153.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 181 | 0 | 0.21 | 0.24 | 0.07 | 8.42 | 0.63 | 0.82 |
Hex | EE | BD | B5 | 0 | 15 | 18 | 7 | 8 | 3F | 52 |
Octal | 356 | 275 | 265 | 0 | 25 | 30 | 7 | 10 | 77 | 122 |
Binary | 11101110 | 10111101 | 10110101 | 0 | 10101 | 11000 | 111 | 1000 | 111111 | 1010010 |
Color Harmonies of #EEBDB5
Complementary color
Monochromatic Colors of #EEBDB5
Black with #EEBDB5
Text Example
Text Example
White with #EEBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDB5; }
p { color: rgb(238,189,181); }
H1.HeaderClassName
{
color: #EEBDB5;
}
.AnyTagClassName
{
color: #EEBDB5;
}
</style>
background-color css
<style>
a { background-color: #EEBDB5; }
a { background-color: rgb(238,189,181); }
div.DivClassName
{
background-color: #EEBDB5;
}
.BgClassName
{
background-color: #EEBDB5;
}
</style>
border-color css
<style>
span { border-color: #EEBDB5; }
span { border-color: rgb(238,189,181); }
td.TdClassName
{
border-color: #EEBDB5;
}
.TagClassName
{
border-color: #EEBDB5;
}
</style>