Shades of Atomic Tangerine #EE9465
Tints of Atomic Tangerine #EE9465
RGB
CMYK
RGB Variations
Color information
#EE9465 (or 0xEE9465) is known color: Atomic Tangerine. HEX triplet: EE, 94 and 65. RGB value is (238,148,101). Sum of RGB (Red+Green+Blue) = 238+148+101=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9465 is #116B9A. Grayscale: #A9A9A9. Windows color (decimal): -1141659 or 6657262. OLE color: 6657262.
HSL color Cylindrical-coordinate representation of color #EE9465: hue angle of 20.58º 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 #EE9465 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 101 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.07 |
| HSL | 20.58º | 0.8% | 0.66% | - |
| HSV(B) | 20.58º | 0.58% | 0.93% | - |
| XYZ | 48.2 | 40.3 | 17.55 | - |
| YUV | 169.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 101 | 0 | 0.38 | 0.58 | 0.07 | 20.58 | 0.8 | 0.66 |
| Hex | EE | 94 | 65 | 0 | 26 | 3A | 7 | 15 | 50 | 42 |
| Octal | 356 | 224 | 145 | 0 | 46 | 72 | 7 | 25 | 120 | 102 |
| Binary | 11101110 | 10010100 | 1100101 | 0 | 100110 | 111010 | 111 | 10101 | 1010000 | 1000010 |
Color Harmonies of #EE9465
Complementary color
Monochromatic Colors of #EE9465
Black with #EE9465
Text Example
Text Example
White with #EE9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9465; }
p { color: rgb(238,148,101); }
H1.HeaderClassName
{
color: #EE9465;
}
.AnyTagClassName
{
color: #EE9465;
}
</style>
background-color css
<style>
a { background-color: #EE9465; }
a { background-color: rgb(238,148,101); }
div.DivClassName
{
background-color: #EE9465;
}
.BgClassName
{
background-color: #EE9465;
}
</style>
border-color css
<style>
span { border-color: #EE9465; }
span { border-color: rgb(238,148,101); }
td.TdClassName
{
border-color: #EE9465;
}
.TagClassName
{
border-color: #EE9465;
}
</style>