Shades of Blossom #EFB5BA
Tints of Blossom #EFB5BA
RGB
CMYK
RGB Variations
Color information
#EFB5BA (or 0xEFB5BA) is known color: Blossom. HEX triplet: EF, B5 and BA. RGB value is (239,181,186). Sum of RGB (Red+Green+Blue) = 239+181+186=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5BA is #104A45. Grayscale: #C6C6C6. Windows color (decimal): -1067590 or 12236271. OLE color: 12236271.
HSL color Cylindrical-coordinate representation of color #EFB5BA: hue angle of 354.83º 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 #EFB5BA is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 186 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.06 |
| HSL | 354.83º | 0.64% | 0.82% | - |
| HSV(B) | 354.83º | 0.24% | 0.94% | - |
| XYZ | 60.98 | 54.94 | 53.85 | - |
| YUV | 198.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 186 | 0 | 0.24 | 0.22 | 0.06 | 354.83 | 0.64 | 0.82 |
| Hex | EF | B5 | BA | 0 | 18 | 16 | 6 | 163 | 40 | 52 |
| Octal | 357 | 265 | 272 | 0 | 30 | 26 | 6 | 543 | 100 | 122 |
| Binary | 11101111 | 10110101 | 10111010 | 0 | 11000 | 10110 | 110 | 101100011 | 1000000 | 1010010 |
Color Harmonies of #EFB5BA
Complementary color
Monochromatic Colors of #EFB5BA
Black with #EFB5BA
Text Example
Text Example
White with #EFB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5BA; }
p { color: rgb(239,181,186); }
H1.HeaderClassName
{
color: #EFB5BA;
}
.AnyTagClassName
{
color: #EFB5BA;
}
</style>
background-color css
<style>
a { background-color: #EFB5BA; }
a { background-color: rgb(239,181,186); }
div.DivClassName
{
background-color: #EFB5BA;
}
.BgClassName
{
background-color: #EFB5BA;
}
</style>
border-color css
<style>
span { border-color: #EFB5BA; }
span { border-color: rgb(239,181,186); }
td.TdClassName
{
border-color: #EFB5BA;
}
.TagClassName
{
border-color: #EFB5BA;
}
</style>