Shades of Atomic Tangerine #EE9265
Tints of Atomic Tangerine #EE9265
RGB
CMYK
RGB Variations
Color information
#EE9265 (or 0xEE9265) is known color: Atomic Tangerine. HEX triplet: EE, 92 and 65. RGB value is (238,146,101). Sum of RGB (Red+Green+Blue) = 238+146+101=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9265 is #116D9A. Grayscale: #A8A8A8. Windows color (decimal): -1142171 or 6656750. OLE color: 6656750.
HSL color Cylindrical-coordinate representation of color #EE9265: hue angle of 19.71º 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 #EE9265 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 101 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.07 |
| HSL | 19.71º | 0.8% | 0.66% | - |
| HSV(B) | 19.71º | 0.58% | 0.93% | - |
| XYZ | 47.89 | 39.67 | 17.45 | - |
| YUV | 168.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 101 | 0 | 0.39 | 0.58 | 0.07 | 19.71 | 0.8 | 0.66 |
| Hex | EE | 92 | 65 | 0 | 27 | 3A | 7 | 14 | 50 | 42 |
| Octal | 356 | 222 | 145 | 0 | 47 | 72 | 7 | 24 | 120 | 102 |
| Binary | 11101110 | 10010010 | 1100101 | 0 | 100111 | 111010 | 111 | 10100 | 1010000 | 1000010 |
Color Harmonies of #EE9265
Complementary color
Monochromatic Colors of #EE9265
Black with #EE9265
Text Example
Text Example
White with #EE9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9265; }
p { color: rgb(238,146,101); }
H1.HeaderClassName
{
color: #EE9265;
}
.AnyTagClassName
{
color: #EE9265;
}
</style>
background-color css
<style>
a { background-color: #EE9265; }
a { background-color: rgb(238,146,101); }
div.DivClassName
{
background-color: #EE9265;
}
.BgClassName
{
background-color: #EE9265;
}
</style>
border-color css
<style>
span { border-color: #EE9265; }
span { border-color: rgb(238,146,101); }
td.TdClassName
{
border-color: #EE9265;
}
.TagClassName
{
border-color: #EE9265;
}
</style>