Shades of Atomic Tangerine #EE9263
Tints of Atomic Tangerine #EE9263
RGB
CMYK
RGB Variations
Color information
#EE9263 (or 0xEE9263) is known color: Atomic Tangerine. HEX triplet: EE, 92 and 63. RGB value is (238,146,99). Sum of RGB (Red+Green+Blue) = 238+146+99=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9263 is #116D9C. Grayscale: #A8A8A8. Windows color (decimal): -1142173 or 6525678. OLE color: 6525678.
HSL color Cylindrical-coordinate representation of color #EE9263: hue angle of 20.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE9263 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 99 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.07 |
| HSL | 20.29º | 0.8% | 0.66% | - |
| HSV(B) | 20.29º | 0.58% | 0.93% | - |
| XYZ | 47.79 | 39.64 | 16.94 | - |
| YUV | 168.15 | 88.98 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 99 | 0 | 0.39 | 0.58 | 0.07 | 20.29 | 0.8 | 0.66 |
| Hex | EE | 92 | 63 | 0 | 27 | 3A | 7 | 14 | 50 | 42 |
| Octal | 356 | 222 | 143 | 0 | 47 | 72 | 7 | 24 | 120 | 102 |
| Binary | 11101110 | 10010010 | 1100011 | 0 | 100111 | 111010 | 111 | 10100 | 1010000 | 1000010 |
Color Harmonies of #EE9263
Complementary color
Monochromatic Colors of #EE9263
Black with #EE9263
Text Example
Text Example
White with #EE9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9263; }
p { color: rgb(238,146,99); }
H1.HeaderClassName
{
color: #EE9263;
}
.AnyTagClassName
{
color: #EE9263;
}
</style>
background-color css
<style>
a { background-color: #EE9263; }
a { background-color: rgb(238,146,99); }
div.DivClassName
{
background-color: #EE9263;
}
.BgClassName
{
background-color: #EE9263;
}
</style>
border-color css
<style>
span { border-color: #EE9263; }
span { border-color: rgb(238,146,99); }
td.TdClassName
{
border-color: #EE9263;
}
.TagClassName
{
border-color: #EE9263;
}
</style>