Shades of Atomic Tangerine #EE9463
Tints of Atomic Tangerine #EE9463
RGB
CMYK
RGB Variations
Color information
#EE9463 (or 0xEE9463) is known color: Atomic Tangerine. HEX triplet: EE, 94 and 63. RGB value is (238,148,99). Sum of RGB (Red+Green+Blue) = 238+148+99=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9463 is #116B9C. Grayscale: #A9A9A9. Windows color (decimal): -1141661 or 6526190. OLE color: 6526190.
HSL color Cylindrical-coordinate representation of color #EE9463: hue angle of 21.15º 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 #EE9463 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 99 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.07 |
| HSL | 21.15º | 0.8% | 0.66% | - |
| HSV(B) | 21.15º | 0.58% | 0.93% | - |
| XYZ | 48.1 | 40.26 | 17.04 | - |
| YUV | 169.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 99 | 0 | 0.38 | 0.58 | 0.07 | 21.15 | 0.8 | 0.66 |
| Hex | EE | 94 | 63 | 0 | 26 | 3A | 7 | 15 | 50 | 42 |
| Octal | 356 | 224 | 143 | 0 | 46 | 72 | 7 | 25 | 120 | 102 |
| Binary | 11101110 | 10010100 | 1100011 | 0 | 100110 | 111010 | 111 | 10101 | 1010000 | 1000010 |
Color Harmonies of #EE9463
Complementary color
Monochromatic Colors of #EE9463
Black with #EE9463
Text Example
Text Example
White with #EE9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9463; }
p { color: rgb(238,148,99); }
H1.HeaderClassName
{
color: #EE9463;
}
.AnyTagClassName
{
color: #EE9463;
}
</style>
background-color css
<style>
a { background-color: #EE9463; }
a { background-color: rgb(238,148,99); }
div.DivClassName
{
background-color: #EE9463;
}
.BgClassName
{
background-color: #EE9463;
}
</style>
border-color css
<style>
span { border-color: #EE9463; }
span { border-color: rgb(238,148,99); }
td.TdClassName
{
border-color: #EE9463;
}
.TagClassName
{
border-color: #EE9463;
}
</style>