Shades of Atomic Tangerine #EC9464
Tints of Atomic Tangerine #EC9464
RGB
CMYK
RGB Variations
Color information
#EC9464 (or 0xEC9464) is known color: Atomic Tangerine. HEX triplet: EC, 94 and 64. RGB value is (236,148,100). Sum of RGB (Red+Green+Blue) = 236+148+100=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9464 is #136B9B. Grayscale: #A9A9A9. Windows color (decimal): -1272732 or 6591724. OLE color: 6591724.
HSL color Cylindrical-coordinate representation of color #EC9464: hue angle of 21.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC9464 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 100 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.07 |
| HSL | 21.18º | 0.78% | 0.66% | - |
| HSV(B) | 21.18º | 0.58% | 0.93% | - |
| XYZ | 47.48 | 39.93 | 17.26 | - |
| YUV | 168.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 100 | 0 | 0.37 | 0.58 | 0.07 | 21.18 | 0.78 | 0.66 |
| Hex | EC | 94 | 64 | 0 | 25 | 3A | 7 | 15 | 4E | 42 |
| Octal | 354 | 224 | 144 | 0 | 45 | 72 | 7 | 25 | 116 | 102 |
| Binary | 11101100 | 10010100 | 1100100 | 0 | 100101 | 111010 | 111 | 10101 | 1001110 | 1000010 |
Color Harmonies of #EC9464
Complementary color
Monochromatic Colors of #EC9464
Black with #EC9464
Text Example
Text Example
White with #EC9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9464; }
p { color: rgb(236,148,100); }
H1.HeaderClassName
{
color: #EC9464;
}
.AnyTagClassName
{
color: #EC9464;
}
</style>
background-color css
<style>
a { background-color: #EC9464; }
a { background-color: rgb(236,148,100); }
div.DivClassName
{
background-color: #EC9464;
}
.BgClassName
{
background-color: #EC9464;
}
</style>
border-color css
<style>
span { border-color: #EC9464; }
span { border-color: rgb(236,148,100); }
td.TdClassName
{
border-color: #EC9464;
}
.TagClassName
{
border-color: #EC9464;
}
</style>