Shades of Atomic Tangerine #EC9567
Tints of Atomic Tangerine #EC9567
RGB
CMYK
RGB Variations
Color information
#EC9567 (or 0xEC9567) is known color: Atomic Tangerine. HEX triplet: EC, 95 and 67. RGB value is (236,149,103). Sum of RGB (Red+Green+Blue) = 236+149+103=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9567 is #136A98. Grayscale: #AAAAAA. Windows color (decimal): -1272473 or 6788588. OLE color: 6788588.
HSL color Cylindrical-coordinate representation of color #EC9567: hue angle of 20.75º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9567 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 103 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.07 |
| HSL | 20.75º | 0.78% | 0.66% | - |
| HSV(B) | 20.75º | 0.56% | 0.93% | - |
| XYZ | 47.79 | 40.31 | 18.09 | - |
| YUV | 169.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 103 | 0 | 0.37 | 0.56 | 0.07 | 20.75 | 0.78 | 0.66 |
| Hex | EC | 95 | 67 | 0 | 25 | 38 | 7 | 15 | 4E | 42 |
| Octal | 354 | 225 | 147 | 0 | 45 | 70 | 7 | 25 | 116 | 102 |
| Binary | 11101100 | 10010101 | 1100111 | 0 | 100101 | 111000 | 111 | 10101 | 1001110 | 1000010 |
Color Harmonies of #EC9567
Complementary color
Monochromatic Colors of #EC9567
Black with #EC9567
Text Example
Text Example
White with #EC9567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9567; }
p { color: rgb(236,149,103); }
H1.HeaderClassName
{
color: #EC9567;
}
.AnyTagClassName
{
color: #EC9567;
}
</style>
background-color css
<style>
a { background-color: #EC9567; }
a { background-color: rgb(236,149,103); }
div.DivClassName
{
background-color: #EC9567;
}
.BgClassName
{
background-color: #EC9567;
}
</style>
border-color css
<style>
span { border-color: #EC9567; }
span { border-color: rgb(236,149,103); }
td.TdClassName
{
border-color: #EC9567;
}
.TagClassName
{
border-color: #EC9567;
}
</style>