Shades of Sweet Pink #EFA09C
Tints of Sweet Pink #EFA09C
RGB
CMYK
RGB Variations
Color information
#EFA09C (or 0xEFA09C) is known color: Sweet Pink. HEX triplet: EF, A0 and 9C. RGB value is (239,160,156). Sum of RGB (Red+Green+Blue) = 239+160+156=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA09C is #105F63. Grayscale: #B7B7B7. Windows color (decimal): -1072996 or 10264815. OLE color: 10264815.
HSL color Cylindrical-coordinate representation of color #EFA09C: hue angle of 2.89º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA09C is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 156 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.06 |
| HSL | 2.89º | 0.72% | 0.77% | - |
| HSV(B) | 2.89º | 0.35% | 0.94% | - |
| XYZ | 54.17 | 45.89 | 37.46 | - |
| YUV | 183.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 156 | 0 | 0.33 | 0.35 | 0.06 | 2.89 | 0.72 | 0.77 |
| Hex | EF | A0 | 9C | 0 | 21 | 23 | 6 | 3 | 48 | 4D |
| Octal | 357 | 240 | 234 | 0 | 41 | 43 | 6 | 3 | 110 | 115 |
| Binary | 11101111 | 10100000 | 10011100 | 0 | 100001 | 100011 | 110 | 11 | 1001000 | 1001101 |
Color Harmonies of #EFA09C
Complementary color
Monochromatic Colors of #EFA09C
Black with #EFA09C
Text Example
Text Example
White with #EFA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA09C; }
p { color: rgb(239,160,156); }
H1.HeaderClassName
{
color: #EFA09C;
}
.AnyTagClassName
{
color: #EFA09C;
}
</style>
background-color css
<style>
a { background-color: #EFA09C; }
a { background-color: rgb(239,160,156); }
div.DivClassName
{
background-color: #EFA09C;
}
.BgClassName
{
background-color: #EFA09C;
}
</style>
border-color css
<style>
span { border-color: #EFA09C; }
span { border-color: rgb(239,160,156); }
td.TdClassName
{
border-color: #EFA09C;
}
.TagClassName
{
border-color: #EFA09C;
}
</style>