Shades of Tonys Pink #EDA88A
Tints of Tonys Pink #EDA88A
RGB
CMYK
RGB Variations
Color information
#EDA88A (or 0xEDA88A) is known color: Tonys Pink. HEX triplet: ED, A8 and 8A. RGB value is (237,168,138). Sum of RGB (Red+Green+Blue) = 237+168+138=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA88A is #125775. Grayscale: #B9B9B9. Windows color (decimal): -1202038 or 9087213. OLE color: 9087213.
HSL color Cylindrical-coordinate representation of color #EDA88A: hue angle of 18.18º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDA88A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 138 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.07 |
| HSL | 18.18º | 0.73% | 0.74% | - |
| HSV(B) | 18.18º | 0.42% | 0.93% | - |
| XYZ | 53.52 | 47.84 | 30.46 | - |
| YUV | 185.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 138 | 0 | 0.29 | 0.42 | 0.07 | 18.18 | 0.73 | 0.74 |
| Hex | ED | A8 | 8A | 0 | 1D | 2A | 7 | 12 | 49 | 4A |
| Octal | 355 | 250 | 212 | 0 | 35 | 52 | 7 | 22 | 111 | 112 |
| Binary | 11101101 | 10101000 | 10001010 | 0 | 11101 | 101010 | 111 | 10010 | 1001001 | 1001010 |
Color Harmonies of #EDA88A
Complementary color
Monochromatic Colors of #EDA88A
Black with #EDA88A
Text Example
Text Example
White with #EDA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA88A; }
p { color: rgb(237,168,138); }
H1.HeaderClassName
{
color: #EDA88A;
}
.AnyTagClassName
{
color: #EDA88A;
}
</style>
background-color css
<style>
a { background-color: #EDA88A; }
a { background-color: rgb(237,168,138); }
div.DivClassName
{
background-color: #EDA88A;
}
.BgClassName
{
background-color: #EDA88A;
}
</style>
border-color css
<style>
span { border-color: #EDA88A; }
span { border-color: rgb(237,168,138); }
td.TdClassName
{
border-color: #EDA88A;
}
.TagClassName
{
border-color: #EDA88A;
}
</style>