Shades of Tonys Pink #EDA37F
Tints of Tonys Pink #EDA37F
RGB
CMYK
RGB Variations
Color information
#EDA37F (or 0xEDA37F) is known color: Tonys Pink. HEX triplet: ED, A3 and 7F. RGB value is (237,163,127). Sum of RGB (Red+Green+Blue) = 237+163+127=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA37F is #125C80. Grayscale: #B5B5B5. Windows color (decimal): -1203329 or 8365037. OLE color: 8365037.
HSL color Cylindrical-coordinate representation of color #EDA37F: hue angle of 19.64º 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 #EDA37F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 127 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.07 |
| HSL | 19.64º | 0.75% | 0.71% | - |
| HSV(B) | 19.64º | 0.46% | 0.93% | - |
| XYZ | 51.85 | 45.73 | 26.17 | - |
| YUV | 181.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 127 | 0 | 0.31 | 0.46 | 0.07 | 19.64 | 0.75 | 0.71 |
| Hex | ED | A3 | 7F | 0 | 1F | 2E | 7 | 14 | 4B | 47 |
| Octal | 355 | 243 | 177 | 0 | 37 | 56 | 7 | 24 | 113 | 107 |
| Binary | 11101101 | 10100011 | 1111111 | 0 | 11111 | 101110 | 111 | 10100 | 1001011 | 1000111 |
Color Harmonies of #EDA37F
Complementary color
Monochromatic Colors of #EDA37F
Black with #EDA37F
Text Example
Text Example
White with #EDA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA37F; }
p { color: rgb(237,163,127); }
H1.HeaderClassName
{
color: #EDA37F;
}
.AnyTagClassName
{
color: #EDA37F;
}
</style>
background-color css
<style>
a { background-color: #EDA37F; }
a { background-color: rgb(237,163,127); }
div.DivClassName
{
background-color: #EDA37F;
}
.BgClassName
{
background-color: #EDA37F;
}
</style>
border-color css
<style>
span { border-color: #EDA37F; }
span { border-color: rgb(237,163,127); }
td.TdClassName
{
border-color: #EDA37F;
}
.TagClassName
{
border-color: #EDA37F;
}
</style>