Shades of Tonys Pink #EAA68A
Tints of Tonys Pink #EAA68A
RGB
CMYK
RGB Variations
Color information
#EAA68A (or 0xEAA68A) is known color: Tonys Pink. HEX triplet: EA, A6 and 8A. RGB value is (234,166,138). Sum of RGB (Red+Green+Blue) = 234+166+138=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA68A is #155975. Grayscale: #B7B7B7. Windows color (decimal): -1399158 or 9086698. OLE color: 9086698.
HSL color Cylindrical-coordinate representation of color #EAA68A: hue angle of 17.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAA68A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 138 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.08 |
| HSL | 17.5º | 0.7% | 0.73% | - |
| HSV(B) | 17.5º | 0.41% | 0.92% | - |
| XYZ | 52.16 | 46.6 | 30.29 | - |
| YUV | 183.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 138 | 0 | 0.29 | 0.41 | 0.08 | 17.5 | 0.7 | 0.73 |
| Hex | EA | A6 | 8A | 0 | 1D | 29 | 8 | 12 | 46 | 49 |
| Octal | 352 | 246 | 212 | 0 | 35 | 51 | 10 | 22 | 106 | 111 |
| Binary | 11101010 | 10100110 | 10001010 | 0 | 11101 | 101001 | 1000 | 10010 | 1000110 | 1001001 |
Color Harmonies of #EAA68A
Complementary color
Monochromatic Colors of #EAA68A
Black with #EAA68A
Text Example
Text Example
White with #EAA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA68A; }
p { color: rgb(234,166,138); }
H1.HeaderClassName
{
color: #EAA68A;
}
.AnyTagClassName
{
color: #EAA68A;
}
</style>
background-color css
<style>
a { background-color: #EAA68A; }
a { background-color: rgb(234,166,138); }
div.DivClassName
{
background-color: #EAA68A;
}
.BgClassName
{
background-color: #EAA68A;
}
</style>
border-color css
<style>
span { border-color: #EAA68A; }
span { border-color: rgb(234,166,138); }
td.TdClassName
{
border-color: #EAA68A;
}
.TagClassName
{
border-color: #EAA68A;
}
</style>