Shades of Tonys Pink #EDA58D
Tints of Tonys Pink #EDA58D
RGB
CMYK
RGB Variations
Color information
#EDA58D (or 0xEDA58D) is known color: Tonys Pink. HEX triplet: ED, A5 and 8D. RGB value is (237,165,141). Sum of RGB (Red+Green+Blue) = 237+165+141=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA58D is #125A72. Grayscale: #B7B7B7. Windows color (decimal): -1202803 or 9283053. OLE color: 9283053.
HSL color Cylindrical-coordinate representation of color #EDA58D: hue angle of 15º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDA58D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 141 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.07 |
| HSL | 15º | 0.73% | 0.74% | - |
| HSV(B) | 15º | 0.41% | 0.93% | - |
| XYZ | 53.19 | 46.84 | 31.44 | - |
| YUV | 183.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 141 | 0 | 0.30 | 0.41 | 0.07 | 15 | 0.73 | 0.74 |
| Hex | ED | A5 | 8D | 0 | 1E | 29 | 7 | F | 49 | 4A |
| Octal | 355 | 245 | 215 | 0 | 36 | 51 | 7 | 17 | 111 | 112 |
| Binary | 11101101 | 10100101 | 10001101 | 0 | 11110 | 101001 | 111 | 1111 | 1001001 | 1001010 |
Color Harmonies of #EDA58D
Complementary color
Monochromatic Colors of #EDA58D
Black with #EDA58D
Text Example
Text Example
White with #EDA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA58D; }
p { color: rgb(237,165,141); }
H1.HeaderClassName
{
color: #EDA58D;
}
.AnyTagClassName
{
color: #EDA58D;
}
</style>
background-color css
<style>
a { background-color: #EDA58D; }
a { background-color: rgb(237,165,141); }
div.DivClassName
{
background-color: #EDA58D;
}
.BgClassName
{
background-color: #EDA58D;
}
</style>
border-color css
<style>
span { border-color: #EDA58D; }
span { border-color: rgb(237,165,141); }
td.TdClassName
{
border-color: #EDA58D;
}
.TagClassName
{
border-color: #EDA58D;
}
</style>