Shades of Tonys Pink #EDA48B
Tints of Tonys Pink #EDA48B
RGB
CMYK
RGB Variations
Color information
#EDA48B (or 0xEDA48B) is known color: Tonys Pink. HEX triplet: ED, A4 and 8B. RGB value is (237,164,139). Sum of RGB (Red+Green+Blue) = 237+164+139=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48B is #125B74. Grayscale: #B7B7B7. Windows color (decimal): -1203061 or 9151725. OLE color: 9151725.
HSL color Cylindrical-coordinate representation of color #EDA48B: hue angle of 15.31º 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 #EDA48B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 139 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.07 |
| HSL | 15.31º | 0.73% | 0.74% | - |
| HSV(B) | 15.31º | 0.41% | 0.93% | - |
| XYZ | 52.86 | 46.42 | 30.6 | - |
| YUV | 182.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 139 | 0 | 0.31 | 0.41 | 0.07 | 15.31 | 0.73 | 0.74 |
| Hex | ED | A4 | 8B | 0 | 1F | 29 | 7 | F | 49 | 4A |
| Octal | 355 | 244 | 213 | 0 | 37 | 51 | 7 | 17 | 111 | 112 |
| Binary | 11101101 | 10100100 | 10001011 | 0 | 11111 | 101001 | 111 | 1111 | 1001001 | 1001010 |
Color Harmonies of #EDA48B
Complementary color
Monochromatic Colors of #EDA48B
Black with #EDA48B
Text Example
Text Example
White with #EDA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA48B; }
p { color: rgb(237,164,139); }
H1.HeaderClassName
{
color: #EDA48B;
}
.AnyTagClassName
{
color: #EDA48B;
}
</style>
background-color css
<style>
a { background-color: #EDA48B; }
a { background-color: rgb(237,164,139); }
div.DivClassName
{
background-color: #EDA48B;
}
.BgClassName
{
background-color: #EDA48B;
}
</style>
border-color css
<style>
span { border-color: #EDA48B; }
span { border-color: rgb(237,164,139); }
td.TdClassName
{
border-color: #EDA48B;
}
.TagClassName
{
border-color: #EDA48B;
}
</style>