Shades of Tonys Pink #EFA37E
Tints of Tonys Pink #EFA37E
RGB
CMYK
RGB Variations
Color information
#EFA37E (or 0xEFA37E) is known color: Tonys Pink. HEX triplet: EF, A3 and 7E. RGB value is (239,163,126). Sum of RGB (Red+Green+Blue) = 239+163+126=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA37E is #105C81. Grayscale: #B5B5B5. Windows color (decimal): -1072258 or 8299503. OLE color: 8299503.
HSL color Cylindrical-coordinate representation of color #EFA37E: hue angle of 19.65º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFA37E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 126 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.06 |
| HSL | 19.65º | 0.78% | 0.72% | - |
| HSV(B) | 19.65º | 0.47% | 0.94% | - |
| XYZ | 52.46 | 46.05 | 25.86 | - |
| YUV | 181.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 126 | 0 | 0.32 | 0.47 | 0.06 | 19.65 | 0.78 | 0.72 |
| Hex | EF | A3 | 7E | 0 | 20 | 2F | 6 | 14 | 4E | 48 |
| Octal | 357 | 243 | 176 | 0 | 40 | 57 | 6 | 24 | 116 | 110 |
| Binary | 11101111 | 10100011 | 1111110 | 0 | 100000 | 101111 | 110 | 10100 | 1001110 | 1001000 |
Color Harmonies of #EFA37E
Complementary color
Monochromatic Colors of #EFA37E
Black with #EFA37E
Text Example
Text Example
White with #EFA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA37E; }
p { color: rgb(239,163,126); }
H1.HeaderClassName
{
color: #EFA37E;
}
.AnyTagClassName
{
color: #EFA37E;
}
</style>
background-color css
<style>
a { background-color: #EFA37E; }
a { background-color: rgb(239,163,126); }
div.DivClassName
{
background-color: #EFA37E;
}
.BgClassName
{
background-color: #EFA37E;
}
</style>
border-color css
<style>
span { border-color: #EFA37E; }
span { border-color: rgb(239,163,126); }
td.TdClassName
{
border-color: #EFA37E;
}
.TagClassName
{
border-color: #EFA37E;
}
</style>