Shades of Tonys Pink #EFA582
Tints of Tonys Pink #EFA582
RGB
CMYK
RGB Variations
Color information
#EFA582 (or 0xEFA582) is known color: Tonys Pink. HEX triplet: EF, A5 and 82. RGB value is (239,165,130). Sum of RGB (Red+Green+Blue) = 239+165+130=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA582 is #105A7D. Grayscale: #B7B7B7. Windows color (decimal): -1071742 or 8562159. OLE color: 8562159.
HSL color Cylindrical-coordinate representation of color #EFA582: hue angle of 19.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFA582 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 130 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.06 |
| HSL | 19.27º | 0.77% | 0.72% | - |
| HSV(B) | 19.27º | 0.46% | 0.94% | - |
| XYZ | 53.08 | 46.87 | 27.37 | - |
| YUV | 183.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 130 | 0 | 0.31 | 0.46 | 0.06 | 19.27 | 0.77 | 0.72 |
| Hex | EF | A5 | 82 | 0 | 1F | 2E | 6 | 13 | 4D | 48 |
| Octal | 357 | 245 | 202 | 0 | 37 | 56 | 6 | 23 | 115 | 110 |
| Binary | 11101111 | 10100101 | 10000010 | 0 | 11111 | 101110 | 110 | 10011 | 1001101 | 1001000 |
Color Harmonies of #EFA582
Complementary color
Monochromatic Colors of #EFA582
Black with #EFA582
Text Example
Text Example
White with #EFA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA582; }
p { color: rgb(239,165,130); }
H1.HeaderClassName
{
color: #EFA582;
}
.AnyTagClassName
{
color: #EFA582;
}
</style>
background-color css
<style>
a { background-color: #EFA582; }
a { background-color: rgb(239,165,130); }
div.DivClassName
{
background-color: #EFA582;
}
.BgClassName
{
background-color: #EFA582;
}
</style>
border-color css
<style>
span { border-color: #EFA582; }
span { border-color: rgb(239,165,130); }
td.TdClassName
{
border-color: #EFA582;
}
.TagClassName
{
border-color: #EFA582;
}
</style>