Shades of Tonys Pink #EDA083
Tints of Tonys Pink #EDA083
RGB
CMYK
RGB Variations
Color information
#EDA083 (or 0xEDA083) is known color: Tonys Pink. HEX triplet: ED, A0 and 83. RGB value is (237,160,131). Sum of RGB (Red+Green+Blue) = 237+160+131=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA083 is #125F7C. Grayscale: #B3B3B3. Windows color (decimal): -1204093 or 8626413. OLE color: 8626413.
HSL color Cylindrical-coordinate representation of color #EDA083: hue angle of 16.42º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDA083 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 131 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.07 |
| HSL | 16.42º | 0.75% | 0.72% | - |
| HSV(B) | 16.42º | 0.45% | 0.93% | - |
| XYZ | 51.59 | 44.78 | 27.4 | - |
| YUV | 179.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 131 | 0 | 0.32 | 0.45 | 0.07 | 16.42 | 0.75 | 0.72 |
| Hex | ED | A0 | 83 | 0 | 20 | 2D | 7 | 10 | 4B | 48 |
| Octal | 355 | 240 | 203 | 0 | 40 | 55 | 7 | 20 | 113 | 110 |
| Binary | 11101101 | 10100000 | 10000011 | 0 | 100000 | 101101 | 111 | 10000 | 1001011 | 1001000 |
Color Harmonies of #EDA083
Complementary color
Monochromatic Colors of #EDA083
Black with #EDA083
Text Example
Text Example
White with #EDA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA083; }
p { color: rgb(237,160,131); }
H1.HeaderClassName
{
color: #EDA083;
}
.AnyTagClassName
{
color: #EDA083;
}
</style>
background-color css
<style>
a { background-color: #EDA083; }
a { background-color: rgb(237,160,131); }
div.DivClassName
{
background-color: #EDA083;
}
.BgClassName
{
background-color: #EDA083;
}
</style>
border-color css
<style>
span { border-color: #EDA083; }
span { border-color: rgb(237,160,131); }
td.TdClassName
{
border-color: #EDA083;
}
.TagClassName
{
border-color: #EDA083;
}
</style>