Shades of Tonys Pink #EDA380
Tints of Tonys Pink #EDA380
RGB
CMYK
RGB Variations
Color information
#EDA380 (or 0xEDA380) is known color: Tonys Pink. HEX triplet: ED, A3 and 80. RGB value is (237,163,128). Sum of RGB (Red+Green+Blue) = 237+163+128=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA380 is #125C7F. Grayscale: #B5B5B5. Windows color (decimal): -1203328 or 8430573. OLE color: 8430573.
HSL color Cylindrical-coordinate representation of color #EDA380: hue angle of 19.27º 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 #EDA380 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 128 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.07 |
| HSL | 19.27º | 0.75% | 0.72% | - |
| HSV(B) | 19.27º | 0.46% | 0.93% | - |
| XYZ | 51.92 | 45.76 | 26.52 | - |
| YUV | 181.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 128 | 0 | 0.31 | 0.46 | 0.07 | 19.27 | 0.75 | 0.72 |
| Hex | ED | A3 | 80 | 0 | 1F | 2E | 7 | 13 | 4B | 48 |
| Octal | 355 | 243 | 200 | 0 | 37 | 56 | 7 | 23 | 113 | 110 |
| Binary | 11101101 | 10100011 | 10000000 | 0 | 11111 | 101110 | 111 | 10011 | 1001011 | 1001000 |
Color Harmonies of #EDA380
Complementary color
Monochromatic Colors of #EDA380
Black with #EDA380
Text Example
Text Example
White with #EDA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA380; }
p { color: rgb(237,163,128); }
H1.HeaderClassName
{
color: #EDA380;
}
.AnyTagClassName
{
color: #EDA380;
}
</style>
background-color css
<style>
a { background-color: #EDA380; }
a { background-color: rgb(237,163,128); }
div.DivClassName
{
background-color: #EDA380;
}
.BgClassName
{
background-color: #EDA380;
}
</style>
border-color css
<style>
span { border-color: #EDA380; }
span { border-color: rgb(237,163,128); }
td.TdClassName
{
border-color: #EDA380;
}
.TagClassName
{
border-color: #EDA380;
}
</style>