Shades of Tonys Pink #ECA68A
Tints of Tonys Pink #ECA68A
RGB
CMYK
RGB Variations
Color information
#ECA68A (or 0xECA68A) is known color: Tonys Pink. HEX triplet: EC, A6 and 8A. RGB value is (236,166,138). Sum of RGB (Red+Green+Blue) = 236+166+138=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA68A is #135975. Grayscale: #B7B7B7. Windows color (decimal): -1268086 or 9086700. OLE color: 9086700.
HSL color Cylindrical-coordinate representation of color #ECA68A: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECA68A is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 138 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.07 |
| HSL | 17.14º | 0.72% | 0.73% | - |
| HSV(B) | 17.14º | 0.42% | 0.93% | - |
| XYZ | 52.82 | 46.94 | 30.32 | - |
| YUV | 183.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 138 | 0 | 0.30 | 0.42 | 0.07 | 17.14 | 0.72 | 0.73 |
| Hex | EC | A6 | 8A | 0 | 1E | 2A | 7 | 11 | 48 | 49 |
| Octal | 354 | 246 | 212 | 0 | 36 | 52 | 7 | 21 | 110 | 111 |
| Binary | 11101100 | 10100110 | 10001010 | 0 | 11110 | 101010 | 111 | 10001 | 1001000 | 1001001 |
Color Harmonies of #ECA68A
Complementary color
Monochromatic Colors of #ECA68A
Black with #ECA68A
Text Example
Text Example
White with #ECA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA68A; }
p { color: rgb(236,166,138); }
H1.HeaderClassName
{
color: #ECA68A;
}
.AnyTagClassName
{
color: #ECA68A;
}
</style>
background-color css
<style>
a { background-color: #ECA68A; }
a { background-color: rgb(236,166,138); }
div.DivClassName
{
background-color: #ECA68A;
}
.BgClassName
{
background-color: #ECA68A;
}
</style>
border-color css
<style>
span { border-color: #ECA68A; }
span { border-color: rgb(236,166,138); }
td.TdClassName
{
border-color: #ECA68A;
}
.TagClassName
{
border-color: #ECA68A;
}
</style>