Shades of Tonys Pink #EEA385
Tints of Tonys Pink #EEA385
RGB
CMYK
RGB Variations
Color information
#EEA385 (or 0xEEA385) is known color: Tonys Pink. HEX triplet: EE, A3 and 85. RGB value is (238,163,133). Sum of RGB (Red+Green+Blue) = 238+163+133=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA385 is #115C7A. Grayscale: #B6B6B6. Windows color (decimal): -1137787 or 8758254. OLE color: 8758254.
HSL color Cylindrical-coordinate representation of color #EEA385: hue angle of 17.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEA385 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 133 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.07 |
| HSL | 17.14º | 0.76% | 0.73% | - |
| HSV(B) | 17.14º | 0.44% | 0.93% | - |
| XYZ | 52.59 | 46.06 | 28.31 | - |
| YUV | 182.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 133 | 0 | 0.32 | 0.44 | 0.07 | 17.14 | 0.76 | 0.73 |
| Hex | EE | A3 | 85 | 0 | 20 | 2C | 7 | 11 | 4C | 49 |
| Octal | 356 | 243 | 205 | 0 | 40 | 54 | 7 | 21 | 114 | 111 |
| Binary | 11101110 | 10100011 | 10000101 | 0 | 100000 | 101100 | 111 | 10001 | 1001100 | 1001001 |
Color Harmonies of #EEA385
Complementary color
Monochromatic Colors of #EEA385
Black with #EEA385
Text Example
Text Example
White with #EEA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA385; }
p { color: rgb(238,163,133); }
H1.HeaderClassName
{
color: #EEA385;
}
.AnyTagClassName
{
color: #EEA385;
}
</style>
background-color css
<style>
a { background-color: #EEA385; }
a { background-color: rgb(238,163,133); }
div.DivClassName
{
background-color: #EEA385;
}
.BgClassName
{
background-color: #EEA385;
}
</style>
border-color css
<style>
span { border-color: #EEA385; }
span { border-color: rgb(238,163,133); }
td.TdClassName
{
border-color: #EEA385;
}
.TagClassName
{
border-color: #EEA385;
}
</style>