Shades of Tonys Pink #EAA88B
Tints of Tonys Pink #EAA88B
RGB
CMYK
RGB Variations
Color information
#EAA88B (or 0xEAA88B) is known color: Tonys Pink. HEX triplet: EA, A8 and 8B. RGB value is (234,168,139). Sum of RGB (Red+Green+Blue) = 234+168+139=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA88B is #155774. Grayscale: #B8B8B8. Windows color (decimal): -1398645 or 9152746. OLE color: 9152746.
HSL color Cylindrical-coordinate representation of color #EAA88B: hue angle of 18.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAA88B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 139 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.08 |
| HSL | 18.32º | 0.69% | 0.73% | - |
| HSV(B) | 18.32º | 0.41% | 0.92% | - |
| XYZ | 52.59 | 47.36 | 30.8 | - |
| YUV | 184.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 139 | 0 | 0.28 | 0.41 | 0.08 | 18.32 | 0.69 | 0.73 |
| Hex | EA | A8 | 8B | 0 | 1C | 29 | 8 | 12 | 45 | 49 |
| Octal | 352 | 250 | 213 | 0 | 34 | 51 | 10 | 22 | 105 | 111 |
| Binary | 11101010 | 10101000 | 10001011 | 0 | 11100 | 101001 | 1000 | 10010 | 1000101 | 1001001 |
Color Harmonies of #EAA88B
Complementary color
Monochromatic Colors of #EAA88B
Black with #EAA88B
Text Example
Text Example
White with #EAA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA88B; }
p { color: rgb(234,168,139); }
H1.HeaderClassName
{
color: #EAA88B;
}
.AnyTagClassName
{
color: #EAA88B;
}
</style>
background-color css
<style>
a { background-color: #EAA88B; }
a { background-color: rgb(234,168,139); }
div.DivClassName
{
background-color: #EAA88B;
}
.BgClassName
{
background-color: #EAA88B;
}
</style>
border-color css
<style>
span { border-color: #EAA88B; }
span { border-color: rgb(234,168,139); }
td.TdClassName
{
border-color: #EAA88B;
}
.TagClassName
{
border-color: #EAA88B;
}
</style>