Shades of Tonys Pink #EDA291
Tints of Tonys Pink #EDA291
RGB
CMYK
RGB Variations
Color information
#EDA291 (or 0xEDA291) is known color: Tonys Pink. HEX triplet: ED, A2 and 91. RGB value is (237,162,145). Sum of RGB (Red+Green+Blue) = 237+162+145=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA291 is #125D6E. Grayscale: #B6B6B6. Windows color (decimal): -1203567 or 9544429. OLE color: 9544429.
HSL color Cylindrical-coordinate representation of color #EDA291: hue angle of 11.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDA291 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 145 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.07 |
| HSL | 11.09º | 0.72% | 0.75% | - |
| HSV(B) | 11.09º | 0.39% | 0.93% | - |
| XYZ | 52.96 | 45.89 | 32.85 | - |
| YUV | 182.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 145 | 0 | 0.32 | 0.39 | 0.07 | 11.09 | 0.72 | 0.75 |
| Hex | ED | A2 | 91 | 0 | 20 | 27 | 7 | B | 48 | 4B |
| Octal | 355 | 242 | 221 | 0 | 40 | 47 | 7 | 13 | 110 | 113 |
| Binary | 11101101 | 10100010 | 10010001 | 0 | 100000 | 100111 | 111 | 1011 | 1001000 | 1001011 |
Color Harmonies of #EDA291
Complementary color
Monochromatic Colors of #EDA291
Black with #EDA291
Text Example
Text Example
White with #EDA291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA291; }
p { color: rgb(237,162,145); }
H1.HeaderClassName
{
color: #EDA291;
}
.AnyTagClassName
{
color: #EDA291;
}
</style>
background-color css
<style>
a { background-color: #EDA291; }
a { background-color: rgb(237,162,145); }
div.DivClassName
{
background-color: #EDA291;
}
.BgClassName
{
background-color: #EDA291;
}
</style>
border-color css
<style>
span { border-color: #EDA291; }
span { border-color: rgb(237,162,145); }
td.TdClassName
{
border-color: #EDA291;
}
.TagClassName
{
border-color: #EDA291;
}
</style>