Shades of Atomic Tangerine #EF9666
Tints of Atomic Tangerine #EF9666
RGB
CMYK
RGB Variations
Color information
#EF9666 (or 0xEF9666) is known color: Atomic Tangerine. HEX triplet: EF, 96 and 66. RGB value is (239,150,102). Sum of RGB (Red+Green+Blue) = 239+150+102=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9666 is #106999. Grayscale: #ABABAB. Windows color (decimal): -1075610 or 6723311. OLE color: 6723311.
HSL color Cylindrical-coordinate representation of color #EF9666: hue angle of 21.02º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF9666 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 102 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.06 |
| HSL | 21.02º | 0.81% | 0.67% | - |
| HSV(B) | 21.02º | 0.57% | 0.94% | - |
| XYZ | 48.9 | 41.12 | 17.93 | - |
| YUV | 171.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 102 | 0 | 0.37 | 0.57 | 0.06 | 21.02 | 0.81 | 0.67 |
| Hex | EF | 96 | 66 | 0 | 25 | 39 | 6 | 15 | 51 | 43 |
| Octal | 357 | 226 | 146 | 0 | 45 | 71 | 6 | 25 | 121 | 103 |
| Binary | 11101111 | 10010110 | 1100110 | 0 | 100101 | 111001 | 110 | 10101 | 1010001 | 1000011 |
Color Harmonies of #EF9666
Complementary color
Monochromatic Colors of #EF9666
Black with #EF9666
Text Example
Text Example
White with #EF9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9666; }
p { color: rgb(239,150,102); }
H1.HeaderClassName
{
color: #EF9666;
}
.AnyTagClassName
{
color: #EF9666;
}
</style>
background-color css
<style>
a { background-color: #EF9666; }
a { background-color: rgb(239,150,102); }
div.DivClassName
{
background-color: #EF9666;
}
.BgClassName
{
background-color: #EF9666;
}
</style>
border-color css
<style>
span { border-color: #EF9666; }
span { border-color: rgb(239,150,102); }
td.TdClassName
{
border-color: #EF9666;
}
.TagClassName
{
border-color: #EF9666;
}
</style>