Shades of Tonys Pink #EEA68C
Tints of Tonys Pink #EEA68C
RGB
CMYK
RGB Variations
Color information
#EEA68C (or 0xEEA68C) is known color: Tonys Pink. HEX triplet: EE, A6 and 8C. RGB value is (238,166,140). Sum of RGB (Red+Green+Blue) = 238+166+140=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA68C is #115973. Grayscale: #B8B8B8. Windows color (decimal): -1137012 or 9217774. OLE color: 9217774.
HSL color Cylindrical-coordinate representation of color #EEA68C: hue angle of 15.92º 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 #EEA68C is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 140 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.07 |
| HSL | 15.92º | 0.74% | 0.74% | - |
| HSV(B) | 15.92º | 0.41% | 0.93% | - |
| XYZ | 53.63 | 47.34 | 31.12 | - |
| YUV | 184.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 140 | 0 | 0.30 | 0.41 | 0.07 | 15.92 | 0.74 | 0.74 |
| Hex | EE | A6 | 8C | 0 | 1E | 29 | 7 | 10 | 4A | 4A |
| Octal | 356 | 246 | 214 | 0 | 36 | 51 | 7 | 20 | 112 | 112 |
| Binary | 11101110 | 10100110 | 10001100 | 0 | 11110 | 101001 | 111 | 10000 | 1001010 | 1001010 |
Color Harmonies of #EEA68C
Complementary color
Monochromatic Colors of #EEA68C
Black with #EEA68C
Text Example
Text Example
White with #EEA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA68C; }
p { color: rgb(238,166,140); }
H1.HeaderClassName
{
color: #EEA68C;
}
.AnyTagClassName
{
color: #EEA68C;
}
</style>
background-color css
<style>
a { background-color: #EEA68C; }
a { background-color: rgb(238,166,140); }
div.DivClassName
{
background-color: #EEA68C;
}
.BgClassName
{
background-color: #EEA68C;
}
</style>
border-color css
<style>
span { border-color: #EEA68C; }
span { border-color: rgb(238,166,140); }
td.TdClassName
{
border-color: #EEA68C;
}
.TagClassName
{
border-color: #EEA68C;
}
</style>