Shades of Tonys Pink #EFA18A
Tints of Tonys Pink #EFA18A
RGB
CMYK
RGB Variations
Color information
#EFA18A (or 0xEFA18A) is known color: Tonys Pink. HEX triplet: EF, A1 and 8A. RGB value is (239,161,138). Sum of RGB (Red+Green+Blue) = 239+161+138=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA18A is #105E75. Grayscale: #B5B5B5. Windows color (decimal): -1072758 or 9085423. OLE color: 9085423.
HSL color Cylindrical-coordinate representation of color #EFA18A: hue angle of 13.66º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFA18A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 138 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.06 |
| HSL | 13.66º | 0.76% | 0.74% | - |
| HSV(B) | 13.66º | 0.42% | 0.94% | - |
| XYZ | 52.93 | 45.68 | 30.07 | - |
| YUV | 181.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 138 | 0 | 0.33 | 0.42 | 0.06 | 13.66 | 0.76 | 0.74 |
| Hex | EF | A1 | 8A | 0 | 21 | 2A | 6 | E | 4C | 4A |
| Octal | 357 | 241 | 212 | 0 | 41 | 52 | 6 | 16 | 114 | 112 |
| Binary | 11101111 | 10100001 | 10001010 | 0 | 100001 | 101010 | 110 | 1110 | 1001100 | 1001010 |
Color Harmonies of #EFA18A
Complementary color
Monochromatic Colors of #EFA18A
Black with #EFA18A
Text Example
Text Example
White with #EFA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA18A; }
p { color: rgb(239,161,138); }
H1.HeaderClassName
{
color: #EFA18A;
}
.AnyTagClassName
{
color: #EFA18A;
}
</style>
background-color css
<style>
a { background-color: #EFA18A; }
a { background-color: rgb(239,161,138); }
div.DivClassName
{
background-color: #EFA18A;
}
.BgClassName
{
background-color: #EFA18A;
}
</style>
border-color css
<style>
span { border-color: #EFA18A; }
span { border-color: rgb(239,161,138); }
td.TdClassName
{
border-color: #EFA18A;
}
.TagClassName
{
border-color: #EFA18A;
}
</style>