Shades of Blossom #EFB5B8
Tints of Blossom #EFB5B8
RGB
CMYK
RGB Variations
Color information
#EFB5B8 (or 0xEFB5B8) is known color: Blossom. HEX triplet: EF, B5 and B8. RGB value is (239,181,184). Sum of RGB (Red+Green+Blue) = 239+181+184=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5B8 is #104A47. Grayscale: #C6C6C6. Windows color (decimal): -1067592 or 12105199. OLE color: 12105199.
HSL color Cylindrical-coordinate representation of color #EFB5B8: hue angle of 356.9º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5B8 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 184 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.06 |
| HSL | 356.9º | 0.64% | 0.82% | - |
| HSV(B) | 356.9º | 0.24% | 0.94% | - |
| XYZ | 60.77 | 54.86 | 52.73 | - |
| YUV | 198.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 184 | 0 | 0.24 | 0.23 | 0.06 | 356.9 | 0.64 | 0.82 |
| Hex | EF | B5 | B8 | 0 | 18 | 17 | 6 | 165 | 40 | 52 |
| Octal | 357 | 265 | 270 | 0 | 30 | 27 | 6 | 545 | 100 | 122 |
| Binary | 11101111 | 10110101 | 10111000 | 0 | 11000 | 10111 | 110 | 101100101 | 1000000 | 1010010 |
Color Harmonies of #EFB5B8
Complementary color
Monochromatic Colors of #EFB5B8
Black with #EFB5B8
Text Example
Text Example
White with #EFB5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5B8; }
p { color: rgb(239,181,184); }
H1.HeaderClassName
{
color: #EFB5B8;
}
.AnyTagClassName
{
color: #EFB5B8;
}
</style>
background-color css
<style>
a { background-color: #EFB5B8; }
a { background-color: rgb(239,181,184); }
div.DivClassName
{
background-color: #EFB5B8;
}
.BgClassName
{
background-color: #EFB5B8;
}
</style>
border-color css
<style>
span { border-color: #EFB5B8; }
span { border-color: rgb(239,181,184); }
td.TdClassName
{
border-color: #EFB5B8;
}
.TagClassName
{
border-color: #EFB5B8;
}
</style>