Shades of Tonys Pink #E5A68B
Tints of Tonys Pink #E5A68B
RGB
CMYK
RGB Variations
Color information
#E5A68B (or 0xE5A68B) is known color: Tonys Pink. HEX triplet: E5, A6 and 8B. RGB value is (229,166,139). Sum of RGB (Red+Green+Blue) = 229+166+139=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A68B is #1A5974. Grayscale: #B5B5B5. Windows color (decimal): -1726837 or 9152229. OLE color: 9152229.
HSL color Cylindrical-coordinate representation of color #E5A68B: hue angle of 18º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5A68B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 139 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.10 |
| HSL | 18º | 0.63% | 0.72% | - |
| HSV(B) | 18º | 0.39% | 0.9% | - |
| XYZ | 50.61 | 45.79 | 30.6 | - |
| YUV | 181.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 139 | 0 | 0.28 | 0.39 | 0.10 | 18 | 0.63 | 0.72 |
| Hex | E5 | A6 | 8B | 0 | 1C | 27 | A | 12 | 3F | 48 |
| Octal | 345 | 246 | 213 | 0 | 34 | 47 | 12 | 22 | 77 | 110 |
| Binary | 11100101 | 10100110 | 10001011 | 0 | 11100 | 100111 | 1010 | 10010 | 111111 | 1001000 |
Color Harmonies of #E5A68B
Complementary color
Monochromatic Colors of #E5A68B
Black with #E5A68B
Text Example
Text Example
White with #E5A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A68B; }
p { color: rgb(229,166,139); }
H1.HeaderClassName
{
color: #E5A68B;
}
.AnyTagClassName
{
color: #E5A68B;
}
</style>
background-color css
<style>
a { background-color: #E5A68B; }
a { background-color: rgb(229,166,139); }
div.DivClassName
{
background-color: #E5A68B;
}
.BgClassName
{
background-color: #E5A68B;
}
</style>
border-color css
<style>
span { border-color: #E5A68B; }
span { border-color: rgb(229,166,139); }
td.TdClassName
{
border-color: #E5A68B;
}
.TagClassName
{
border-color: #E5A68B;
}
</style>