Shades of Beauty Bush #EFB8AE
Tints of Beauty Bush #EFB8AE
RGB
CMYK
RGB Variations
Color information
#EFB8AE (or 0xEFB8AE) is known color: Beauty Bush. HEX triplet: EF, B8 and AE. RGB value is (239,184,174). Sum of RGB (Red+Green+Blue) = 239+184+174=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8AE is #104751. Grayscale: #C7C7C7. Windows color (decimal): -1066834 or 11450607. OLE color: 11450607.
HSL color Cylindrical-coordinate representation of color #EFB8AE: hue angle of 9.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB8AE is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 174 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.06 |
| HSL | 9.23º | 0.67% | 0.81% | - |
| HSV(B) | 9.23º | 0.27% | 0.94% | - |
| XYZ | 60.38 | 55.69 | 47.61 | - |
| YUV | 199.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 174 | 0 | 0.23 | 0.27 | 0.06 | 9.23 | 0.67 | 0.81 |
| Hex | EF | B8 | AE | 0 | 17 | 1B | 6 | 9 | 43 | 51 |
| Octal | 357 | 270 | 256 | 0 | 27 | 33 | 6 | 11 | 103 | 121 |
| Binary | 11101111 | 10111000 | 10101110 | 0 | 10111 | 11011 | 110 | 1001 | 1000011 | 1010001 |
Color Harmonies of #EFB8AE
Complementary color
Monochromatic Colors of #EFB8AE
Black with #EFB8AE
Text Example
Text Example
White with #EFB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8AE; }
p { color: rgb(239,184,174); }
H1.HeaderClassName
{
color: #EFB8AE;
}
.AnyTagClassName
{
color: #EFB8AE;
}
</style>
background-color css
<style>
a { background-color: #EFB8AE; }
a { background-color: rgb(239,184,174); }
div.DivClassName
{
background-color: #EFB8AE;
}
.BgClassName
{
background-color: #EFB8AE;
}
</style>
border-color css
<style>
span { border-color: #EFB8AE; }
span { border-color: rgb(239,184,174); }
td.TdClassName
{
border-color: #EFB8AE;
}
.TagClassName
{
border-color: #EFB8AE;
}
</style>