Shades of Tonys Pink #EFA38C
Tints of Tonys Pink #EFA38C
RGB
CMYK
RGB Variations
Color information
#EFA38C (or 0xEFA38C) is known color: Tonys Pink. HEX triplet: EF, A3 and 8C. RGB value is (239,163,140). Sum of RGB (Red+Green+Blue) = 239+163+140=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA38C is #105C73. Grayscale: #B7B7B7. Windows color (decimal): -1072244 or 9217007. OLE color: 9217007.
HSL color Cylindrical-coordinate representation of color #EFA38C: hue angle of 13.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFA38C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 140 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.06 |
| HSL | 13.94º | 0.76% | 0.74% | - |
| HSV(B) | 13.94º | 0.41% | 0.94% | - |
| XYZ | 53.43 | 46.44 | 30.96 | - |
| YUV | 183.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 140 | 0 | 0.32 | 0.41 | 0.06 | 13.94 | 0.76 | 0.74 |
| Hex | EF | A3 | 8C | 0 | 20 | 29 | 6 | E | 4C | 4A |
| Octal | 357 | 243 | 214 | 0 | 40 | 51 | 6 | 16 | 114 | 112 |
| Binary | 11101111 | 10100011 | 10001100 | 0 | 100000 | 101001 | 110 | 1110 | 1001100 | 1001010 |
Color Harmonies of #EFA38C
Complementary color
Monochromatic Colors of #EFA38C
Black with #EFA38C
Text Example
Text Example
White with #EFA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA38C; }
p { color: rgb(239,163,140); }
H1.HeaderClassName
{
color: #EFA38C;
}
.AnyTagClassName
{
color: #EFA38C;
}
</style>
background-color css
<style>
a { background-color: #EFA38C; }
a { background-color: rgb(239,163,140); }
div.DivClassName
{
background-color: #EFA38C;
}
.BgClassName
{
background-color: #EFA38C;
}
</style>
border-color css
<style>
span { border-color: #EFA38C; }
span { border-color: rgb(239,163,140); }
td.TdClassName
{
border-color: #EFA38C;
}
.TagClassName
{
border-color: #EFA38C;
}
</style>