Shades of Tonys Pink #EFA88B
Tints of Tonys Pink #EFA88B
RGB
CMYK
RGB Variations
Color information
#EFA88B (or 0xEFA88B) is known color: Tonys Pink. HEX triplet: EF, A8 and 8B. RGB value is (239,168,139). Sum of RGB (Red+Green+Blue) = 239+168+139=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA88B is #105774. Grayscale: #BABABA. Windows color (decimal): -1070965 or 9152751. OLE color: 9152751.
HSL color Cylindrical-coordinate representation of color #EFA88B: hue angle of 17.4º 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 #EFA88B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 139 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.06 |
| HSL | 17.4º | 0.76% | 0.74% | - |
| HSV(B) | 17.4º | 0.42% | 0.94% | - |
| XYZ | 54.26 | 48.22 | 30.87 | - |
| YUV | 185.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 139 | 0 | 0.30 | 0.42 | 0.06 | 17.4 | 0.76 | 0.74 |
| Hex | EF | A8 | 8B | 0 | 1E | 2A | 6 | 11 | 4C | 4A |
| Octal | 357 | 250 | 213 | 0 | 36 | 52 | 6 | 21 | 114 | 112 |
| Binary | 11101111 | 10101000 | 10001011 | 0 | 11110 | 101010 | 110 | 10001 | 1001100 | 1001010 |
Color Harmonies of #EFA88B
Complementary color
Monochromatic Colors of #EFA88B
Black with #EFA88B
Text Example
Text Example
White with #EFA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA88B; }
p { color: rgb(239,168,139); }
H1.HeaderClassName
{
color: #EFA88B;
}
.AnyTagClassName
{
color: #EFA88B;
}
</style>
background-color css
<style>
a { background-color: #EFA88B; }
a { background-color: rgb(239,168,139); }
div.DivClassName
{
background-color: #EFA88B;
}
.BgClassName
{
background-color: #EFA88B;
}
</style>
border-color css
<style>
span { border-color: #EFA88B; }
span { border-color: rgb(239,168,139); }
td.TdClassName
{
border-color: #EFA88B;
}
.TagClassName
{
border-color: #EFA88B;
}
</style>