Shades of Atomic Tangerine #EC9568
Tints of Atomic Tangerine #EC9568
RGB
CMYK
RGB Variations
Color information
#EC9568 (or 0xEC9568) is known color: Atomic Tangerine. HEX triplet: EC, 95 and 68. RGB value is (236,149,104). Sum of RGB (Red+Green+Blue) = 236+149+104=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9568 is #136A97. Grayscale: #AAAAAA. Windows color (decimal): -1272472 or 6854124. OLE color: 6854124.
HSL color Cylindrical-coordinate representation of color #EC9568: hue angle of 20.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9568 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 104 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.07 |
| HSL | 20.45º | 0.78% | 0.67% | - |
| HSV(B) | 20.45º | 0.56% | 0.93% | - |
| XYZ | 47.84 | 40.33 | 18.36 | - |
| YUV | 169.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 104 | 0 | 0.37 | 0.56 | 0.07 | 20.45 | 0.78 | 0.67 |
| Hex | EC | 95 | 68 | 0 | 25 | 38 | 7 | 14 | 4E | 43 |
| Octal | 354 | 225 | 150 | 0 | 45 | 70 | 7 | 24 | 116 | 103 |
| Binary | 11101100 | 10010101 | 1101000 | 0 | 100101 | 111000 | 111 | 10100 | 1001110 | 1000011 |
Color Harmonies of #EC9568
Complementary color
Monochromatic Colors of #EC9568
Black with #EC9568
Text Example
Text Example
White with #EC9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9568; }
p { color: rgb(236,149,104); }
H1.HeaderClassName
{
color: #EC9568;
}
.AnyTagClassName
{
color: #EC9568;
}
</style>
background-color css
<style>
a { background-color: #EC9568; }
a { background-color: rgb(236,149,104); }
div.DivClassName
{
background-color: #EC9568;
}
.BgClassName
{
background-color: #EC9568;
}
</style>
border-color css
<style>
span { border-color: #EC9568; }
span { border-color: rgb(236,149,104); }
td.TdClassName
{
border-color: #EC9568;
}
.TagClassName
{
border-color: #EC9568;
}
</style>