Shades of Blossom #EFA8B4
Tints of Blossom #EFA8B4
RGB
CMYK
RGB Variations
Color information
#EFA8B4 (or 0xEFA8B4) is known color: Blossom. HEX triplet: EF, A8 and B4. RGB value is (239,168,180). Sum of RGB (Red+Green+Blue) = 239+168+180=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8B4 is #10574B. Grayscale: #BEBEBE. Windows color (decimal): -1070924 or 11839727. OLE color: 11839727.
HSL color Cylindrical-coordinate representation of color #EFA8B4: hue angle of 349.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8B4 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 180 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.06 |
| HSL | 349.86º | 0.69% | 0.8% | - |
| HSV(B) | 349.86º | 0.3% | 0.94% | - |
| XYZ | 57.84 | 49.65 | 49.72 | - |
| YUV | 190.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 180 | 0 | 0.30 | 0.25 | 0.06 | 349.86 | 0.69 | 0.8 |
| Hex | EF | A8 | B4 | 0 | 1E | 19 | 6 | 15E | 45 | 50 |
| Octal | 357 | 250 | 264 | 0 | 36 | 31 | 6 | 536 | 105 | 120 |
| Binary | 11101111 | 10101000 | 10110100 | 0 | 11110 | 11001 | 110 | 101011110 | 1000101 | 1010000 |
Color Harmonies of #EFA8B4
Complementary color
Monochromatic Colors of #EFA8B4
Black with #EFA8B4
Text Example
Text Example
White with #EFA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8B4; }
p { color: rgb(239,168,180); }
H1.HeaderClassName
{
color: #EFA8B4;
}
.AnyTagClassName
{
color: #EFA8B4;
}
</style>
background-color css
<style>
a { background-color: #EFA8B4; }
a { background-color: rgb(239,168,180); }
div.DivClassName
{
background-color: #EFA8B4;
}
.BgClassName
{
background-color: #EFA8B4;
}
</style>
border-color css
<style>
span { border-color: #EFA8B4; }
span { border-color: rgb(239,168,180); }
td.TdClassName
{
border-color: #EFA8B4;
}
.TagClassName
{
border-color: #EFA8B4;
}
</style>