Shades of Tonys Pink #EDA27F
Tints of Tonys Pink #EDA27F
RGB
CMYK
RGB Variations
Color information
#EDA27F (or 0xEDA27F) is known color: Tonys Pink. HEX triplet: ED, A2 and 7F. RGB value is (237,162,127). Sum of RGB (Red+Green+Blue) = 237+162+127=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA27F is #125D80. Grayscale: #B4B4B4. Windows color (decimal): -1203585 or 8364781. OLE color: 8364781.
HSL color Cylindrical-coordinate representation of color #EDA27F: hue angle of 19.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA27F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 127 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 19.09º | 0.75% | 0.71% | - |
| HSV(B) | 19.09º | 0.46% | 0.93% | - |
| XYZ | 51.68 | 45.38 | 26.11 | - |
| YUV | 180.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 127 | 0 | 0.32 | 0.46 | 0.07 | 19.09 | 0.75 | 0.71 |
| Hex | ED | A2 | 7F | 0 | 20 | 2E | 7 | 13 | 4B | 47 |
| Octal | 355 | 242 | 177 | 0 | 40 | 56 | 7 | 23 | 113 | 107 |
| Binary | 11101101 | 10100010 | 1111111 | 0 | 100000 | 101110 | 111 | 10011 | 1001011 | 1000111 |
Color Harmonies of #EDA27F
Complementary color
Monochromatic Colors of #EDA27F
Black with #EDA27F
Text Example
Text Example
White with #EDA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA27F; }
p { color: rgb(237,162,127); }
H1.HeaderClassName
{
color: #EDA27F;
}
.AnyTagClassName
{
color: #EDA27F;
}
</style>
background-color css
<style>
a { background-color: #EDA27F; }
a { background-color: rgb(237,162,127); }
div.DivClassName
{
background-color: #EDA27F;
}
.BgClassName
{
background-color: #EDA27F;
}
</style>
border-color css
<style>
span { border-color: #EDA27F; }
span { border-color: rgb(237,162,127); }
td.TdClassName
{
border-color: #EDA27F;
}
.TagClassName
{
border-color: #EDA27F;
}
</style>