Shades of Tonys Pink #EFA48B
Tints of Tonys Pink #EFA48B
RGB
CMYK
RGB Variations
Color information
#EFA48B (or 0xEFA48B) is known color: Tonys Pink. HEX triplet: EF, A4 and 8B. RGB value is (239,164,139). Sum of RGB (Red+Green+Blue) = 239+164+139=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA48B is #105B74. Grayscale: #B7B7B7. Windows color (decimal): -1071989 or 9151727. OLE color: 9151727.
HSL color Cylindrical-coordinate representation of color #EFA48B: hue angle of 15º 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 #EFA48B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 139 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.06 |
| HSL | 15º | 0.76% | 0.74% | - |
| HSV(B) | 15º | 0.42% | 0.94% | - |
| XYZ | 53.53 | 46.77 | 30.63 | - |
| YUV | 183.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 139 | 0 | 0.31 | 0.42 | 0.06 | 15 | 0.76 | 0.74 |
| Hex | EF | A4 | 8B | 0 | 1F | 2A | 6 | F | 4C | 4A |
| Octal | 357 | 244 | 213 | 0 | 37 | 52 | 6 | 17 | 114 | 112 |
| Binary | 11101111 | 10100100 | 10001011 | 0 | 11111 | 101010 | 110 | 1111 | 1001100 | 1001010 |
Color Harmonies of #EFA48B
Complementary color
Monochromatic Colors of #EFA48B
Black with #EFA48B
Text Example
Text Example
White with #EFA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA48B; }
p { color: rgb(239,164,139); }
H1.HeaderClassName
{
color: #EFA48B;
}
.AnyTagClassName
{
color: #EFA48B;
}
</style>
background-color css
<style>
a { background-color: #EFA48B; }
a { background-color: rgb(239,164,139); }
div.DivClassName
{
background-color: #EFA48B;
}
.BgClassName
{
background-color: #EFA48B;
}
</style>
border-color css
<style>
span { border-color: #EFA48B; }
span { border-color: rgb(239,164,139); }
td.TdClassName
{
border-color: #EFA48B;
}
.TagClassName
{
border-color: #EFA48B;
}
</style>