Shades of Tonys Pink #EFA38D
Tints of Tonys Pink #EFA38D
RGB
CMYK
RGB Variations
Color information
#EFA38D (or 0xEFA38D) is known color: Tonys Pink. HEX triplet: EF, A3 and 8D. RGB value is (239,163,141). Sum of RGB (Red+Green+Blue) = 239+163+141=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA38D is #105C72. Grayscale: #B7B7B7. Windows color (decimal): -1072243 or 9282543. OLE color: 9282543.
HSL color Cylindrical-coordinate representation of color #EFA38D: hue angle of 13.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFA38D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 141 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.06 |
| HSL | 13.47º | 0.75% | 0.75% | - |
| HSV(B) | 13.47º | 0.41% | 0.94% | - |
| XYZ | 53.5 | 46.47 | 31.35 | - |
| YUV | 183.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 141 | 0 | 0.32 | 0.41 | 0.06 | 13.47 | 0.75 | 0.75 |
| Hex | EF | A3 | 8D | 0 | 20 | 29 | 6 | D | 4B | 4B |
| Octal | 357 | 243 | 215 | 0 | 40 | 51 | 6 | 15 | 113 | 113 |
| Binary | 11101111 | 10100011 | 10001101 | 0 | 100000 | 101001 | 110 | 1101 | 1001011 | 1001011 |
Color Harmonies of #EFA38D
Complementary color
Monochromatic Colors of #EFA38D
Black with #EFA38D
Text Example
Text Example
White with #EFA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA38D; }
p { color: rgb(239,163,141); }
H1.HeaderClassName
{
color: #EFA38D;
}
.AnyTagClassName
{
color: #EFA38D;
}
</style>
background-color css
<style>
a { background-color: #EFA38D; }
a { background-color: rgb(239,163,141); }
div.DivClassName
{
background-color: #EFA38D;
}
.BgClassName
{
background-color: #EFA38D;
}
</style>
border-color css
<style>
span { border-color: #EFA38D; }
span { border-color: rgb(239,163,141); }
td.TdClassName
{
border-color: #EFA38D;
}
.TagClassName
{
border-color: #EFA38D;
}
</style>