Shades of Tonys Pink #EDA07F
Tints of Tonys Pink #EDA07F
RGB
CMYK
RGB Variations
Color information
#EDA07F (or 0xEDA07F) is known color: Tonys Pink. HEX triplet: ED, A0 and 7F. RGB value is (237,160,127). Sum of RGB (Red+Green+Blue) = 237+160+127=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA07F is #125F80. Grayscale: #B3B3B3. Windows color (decimal): -1204097 or 8364269. OLE color: 8364269.
HSL color Cylindrical-coordinate representation of color #EDA07F: hue angle of 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 #EDA07F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 127 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 18º | 0.75% | 0.71% | - |
| HSV(B) | 18º | 0.46% | 0.93% | - |
| XYZ | 51.33 | 44.68 | 26 | - |
| YUV | 179.26 | 98.51 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 127 | 0 | 0.32 | 0.46 | 0.07 | 18 | 0.75 | 0.71 |
| Hex | ED | A0 | 7F | 0 | 20 | 2E | 7 | 12 | 4B | 47 |
| Octal | 355 | 240 | 177 | 0 | 40 | 56 | 7 | 22 | 113 | 107 |
| Binary | 11101101 | 10100000 | 1111111 | 0 | 100000 | 101110 | 111 | 10010 | 1001011 | 1000111 |
Color Harmonies of #EDA07F
Complementary color
Monochromatic Colors of #EDA07F
Black with #EDA07F
Text Example
Text Example
White with #EDA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA07F; }
p { color: rgb(237,160,127); }
H1.HeaderClassName
{
color: #EDA07F;
}
.AnyTagClassName
{
color: #EDA07F;
}
</style>
background-color css
<style>
a { background-color: #EDA07F; }
a { background-color: rgb(237,160,127); }
div.DivClassName
{
background-color: #EDA07F;
}
.BgClassName
{
background-color: #EDA07F;
}
</style>
border-color css
<style>
span { border-color: #EDA07F; }
span { border-color: rgb(237,160,127); }
td.TdClassName
{
border-color: #EDA07F;
}
.TagClassName
{
border-color: #EDA07F;
}
</style>