Shades of Blossom #EFB2BA
Tints of Blossom #EFB2BA
RGB
CMYK
RGB Variations
Color information
#EFB2BA (or 0xEFB2BA) is known color: Blossom. HEX triplet: EF, B2 and BA. RGB value is (239,178,186). Sum of RGB (Red+Green+Blue) = 239+178+186=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2BA is #104D45. Grayscale: #C5C5C5. Windows color (decimal): -1068358 or 12235503. OLE color: 12235503.
HSL color Cylindrical-coordinate representation of color #EFB2BA: hue angle of 352.13º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 186 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.06 |
| HSL | 352.13º | 0.66% | 0.82% | - |
| HSV(B) | 352.13º | 0.26% | 0.94% | - |
| XYZ | 60.38 | 53.74 | 53.64 | - |
| YUV | 197.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 186 | 0 | 0.26 | 0.22 | 0.06 | 352.13 | 0.66 | 0.82 |
| Hex | EF | B2 | BA | 0 | 1A | 16 | 6 | 160 | 42 | 52 |
| Octal | 357 | 262 | 272 | 0 | 32 | 26 | 6 | 540 | 102 | 122 |
| Binary | 11101111 | 10110010 | 10111010 | 0 | 11010 | 10110 | 110 | 101100000 | 1000010 | 1010010 |
Color Harmonies of #EFB2BA
Complementary color
Monochromatic Colors of #EFB2BA
Black with #EFB2BA
Text Example
Text Example
White with #EFB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2BA; }
p { color: rgb(239,178,186); }
H1.HeaderClassName
{
color: #EFB2BA;
}
.AnyTagClassName
{
color: #EFB2BA;
}
</style>
background-color css
<style>
a { background-color: #EFB2BA; }
a { background-color: rgb(239,178,186); }
div.DivClassName
{
background-color: #EFB2BA;
}
.BgClassName
{
background-color: #EFB2BA;
}
</style>
border-color css
<style>
span { border-color: #EFB2BA; }
span { border-color: rgb(239,178,186); }
td.TdClassName
{
border-color: #EFB2BA;
}
.TagClassName
{
border-color: #EFB2BA;
}
</style>