Shades of Tonys Pink #EFA790
Tints of Tonys Pink #EFA790
RGB
CMYK
RGB Variations
Color information
#EFA790 (or 0xEFA790) is known color: Tonys Pink. HEX triplet: EF, A7 and 90. RGB value is (239,167,144). Sum of RGB (Red+Green+Blue) = 239+167+144=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA790 is #10586F. Grayscale: #BABABA. Windows color (decimal): -1071216 or 9480175. OLE color: 9480175.
HSL color Cylindrical-coordinate representation of color #EFA790: hue angle of 14.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFA790 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 144 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.06 |
| HSL | 14.53º | 0.75% | 0.75% | - |
| HSV(B) | 14.53º | 0.4% | 0.94% | - |
| XYZ | 54.45 | 48 | 32.78 | - |
| YUV | 185.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 144 | 0 | 0.30 | 0.40 | 0.06 | 14.53 | 0.75 | 0.75 |
| Hex | EF | A7 | 90 | 0 | 1E | 28 | 6 | F | 4B | 4B |
| Octal | 357 | 247 | 220 | 0 | 36 | 50 | 6 | 17 | 113 | 113 |
| Binary | 11101111 | 10100111 | 10010000 | 0 | 11110 | 101000 | 110 | 1111 | 1001011 | 1001011 |
Color Harmonies of #EFA790
Complementary color
Monochromatic Colors of #EFA790
Black with #EFA790
Text Example
Text Example
White with #EFA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA790; }
p { color: rgb(239,167,144); }
H1.HeaderClassName
{
color: #EFA790;
}
.AnyTagClassName
{
color: #EFA790;
}
</style>
background-color css
<style>
a { background-color: #EFA790; }
a { background-color: rgb(239,167,144); }
div.DivClassName
{
background-color: #EFA790;
}
.BgClassName
{
background-color: #EFA790;
}
</style>
border-color css
<style>
span { border-color: #EFA790; }
span { border-color: rgb(239,167,144); }
td.TdClassName
{
border-color: #EFA790;
}
.TagClassName
{
border-color: #EFA790;
}
</style>