Shades of Tonys Pink #EDA08D
Tints of Tonys Pink #EDA08D
RGB
CMYK
RGB Variations
Color information
#EDA08D (or 0xEDA08D) is known color: Tonys Pink. HEX triplet: ED, A0 and 8D. RGB value is (237,160,141). Sum of RGB (Red+Green+Blue) = 237+160+141=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08D is #125F72. Grayscale: #B5B5B5. Windows color (decimal): -1204083 or 9281773. OLE color: 9281773.
HSL color Cylindrical-coordinate representation of color #EDA08D: hue angle of 11.88º 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 #EDA08D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 160 | 141 | - |
CMYK | 0 | 0.32 | 0.41 | 0.07 |
HSL | 11.88º | 0.73% | 0.74% | - |
HSV(B) | 11.88º | 0.41% | 0.93% | - |
XYZ | 52.3 | 45.07 | 31.14 | - |
YUV | 180.86 | 105.51 | 168.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 160 | 141 | 0 | 0.32 | 0.41 | 0.07 | 11.88 | 0.73 | 0.74 |
Hex | ED | A0 | 8D | 0 | 20 | 29 | 7 | C | 49 | 4A |
Octal | 355 | 240 | 215 | 0 | 40 | 51 | 7 | 14 | 111 | 112 |
Binary | 11101101 | 10100000 | 10001101 | 0 | 100000 | 101001 | 111 | 1100 | 1001001 | 1001010 |
Color Harmonies of #EDA08D
Complementary color
Monochromatic Colors of #EDA08D
Black with #EDA08D
Text Example
Text Example
White with #EDA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA08D; }
p { color: rgb(237,160,141); }
H1.HeaderClassName
{
color: #EDA08D;
}
.AnyTagClassName
{
color: #EDA08D;
}
</style>
background-color css
<style>
a { background-color: #EDA08D; }
a { background-color: rgb(237,160,141); }
div.DivClassName
{
background-color: #EDA08D;
}
.BgClassName
{
background-color: #EDA08D;
}
</style>
border-color css
<style>
span { border-color: #EDA08D; }
span { border-color: rgb(237,160,141); }
td.TdClassName
{
border-color: #EDA08D;
}
.TagClassName
{
border-color: #EDA08D;
}
</style>