Shades of Atomic Tangerine #EE976A
Tints of Atomic Tangerine #EE976A
RGB
CMYK
RGB Variations
Color information
#EE976A (or 0xEE976A) is known color: Atomic Tangerine. HEX triplet: EE, 97 and 6A. RGB value is (238,151,106). Sum of RGB (Red+Green+Blue) = 238+151+106=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE976A is #116895. Grayscale: #ACACAC. Windows color (decimal): -1140886 or 6985710. OLE color: 6985710.
HSL color Cylindrical-coordinate representation of color #EE976A: hue angle of 20.45º 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 #EE976A is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 106 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.07 |
| HSL | 20.45º | 0.8% | 0.67% | - |
| HSV(B) | 20.45º | 0.55% | 0.93% | - |
| XYZ | 48.93 | 41.35 | 19.04 | - |
| YUV | 171.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 106 | 0 | 0.37 | 0.55 | 0.07 | 20.45 | 0.8 | 0.67 |
| Hex | EE | 97 | 6A | 0 | 25 | 37 | 7 | 14 | 50 | 43 |
| Octal | 356 | 227 | 152 | 0 | 45 | 67 | 7 | 24 | 120 | 103 |
| Binary | 11101110 | 10010111 | 1101010 | 0 | 100101 | 110111 | 111 | 10100 | 1010000 | 1000011 |
Color Harmonies of #EE976A
Complementary color
Monochromatic Colors of #EE976A
Black with #EE976A
Text Example
Text Example
White with #EE976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE976A; }
p { color: rgb(238,151,106); }
H1.HeaderClassName
{
color: #EE976A;
}
.AnyTagClassName
{
color: #EE976A;
}
</style>
background-color css
<style>
a { background-color: #EE976A; }
a { background-color: rgb(238,151,106); }
div.DivClassName
{
background-color: #EE976A;
}
.BgClassName
{
background-color: #EE976A;
}
</style>
border-color css
<style>
span { border-color: #EE976A; }
span { border-color: rgb(238,151,106); }
td.TdClassName
{
border-color: #EE976A;
}
.TagClassName
{
border-color: #EE976A;
}
</style>