Shades of Tonys Pink #EDA283
Tints of Tonys Pink #EDA283
RGB
CMYK
RGB Variations
Color information
#EDA283 (or 0xEDA283) is known color: Tonys Pink. HEX triplet: ED, A2 and 83. RGB value is (237,162,131). Sum of RGB (Red+Green+Blue) = 237+162+131=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA283 is #125D7C. Grayscale: #B5B5B5. Windows color (decimal): -1203581 or 8626925. OLE color: 8626925.
HSL color Cylindrical-coordinate representation of color #EDA283: hue angle of 17.55º 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 #EDA283 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 131 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.07 |
| HSL | 17.55º | 0.75% | 0.72% | - |
| HSV(B) | 17.55º | 0.45% | 0.93% | - |
| XYZ | 51.94 | 45.48 | 27.51 | - |
| YUV | 180.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 131 | 0 | 0.32 | 0.45 | 0.07 | 17.55 | 0.75 | 0.72 |
| Hex | ED | A2 | 83 | 0 | 20 | 2D | 7 | 12 | 4B | 48 |
| Octal | 355 | 242 | 203 | 0 | 40 | 55 | 7 | 22 | 113 | 110 |
| Binary | 11101101 | 10100010 | 10000011 | 0 | 100000 | 101101 | 111 | 10010 | 1001011 | 1001000 |
Color Harmonies of #EDA283
Complementary color
Monochromatic Colors of #EDA283
Black with #EDA283
Text Example
Text Example
White with #EDA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA283; }
p { color: rgb(237,162,131); }
H1.HeaderClassName
{
color: #EDA283;
}
.AnyTagClassName
{
color: #EDA283;
}
</style>
background-color css
<style>
a { background-color: #EDA283; }
a { background-color: rgb(237,162,131); }
div.DivClassName
{
background-color: #EDA283;
}
.BgClassName
{
background-color: #EDA283;
}
</style>
border-color css
<style>
span { border-color: #EDA283; }
span { border-color: rgb(237,162,131); }
td.TdClassName
{
border-color: #EDA283;
}
.TagClassName
{
border-color: #EDA283;
}
</style>