Shades of Atomic Tangerine #EE986A
Tints of Atomic Tangerine #EE986A
RGB
CMYK
RGB Variations
Color information
#EE986A (or 0xEE986A) is known color: Atomic Tangerine. HEX triplet: EE, 98 and 6A. RGB value is (238,152,106). Sum of RGB (Red+Green+Blue) = 238+152+106=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE986A is #116795. Grayscale: #ACACAC. Windows color (decimal): -1140630 or 6985966. OLE color: 6985966.
HSL color Cylindrical-coordinate representation of color #EE986A: hue angle of 20.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE986A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 106 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.07 |
| HSL | 20.91º | 0.8% | 0.67% | - |
| HSV(B) | 20.91º | 0.55% | 0.93% | - |
| XYZ | 49.09 | 41.67 | 19.09 | - |
| YUV | 172.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 106 | 0 | 0.36 | 0.55 | 0.07 | 20.91 | 0.8 | 0.67 |
| Hex | EE | 98 | 6A | 0 | 24 | 37 | 7 | 15 | 50 | 43 |
| Octal | 356 | 230 | 152 | 0 | 44 | 67 | 7 | 25 | 120 | 103 |
| Binary | 11101110 | 10011000 | 1101010 | 0 | 100100 | 110111 | 111 | 10101 | 1010000 | 1000011 |
Color Harmonies of #EE986A
Complementary color
Monochromatic Colors of #EE986A
Black with #EE986A
Text Example
Text Example
White with #EE986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE986A; }
p { color: rgb(238,152,106); }
H1.HeaderClassName
{
color: #EE986A;
}
.AnyTagClassName
{
color: #EE986A;
}
</style>
background-color css
<style>
a { background-color: #EE986A; }
a { background-color: rgb(238,152,106); }
div.DivClassName
{
background-color: #EE986A;
}
.BgClassName
{
background-color: #EE986A;
}
</style>
border-color css
<style>
span { border-color: #EE986A; }
span { border-color: rgb(238,152,106); }
td.TdClassName
{
border-color: #EE986A;
}
.TagClassName
{
border-color: #EE986A;
}
</style>