Shades of Tonys Pink #EFAB8A
Tints of Tonys Pink #EFAB8A
RGB
CMYK
RGB Variations
Color information
#EFAB8A (or 0xEFAB8A) is known color: Tonys Pink. HEX triplet: EF, AB and 8A. RGB value is (239,171,138). Sum of RGB (Red+Green+Blue) = 239+171+138=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB8A is #105475. Grayscale: #BBBBBB. Windows color (decimal): -1070198 or 9087983. OLE color: 9087983.
HSL color Cylindrical-coordinate representation of color #EFAB8A: hue angle of 19.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFAB8A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 138 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.06 |
| HSL | 19.6º | 0.76% | 0.74% | - |
| HSV(B) | 19.6º | 0.42% | 0.94% | - |
| XYZ | 54.75 | 49.31 | 30.68 | - |
| YUV | 187.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 138 | 0 | 0.28 | 0.42 | 0.06 | 19.6 | 0.76 | 0.74 |
| Hex | EF | AB | 8A | 0 | 1C | 2A | 6 | 14 | 4C | 4A |
| Octal | 357 | 253 | 212 | 0 | 34 | 52 | 6 | 24 | 114 | 112 |
| Binary | 11101111 | 10101011 | 10001010 | 0 | 11100 | 101010 | 110 | 10100 | 1001100 | 1001010 |
Color Harmonies of #EFAB8A
Complementary color
Monochromatic Colors of #EFAB8A
Black with #EFAB8A
Text Example
Text Example
White with #EFAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB8A; }
p { color: rgb(239,171,138); }
H1.HeaderClassName
{
color: #EFAB8A;
}
.AnyTagClassName
{
color: #EFAB8A;
}
</style>
background-color css
<style>
a { background-color: #EFAB8A; }
a { background-color: rgb(239,171,138); }
div.DivClassName
{
background-color: #EFAB8A;
}
.BgClassName
{
background-color: #EFAB8A;
}
</style>
border-color css
<style>
span { border-color: #EFAB8A; }
span { border-color: rgb(239,171,138); }
td.TdClassName
{
border-color: #EFAB8A;
}
.TagClassName
{
border-color: #EFAB8A;
}
</style>