Shades of Tonys Pink #EDA17F
Tints of Tonys Pink #EDA17F
RGB
CMYK
RGB Variations
Color information
#EDA17F (or 0xEDA17F) is known color: Tonys Pink. HEX triplet: ED, A1 and 7F. RGB value is (237,161,127). Sum of RGB (Red+Green+Blue) = 237+161+127=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA17F is #125E80. Grayscale: #B4B4B4. Windows color (decimal): -1203841 or 8364525. OLE color: 8364525.
HSL color Cylindrical-coordinate representation of color #EDA17F: hue angle of 18.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA17F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 127 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 18.55º | 0.75% | 0.71% | - |
| HSV(B) | 18.55º | 0.46% | 0.93% | - |
| XYZ | 51.5 | 45.03 | 26.06 | - |
| YUV | 179.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 127 | 0 | 0.32 | 0.46 | 0.07 | 18.55 | 0.75 | 0.71 |
| Hex | ED | A1 | 7F | 0 | 20 | 2E | 7 | 13 | 4B | 47 |
| Octal | 355 | 241 | 177 | 0 | 40 | 56 | 7 | 23 | 113 | 107 |
| Binary | 11101101 | 10100001 | 1111111 | 0 | 100000 | 101110 | 111 | 10011 | 1001011 | 1000111 |
Color Harmonies of #EDA17F
Complementary color
Monochromatic Colors of #EDA17F
Black with #EDA17F
Text Example
Text Example
White with #EDA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA17F; }
p { color: rgb(237,161,127); }
H1.HeaderClassName
{
color: #EDA17F;
}
.AnyTagClassName
{
color: #EDA17F;
}
</style>
background-color css
<style>
a { background-color: #EDA17F; }
a { background-color: rgb(237,161,127); }
div.DivClassName
{
background-color: #EDA17F;
}
.BgClassName
{
background-color: #EDA17F;
}
</style>
border-color css
<style>
span { border-color: #EDA17F; }
span { border-color: rgb(237,161,127); }
td.TdClassName
{
border-color: #EDA17F;
}
.TagClassName
{
border-color: #EDA17F;
}
</style>