Shades of Atomic Tangerine #EE9362
Tints of Atomic Tangerine #EE9362
RGB
CMYK
RGB Variations
Color information
#EE9362 (or 0xEE9362) is known color: Atomic Tangerine. HEX triplet: EE, 93 and 62. RGB value is (238,147,98). Sum of RGB (Red+Green+Blue) = 238+147+98=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9362 is #116C9D. Grayscale: #A8A8A8. Windows color (decimal): -1141918 or 6460398. OLE color: 6460398.
HSL color Cylindrical-coordinate representation of color #EE9362: hue angle of 21º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE9362 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 98 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.07 |
| HSL | 21º | 0.8% | 0.66% | - |
| HSV(B) | 21º | 0.59% | 0.93% | - |
| XYZ | 47.9 | 39.93 | 16.74 | - |
| YUV | 168.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 98 | 0 | 0.38 | 0.59 | 0.07 | 21 | 0.8 | 0.66 |
| Hex | EE | 93 | 62 | 0 | 26 | 3B | 7 | 15 | 50 | 42 |
| Octal | 356 | 223 | 142 | 0 | 46 | 73 | 7 | 25 | 120 | 102 |
| Binary | 11101110 | 10010011 | 1100010 | 0 | 100110 | 111011 | 111 | 10101 | 1010000 | 1000010 |
Color Harmonies of #EE9362
Complementary color
Monochromatic Colors of #EE9362
Black with #EE9362
Text Example
Text Example
White with #EE9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9362; }
p { color: rgb(238,147,98); }
H1.HeaderClassName
{
color: #EE9362;
}
.AnyTagClassName
{
color: #EE9362;
}
</style>
background-color css
<style>
a { background-color: #EE9362; }
a { background-color: rgb(238,147,98); }
div.DivClassName
{
background-color: #EE9362;
}
.BgClassName
{
background-color: #EE9362;
}
</style>
border-color css
<style>
span { border-color: #EE9362; }
span { border-color: rgb(238,147,98); }
td.TdClassName
{
border-color: #EE9362;
}
.TagClassName
{
border-color: #EE9362;
}
</style>