Shades of Atomic Tangerine #EE9467
Tints of Atomic Tangerine #EE9467
RGB
CMYK
RGB Variations
Color information
#EE9467 (or 0xEE9467) is known color: Atomic Tangerine. HEX triplet: EE, 94 and 67. RGB value is (238,148,103). Sum of RGB (Red+Green+Blue) = 238+148+103=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9467 is #116B98. Grayscale: #AAAAAA. Windows color (decimal): -1141657 or 6788334. OLE color: 6788334.
HSL color Cylindrical-coordinate representation of color #EE9467: hue angle of 20º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE9467 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 103 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.07 |
| HSL | 20º | 0.8% | 0.67% | - |
| HSV(B) | 20º | 0.57% | 0.93% | - |
| XYZ | 48.3 | 40.34 | 18.07 | - |
| YUV | 169.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 103 | 0 | 0.38 | 0.57 | 0.07 | 20 | 0.8 | 0.67 |
| Hex | EE | 94 | 67 | 0 | 26 | 39 | 7 | 14 | 50 | 43 |
| Octal | 356 | 224 | 147 | 0 | 46 | 71 | 7 | 24 | 120 | 103 |
| Binary | 11101110 | 10010100 | 1100111 | 0 | 100110 | 111001 | 111 | 10100 | 1010000 | 1000011 |
Color Harmonies of #EE9467
Complementary color
Monochromatic Colors of #EE9467
Black with #EE9467
Text Example
Text Example
White with #EE9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9467; }
p { color: rgb(238,148,103); }
H1.HeaderClassName
{
color: #EE9467;
}
.AnyTagClassName
{
color: #EE9467;
}
</style>
background-color css
<style>
a { background-color: #EE9467; }
a { background-color: rgb(238,148,103); }
div.DivClassName
{
background-color: #EE9467;
}
.BgClassName
{
background-color: #EE9467;
}
</style>
border-color css
<style>
span { border-color: #EE9467; }
span { border-color: rgb(238,148,103); }
td.TdClassName
{
border-color: #EE9467;
}
.TagClassName
{
border-color: #EE9467;
}
</style>