Shades of Tonys Pink #EFA196
Tints of Tonys Pink #EFA196
RGB
CMYK
RGB Variations
Color information
#EFA196 (or 0xEFA196) is known color: Tonys Pink. HEX triplet: EF, A1 and 96. RGB value is (239,161,150). Sum of RGB (Red+Green+Blue) = 239+161+150=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA196 is #105E69. Grayscale: #B7B7B7. Windows color (decimal): -1072746 or 9871855. OLE color: 9871855.
HSL color Cylindrical-coordinate representation of color #EFA196: hue angle of 7.42º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA196 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 150 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.06 |
| HSL | 7.42º | 0.74% | 0.76% | - |
| HSV(B) | 7.42º | 0.37% | 0.94% | - |
| XYZ | 53.85 | 46.04 | 34.9 | - |
| YUV | 183.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 150 | 0 | 0.33 | 0.37 | 0.06 | 7.42 | 0.74 | 0.76 |
| Hex | EF | A1 | 96 | 0 | 21 | 25 | 6 | 7 | 4A | 4C |
| Octal | 357 | 241 | 226 | 0 | 41 | 45 | 6 | 7 | 112 | 114 |
| Binary | 11101111 | 10100001 | 10010110 | 0 | 100001 | 100101 | 110 | 111 | 1001010 | 1001100 |
Color Harmonies of #EFA196
Complementary color
Monochromatic Colors of #EFA196
Black with #EFA196
Text Example
Text Example
White with #EFA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA196; }
p { color: rgb(239,161,150); }
H1.HeaderClassName
{
color: #EFA196;
}
.AnyTagClassName
{
color: #EFA196;
}
</style>
background-color css
<style>
a { background-color: #EFA196; }
a { background-color: rgb(239,161,150); }
div.DivClassName
{
background-color: #EFA196;
}
.BgClassName
{
background-color: #EFA196;
}
</style>
border-color css
<style>
span { border-color: #EFA196; }
span { border-color: rgb(239,161,150); }
td.TdClassName
{
border-color: #EFA196;
}
.TagClassName
{
border-color: #EFA196;
}
</style>