Shades of Atomic Tangerine #ED9566
Tints of Atomic Tangerine #ED9566
RGB
CMYK
RGB Variations
Color information
#ED9566 (or 0xED9566) is known color: Atomic Tangerine. HEX triplet: ED, 95 and 66. RGB value is (237,149,102). Sum of RGB (Red+Green+Blue) = 237+149+102=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9566 is #126A99. Grayscale: #AAAAAA. Windows color (decimal): -1206938 or 6723053. OLE color: 6723053.
HSL color Cylindrical-coordinate representation of color #ED9566: hue angle of 20.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED9566 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 102 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.07 |
| HSL | 20.89º | 0.79% | 0.66% | - |
| HSV(B) | 20.89º | 0.57% | 0.93% | - |
| XYZ | 48.07 | 40.46 | 17.85 | - |
| YUV | 169.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 102 | 0 | 0.37 | 0.57 | 0.07 | 20.89 | 0.79 | 0.66 |
| Hex | ED | 95 | 66 | 0 | 25 | 39 | 7 | 15 | 4F | 42 |
| Octal | 355 | 225 | 146 | 0 | 45 | 71 | 7 | 25 | 117 | 102 |
| Binary | 11101101 | 10010101 | 1100110 | 0 | 100101 | 111001 | 111 | 10101 | 1001111 | 1000010 |
Color Harmonies of #ED9566
Complementary color
Monochromatic Colors of #ED9566
Black with #ED9566
Text Example
Text Example
White with #ED9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9566; }
p { color: rgb(237,149,102); }
H1.HeaderClassName
{
color: #ED9566;
}
.AnyTagClassName
{
color: #ED9566;
}
</style>
background-color css
<style>
a { background-color: #ED9566; }
a { background-color: rgb(237,149,102); }
div.DivClassName
{
background-color: #ED9566;
}
.BgClassName
{
background-color: #ED9566;
}
</style>
border-color css
<style>
span { border-color: #ED9566; }
span { border-color: rgb(237,149,102); }
td.TdClassName
{
border-color: #ED9566;
}
.TagClassName
{
border-color: #ED9566;
}
</style>