Shades of Atomic Tangerine #ED9666
Tints of Atomic Tangerine #ED9666
RGB
CMYK
RGB Variations
Color information
#ED9666 (or 0xED9666) is known color: Atomic Tangerine. HEX triplet: ED, 96 and 66. RGB value is (237,150,102). Sum of RGB (Red+Green+Blue) = 237+150+102=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9666 is #126999. Grayscale: #AAAAAA. Windows color (decimal): -1206682 or 6723309. OLE color: 6723309.
HSL color Cylindrical-coordinate representation of color #ED9666: hue angle of 21.33º 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 #ED9666 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 102 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.07 |
| HSL | 21.33º | 0.79% | 0.66% | - |
| HSV(B) | 21.33º | 0.57% | 0.93% | - |
| XYZ | 48.23 | 40.78 | 17.9 | - |
| YUV | 170.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 102 | 0 | 0.37 | 0.57 | 0.07 | 21.33 | 0.79 | 0.66 |
| Hex | ED | 96 | 66 | 0 | 25 | 39 | 7 | 15 | 4F | 42 |
| Octal | 355 | 226 | 146 | 0 | 45 | 71 | 7 | 25 | 117 | 102 |
| Binary | 11101101 | 10010110 | 1100110 | 0 | 100101 | 111001 | 111 | 10101 | 1001111 | 1000010 |
Color Harmonies of #ED9666
Complementary color
Monochromatic Colors of #ED9666
Black with #ED9666
Text Example
Text Example
White with #ED9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9666; }
p { color: rgb(237,150,102); }
H1.HeaderClassName
{
color: #ED9666;
}
.AnyTagClassName
{
color: #ED9666;
}
</style>
background-color css
<style>
a { background-color: #ED9666; }
a { background-color: rgb(237,150,102); }
div.DivClassName
{
background-color: #ED9666;
}
.BgClassName
{
background-color: #ED9666;
}
</style>
border-color css
<style>
span { border-color: #ED9666; }
span { border-color: rgb(237,150,102); }
td.TdClassName
{
border-color: #ED9666;
}
.TagClassName
{
border-color: #ED9666;
}
</style>