Shades of Tonys Pink #EEA58C
Tints of Tonys Pink #EEA58C
RGB
CMYK
RGB Variations
Color information
#EEA58C (or 0xEEA58C) is known color: Tonys Pink. HEX triplet: EE, A5 and 8C. RGB value is (238,165,140). Sum of RGB (Red+Green+Blue) = 238+165+140=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA58C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA58C is #115A73. Grayscale: #B8B8B8. Windows color (decimal): -1137268 or 9217518. OLE color: 9217518.
HSL color Cylindrical-coordinate representation of color #EEA58C: hue angle of 15.31º degrees, saturation: 0.74, 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 #EEA58C is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 140 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.07 |
| HSL | 15.31º | 0.74% | 0.74% | - |
| HSV(B) | 15.31º | 0.41% | 0.93% | - |
| XYZ | 53.45 | 46.98 | 31.06 | - |
| YUV | 183.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 140 | 0 | 0.31 | 0.41 | 0.07 | 15.31 | 0.74 | 0.74 |
| Hex | EE | A5 | 8C | 0 | 1F | 29 | 7 | F | 4A | 4A |
| Octal | 356 | 245 | 214 | 0 | 37 | 51 | 7 | 17 | 112 | 112 |
| Binary | 11101110 | 10100101 | 10001100 | 0 | 11111 | 101001 | 111 | 1111 | 1001010 | 1001010 |
Color Harmonies of #EEA58C
Complementary color
Monochromatic Colors of #EEA58C
Black with #EEA58C
Text Example
Text Example
White with #EEA58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA58C; }
p { color: rgb(238,165,140); }
H1.HeaderClassName
{
color: #EEA58C;
}
.AnyTagClassName
{
color: #EEA58C;
}
</style>
background-color css
<style>
a { background-color: #EEA58C; }
a { background-color: rgb(238,165,140); }
div.DivClassName
{
background-color: #EEA58C;
}
.BgClassName
{
background-color: #EEA58C;
}
</style>
border-color css
<style>
span { border-color: #EEA58C; }
span { border-color: rgb(238,165,140); }
td.TdClassName
{
border-color: #EEA58C;
}
.TagClassName
{
border-color: #EEA58C;
}
</style>