Shades of Tonys Pink #EAA17F
Tints of Tonys Pink #EAA17F
RGB
CMYK
RGB Variations
Color information
#EAA17F (or 0xEAA17F) is known color: Tonys Pink. HEX triplet: EA, A1 and 7F. RGB value is (234,161,127). Sum of RGB (Red+Green+Blue) = 234+161+127=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA17F is #155E80. Grayscale: #B3B3B3. Windows color (decimal): -1400449 or 8364522. OLE color: 8364522.
HSL color Cylindrical-coordinate representation of color #EAA17F: hue angle of 19.07º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAA17F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 127 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.08 |
| HSL | 19.07º | 0.72% | 0.71% | - |
| HSV(B) | 19.07º | 0.46% | 0.92% | - |
| XYZ | 50.51 | 44.51 | 26.01 | - |
| YUV | 178.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 127 | 0 | 0.31 | 0.46 | 0.08 | 19.07 | 0.72 | 0.71 |
| Hex | EA | A1 | 7F | 0 | 1F | 2E | 8 | 13 | 48 | 47 |
| Octal | 352 | 241 | 177 | 0 | 37 | 56 | 10 | 23 | 110 | 107 |
| Binary | 11101010 | 10100001 | 1111111 | 0 | 11111 | 101110 | 1000 | 10011 | 1001000 | 1000111 |
Color Harmonies of #EAA17F
Complementary color
Monochromatic Colors of #EAA17F
Black with #EAA17F
Text Example
Text Example
White with #EAA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA17F; }
p { color: rgb(234,161,127); }
H1.HeaderClassName
{
color: #EAA17F;
}
.AnyTagClassName
{
color: #EAA17F;
}
</style>
background-color css
<style>
a { background-color: #EAA17F; }
a { background-color: rgb(234,161,127); }
div.DivClassName
{
background-color: #EAA17F;
}
.BgClassName
{
background-color: #EAA17F;
}
</style>
border-color css
<style>
span { border-color: #EAA17F; }
span { border-color: rgb(234,161,127); }
td.TdClassName
{
border-color: #EAA17F;
}
.TagClassName
{
border-color: #EAA17F;
}
</style>