Shades of Atomic Tangerine #EF996C
Tints of Atomic Tangerine #EF996C
RGB
CMYK
RGB Variations
Color information
#EF996C (or 0xEF996C) is known color: Atomic Tangerine. HEX triplet: EF, 99 and 6C. RGB value is (239,153,108). Sum of RGB (Red+Green+Blue) = 239+153+108=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF996C is #106693. Grayscale: #ADADAD. Windows color (decimal): -1074836 or 7117295. OLE color: 7117295.
HSL color Cylindrical-coordinate representation of color #EF996C: hue angle of 20.61º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF996C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 108 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.06 |
| HSL | 20.61º | 0.8% | 0.68% | - |
| HSV(B) | 20.61º | 0.55% | 0.94% | - |
| XYZ | 49.69 | 42.22 | 19.72 | - |
| YUV | 173.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 108 | 0 | 0.36 | 0.55 | 0.06 | 20.61 | 0.8 | 0.68 |
| Hex | EF | 99 | 6C | 0 | 24 | 37 | 6 | 15 | 50 | 44 |
| Octal | 357 | 231 | 154 | 0 | 44 | 67 | 6 | 25 | 120 | 104 |
| Binary | 11101111 | 10011001 | 1101100 | 0 | 100100 | 110111 | 110 | 10101 | 1010000 | 1000100 |
Color Harmonies of #EF996C
Complementary color
Monochromatic Colors of #EF996C
Black with #EF996C
Text Example
Text Example
White with #EF996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF996C; }
p { color: rgb(239,153,108); }
H1.HeaderClassName
{
color: #EF996C;
}
.AnyTagClassName
{
color: #EF996C;
}
</style>
background-color css
<style>
a { background-color: #EF996C; }
a { background-color: rgb(239,153,108); }
div.DivClassName
{
background-color: #EF996C;
}
.BgClassName
{
background-color: #EF996C;
}
</style>
border-color css
<style>
span { border-color: #EF996C; }
span { border-color: rgb(239,153,108); }
td.TdClassName
{
border-color: #EF996C;
}
.TagClassName
{
border-color: #EF996C;
}
</style>