Shades of Tonys Pink #EAA58A
Tints of Tonys Pink #EAA58A
RGB
CMYK
RGB Variations
Color information
#EAA58A (or 0xEAA58A) is known color: Tonys Pink. HEX triplet: EA, A5 and 8A. RGB value is (234,165,138). Sum of RGB (Red+Green+Blue) = 234+165+138=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA58A is #155A75. Grayscale: #B6B6B6. Windows color (decimal): -1399414 or 9086442. OLE color: 9086442.
HSL color Cylindrical-coordinate representation of color #EAA58A: hue angle of 16.88º degrees, saturation: 0.7, 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 #EAA58A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 138 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.08 |
| HSL | 16.88º | 0.7% | 0.73% | - |
| HSV(B) | 16.88º | 0.41% | 0.92% | - |
| XYZ | 51.97 | 46.24 | 30.23 | - |
| YUV | 182.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 138 | 0 | 0.29 | 0.41 | 0.08 | 16.88 | 0.7 | 0.73 |
| Hex | EA | A5 | 8A | 0 | 1D | 29 | 8 | 11 | 46 | 49 |
| Octal | 352 | 245 | 212 | 0 | 35 | 51 | 10 | 21 | 106 | 111 |
| Binary | 11101010 | 10100101 | 10001010 | 0 | 11101 | 101001 | 1000 | 10001 | 1000110 | 1001001 |
Color Harmonies of #EAA58A
Complementary color
Monochromatic Colors of #EAA58A
Black with #EAA58A
Text Example
Text Example
White with #EAA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA58A; }
p { color: rgb(234,165,138); }
H1.HeaderClassName
{
color: #EAA58A;
}
.AnyTagClassName
{
color: #EAA58A;
}
</style>
background-color css
<style>
a { background-color: #EAA58A; }
a { background-color: rgb(234,165,138); }
div.DivClassName
{
background-color: #EAA58A;
}
.BgClassName
{
background-color: #EAA58A;
}
</style>
border-color css
<style>
span { border-color: #EAA58A; }
span { border-color: rgb(234,165,138); }
td.TdClassName
{
border-color: #EAA58A;
}
.TagClassName
{
border-color: #EAA58A;
}
</style>