Shades of Tonys Pink #EDA081
Tints of Tonys Pink #EDA081
RGB
CMYK
RGB Variations
Color information
#EDA081 (or 0xEDA081) is known color: Tonys Pink. HEX triplet: ED, A0 and 81. RGB value is (237,160,129). Sum of RGB (Red+Green+Blue) = 237+160+129=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA081 is #125F7E. Grayscale: #B3B3B3. Windows color (decimal): -1204095 or 8495341. OLE color: 8495341.
HSL color Cylindrical-coordinate representation of color #EDA081: hue angle of 17.22º 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 #EDA081 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 129 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 17.22º | 0.75% | 0.72% | - |
| HSV(B) | 17.22º | 0.46% | 0.93% | - |
| XYZ | 51.46 | 44.73 | 26.69 | - |
| YUV | 179.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 129 | 0 | 0.32 | 0.46 | 0.07 | 17.22 | 0.75 | 0.72 |
| Hex | ED | A0 | 81 | 0 | 20 | 2E | 7 | 11 | 4B | 48 |
| Octal | 355 | 240 | 201 | 0 | 40 | 56 | 7 | 21 | 113 | 110 |
| Binary | 11101101 | 10100000 | 10000001 | 0 | 100000 | 101110 | 111 | 10001 | 1001011 | 1001000 |
Color Harmonies of #EDA081
Complementary color
Monochromatic Colors of #EDA081
Black with #EDA081
Text Example
Text Example
White with #EDA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA081; }
p { color: rgb(237,160,129); }
H1.HeaderClassName
{
color: #EDA081;
}
.AnyTagClassName
{
color: #EDA081;
}
</style>
background-color css
<style>
a { background-color: #EDA081; }
a { background-color: rgb(237,160,129); }
div.DivClassName
{
background-color: #EDA081;
}
.BgClassName
{
background-color: #EDA081;
}
</style>
border-color css
<style>
span { border-color: #EDA081; }
span { border-color: rgb(237,160,129); }
td.TdClassName
{
border-color: #EDA081;
}
.TagClassName
{
border-color: #EDA081;
}
</style>