Shades of Tonys Pink #EDA47F
Tints of Tonys Pink #EDA47F
RGB
CMYK
RGB Variations
Color information
#EDA47F (or 0xEDA47F) is known color: Tonys Pink. HEX triplet: ED, A4 and 7F. RGB value is (237,164,127). Sum of RGB (Red+Green+Blue) = 237+164+127=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA47F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA47F is #125B80. Grayscale: #B5B5B5. Windows color (decimal): -1203073 or 8365293. OLE color: 8365293.
HSL color Cylindrical-coordinate representation of color #EDA47F: hue angle of 20.18º 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 #EDA47F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 127 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.07 |
| HSL | 20.18º | 0.75% | 0.71% | - |
| HSV(B) | 20.18º | 0.46% | 0.93% | - |
| XYZ | 52.03 | 46.09 | 26.23 | - |
| YUV | 181.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 127 | 0 | 0.31 | 0.46 | 0.07 | 20.18 | 0.75 | 0.71 |
| Hex | ED | A4 | 7F | 0 | 1F | 2E | 7 | 14 | 4B | 47 |
| Octal | 355 | 244 | 177 | 0 | 37 | 56 | 7 | 24 | 113 | 107 |
| Binary | 11101101 | 10100100 | 1111111 | 0 | 11111 | 101110 | 111 | 10100 | 1001011 | 1000111 |
Color Harmonies of #EDA47F
Complementary color
Monochromatic Colors of #EDA47F
Black with #EDA47F
Text Example
Text Example
White with #EDA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA47F; }
p { color: rgb(237,164,127); }
H1.HeaderClassName
{
color: #EDA47F;
}
.AnyTagClassName
{
color: #EDA47F;
}
</style>
background-color css
<style>
a { background-color: #EDA47F; }
a { background-color: rgb(237,164,127); }
div.DivClassName
{
background-color: #EDA47F;
}
.BgClassName
{
background-color: #EDA47F;
}
</style>
border-color css
<style>
span { border-color: #EDA47F; }
span { border-color: rgb(237,164,127); }
td.TdClassName
{
border-color: #EDA47F;
}
.TagClassName
{
border-color: #EDA47F;
}
</style>