Shades of Atomic Tangerine #EE9363
Tints of Atomic Tangerine #EE9363
RGB
CMYK
RGB Variations
Color information
#EE9363 (or 0xEE9363) is known color: Atomic Tangerine. HEX triplet: EE, 93 and 63. RGB value is (238,147,99). Sum of RGB (Red+Green+Blue) = 238+147+99=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9363 is #116C9C. Grayscale: #A9A9A9. Windows color (decimal): -1141917 or 6525934. OLE color: 6525934.
HSL color Cylindrical-coordinate representation of color #EE9363: hue angle of 20.72º 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 #EE9363 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 99 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.07 |
| HSL | 20.72º | 0.8% | 0.66% | - |
| HSV(B) | 20.72º | 0.58% | 0.93% | - |
| XYZ | 47.95 | 39.95 | 16.99 | - |
| YUV | 168.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 99 | 0 | 0.38 | 0.58 | 0.07 | 20.72 | 0.8 | 0.66 |
| Hex | EE | 93 | 63 | 0 | 26 | 3A | 7 | 15 | 50 | 42 |
| Octal | 356 | 223 | 143 | 0 | 46 | 72 | 7 | 25 | 120 | 102 |
| Binary | 11101110 | 10010011 | 1100011 | 0 | 100110 | 111010 | 111 | 10101 | 1010000 | 1000010 |
Color Harmonies of #EE9363
Complementary color
Monochromatic Colors of #EE9363
Black with #EE9363
Text Example
Text Example
White with #EE9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9363; }
p { color: rgb(238,147,99); }
H1.HeaderClassName
{
color: #EE9363;
}
.AnyTagClassName
{
color: #EE9363;
}
</style>
background-color css
<style>
a { background-color: #EE9363; }
a { background-color: rgb(238,147,99); }
div.DivClassName
{
background-color: #EE9363;
}
.BgClassName
{
background-color: #EE9363;
}
</style>
border-color css
<style>
span { border-color: #EE9363; }
span { border-color: rgb(238,147,99); }
td.TdClassName
{
border-color: #EE9363;
}
.TagClassName
{
border-color: #EE9363;
}
</style>