Shades of Beauty Bush #EEBEB5
Tints of Beauty Bush #EEBEB5
RGB
CMYK
RGB Variations
Color information
#EEBEB5 (or 0xEEBEB5) is known color: Beauty Bush. HEX triplet: EE, BE and B5. RGB value is (238,190,181). Sum of RGB (Red+Green+Blue) = 238+190+181=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEB5 is #11414A. Grayscale: #CBCBCB. Windows color (decimal): -1130827 or 11910894. OLE color: 11910894.
HSL color Cylindrical-coordinate representation of color #EEBEB5: hue angle of 9.47º 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 #EEBEB5 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 190 | 181 | - |
CMYK | 0 | 0.20 | 0.24 | 0.07 |
HSL | 9.47º | 0.63% | 0.82% | - |
HSV(B) | 9.47º | 0.24% | 0.93% | - |
XYZ | 62.01 | 58.34 | 51.71 | - |
YUV | 203.33 | 115.4 | 152.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 190 | 181 | 0 | 0.20 | 0.24 | 0.07 | 9.47 | 0.63 | 0.82 |
Hex | EE | BE | B5 | 0 | 14 | 18 | 7 | 9 | 3F | 52 |
Octal | 356 | 276 | 265 | 0 | 24 | 30 | 7 | 11 | 77 | 122 |
Binary | 11101110 | 10111110 | 10110101 | 0 | 10100 | 11000 | 111 | 1001 | 111111 | 1010010 |
Color Harmonies of #EEBEB5
Complementary color
Monochromatic Colors of #EEBEB5
Black with #EEBEB5
Text Example
Text Example
White with #EEBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEB5; }
p { color: rgb(238,190,181); }
H1.HeaderClassName
{
color: #EEBEB5;
}
.AnyTagClassName
{
color: #EEBEB5;
}
</style>
background-color css
<style>
a { background-color: #EEBEB5; }
a { background-color: rgb(238,190,181); }
div.DivClassName
{
background-color: #EEBEB5;
}
.BgClassName
{
background-color: #EEBEB5;
}
</style>
border-color css
<style>
span { border-color: #EEBEB5; }
span { border-color: rgb(238,190,181); }
td.TdClassName
{
border-color: #EEBEB5;
}
.TagClassName
{
border-color: #EEBEB5;
}
</style>