Shades of Tonys Pink #EDA581
Tints of Tonys Pink #EDA581
RGB
CMYK
RGB Variations
Color information
#EDA581 (or 0xEDA581) is known color: Tonys Pink. HEX triplet: ED, A5 and 81. RGB value is (237,165,129). Sum of RGB (Red+Green+Blue) = 237+165+129=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA581 is #125A7E. Grayscale: #B6B6B6. Windows color (decimal): -1202815 or 8496621. OLE color: 8496621.
HSL color Cylindrical-coordinate representation of color #EDA581: hue angle of 20º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA581 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 129 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.07 |
| HSL | 20º | 0.75% | 0.72% | - |
| HSV(B) | 20º | 0.46% | 0.93% | - |
| XYZ | 52.34 | 46.5 | 26.99 | - |
| YUV | 182.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 129 | 0 | 0.30 | 0.46 | 0.07 | 20 | 0.75 | 0.72 |
| Hex | ED | A5 | 81 | 0 | 1E | 2E | 7 | 14 | 4B | 48 |
| Octal | 355 | 245 | 201 | 0 | 36 | 56 | 7 | 24 | 113 | 110 |
| Binary | 11101101 | 10100101 | 10000001 | 0 | 11110 | 101110 | 111 | 10100 | 1001011 | 1001000 |
Color Harmonies of #EDA581
Complementary color
Monochromatic Colors of #EDA581
Black with #EDA581
Text Example
Text Example
White with #EDA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA581; }
p { color: rgb(237,165,129); }
H1.HeaderClassName
{
color: #EDA581;
}
.AnyTagClassName
{
color: #EDA581;
}
</style>
background-color css
<style>
a { background-color: #EDA581; }
a { background-color: rgb(237,165,129); }
div.DivClassName
{
background-color: #EDA581;
}
.BgClassName
{
background-color: #EDA581;
}
</style>
border-color css
<style>
span { border-color: #EDA581; }
span { border-color: rgb(237,165,129); }
td.TdClassName
{
border-color: #EDA581;
}
.TagClassName
{
border-color: #EDA581;
}
</style>