Shades of Atomic Tangerine #EF9663
Tints of Atomic Tangerine #EF9663
RGB
CMYK
RGB Variations
Color information
#EF9663 (or 0xEF9663) is known color: Atomic Tangerine. HEX triplet: EF, 96 and 63. RGB value is (239,150,99). Sum of RGB (Red+Green+Blue) = 239+150+99=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9663 is #10699C. Grayscale: #ABABAB. Windows color (decimal): -1075613 or 6526703. OLE color: 6526703.
HSL color Cylindrical-coordinate representation of color #EF9663: hue angle of 21.86º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF9663 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 99 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.06 |
| HSL | 21.86º | 0.81% | 0.66% | - |
| HSV(B) | 21.86º | 0.59% | 0.94% | - |
| XYZ | 48.76 | 41.06 | 17.16 | - |
| YUV | 170.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 99 | 0 | 0.37 | 0.59 | 0.06 | 21.86 | 0.81 | 0.66 |
| Hex | EF | 96 | 63 | 0 | 25 | 3B | 6 | 16 | 51 | 42 |
| Octal | 357 | 226 | 143 | 0 | 45 | 73 | 6 | 26 | 121 | 102 |
| Binary | 11101111 | 10010110 | 1100011 | 0 | 100101 | 111011 | 110 | 10110 | 1010001 | 1000010 |
Color Harmonies of #EF9663
Complementary color
Monochromatic Colors of #EF9663
Black with #EF9663
Text Example
Text Example
White with #EF9663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9663; }
p { color: rgb(239,150,99); }
H1.HeaderClassName
{
color: #EF9663;
}
.AnyTagClassName
{
color: #EF9663;
}
</style>
background-color css
<style>
a { background-color: #EF9663; }
a { background-color: rgb(239,150,99); }
div.DivClassName
{
background-color: #EF9663;
}
.BgClassName
{
background-color: #EF9663;
}
</style>
border-color css
<style>
span { border-color: #EF9663; }
span { border-color: rgb(239,150,99); }
td.TdClassName
{
border-color: #EF9663;
}
.TagClassName
{
border-color: #EF9663;
}
</style>