Shades of Tonys Pink #EDA38B
Tints of Tonys Pink #EDA38B
RGB
CMYK
RGB Variations
Color information
#EDA38B (or 0xEDA38B) is known color: Tonys Pink. HEX triplet: ED, A3 and 8B. RGB value is (237,163,139). Sum of RGB (Red+Green+Blue) = 237+163+139=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA38B is #125C74. Grayscale: #B6B6B6. Windows color (decimal): -1203317 or 9151469. OLE color: 9151469.
HSL color Cylindrical-coordinate representation of color #EDA38B: hue angle of 14.69º 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 #EDA38B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 139 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.07 |
| HSL | 14.69º | 0.73% | 0.74% | - |
| HSV(B) | 14.69º | 0.41% | 0.93% | - |
| XYZ | 52.68 | 46.06 | 30.54 | - |
| YUV | 182.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 139 | 0 | 0.31 | 0.41 | 0.07 | 14.69 | 0.73 | 0.74 |
| Hex | ED | A3 | 8B | 0 | 1F | 29 | 7 | F | 49 | 4A |
| Octal | 355 | 243 | 213 | 0 | 37 | 51 | 7 | 17 | 111 | 112 |
| Binary | 11101101 | 10100011 | 10001011 | 0 | 11111 | 101001 | 111 | 1111 | 1001001 | 1001010 |
Color Harmonies of #EDA38B
Complementary color
Monochromatic Colors of #EDA38B
Black with #EDA38B
Text Example
Text Example
White with #EDA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA38B; }
p { color: rgb(237,163,139); }
H1.HeaderClassName
{
color: #EDA38B;
}
.AnyTagClassName
{
color: #EDA38B;
}
</style>
background-color css
<style>
a { background-color: #EDA38B; }
a { background-color: rgb(237,163,139); }
div.DivClassName
{
background-color: #EDA38B;
}
.BgClassName
{
background-color: #EDA38B;
}
</style>
border-color css
<style>
span { border-color: #EDA38B; }
span { border-color: rgb(237,163,139); }
td.TdClassName
{
border-color: #EDA38B;
}
.TagClassName
{
border-color: #EDA38B;
}
</style>