Shades of Atomic Tangerine #EE9067
Tints of Atomic Tangerine #EE9067
RGB
CMYK
RGB Variations
Color information
#EE9067 (or 0xEE9067) is known color: Atomic Tangerine. HEX triplet: EE, 90 and 67. RGB value is (238,144,103). Sum of RGB (Red+Green+Blue) = 238+144+103=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9067 is #116F98. Grayscale: #A7A7A7. Windows color (decimal): -1142681 or 6787310. OLE color: 6787310.
HSL color Cylindrical-coordinate representation of color #EE9067: hue angle of 18.22º 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 #EE9067 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 103 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.07 |
| HSL | 18.22º | 0.8% | 0.67% | - |
| HSV(B) | 18.22º | 0.57% | 0.93% | - |
| XYZ | 47.68 | 39.1 | 17.87 | - |
| YUV | 167.43 | 91.64 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 103 | 0 | 0.39 | 0.57 | 0.07 | 18.22 | 0.8 | 0.67 |
| Hex | EE | 90 | 67 | 0 | 27 | 39 | 7 | 12 | 50 | 43 |
| Octal | 356 | 220 | 147 | 0 | 47 | 71 | 7 | 22 | 120 | 103 |
| Binary | 11101110 | 10010000 | 1100111 | 0 | 100111 | 111001 | 111 | 10010 | 1010000 | 1000011 |
Color Harmonies of #EE9067
Complementary color
Monochromatic Colors of #EE9067
Black with #EE9067
Text Example
Text Example
White with #EE9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9067; }
p { color: rgb(238,144,103); }
H1.HeaderClassName
{
color: #EE9067;
}
.AnyTagClassName
{
color: #EE9067;
}
</style>
background-color css
<style>
a { background-color: #EE9067; }
a { background-color: rgb(238,144,103); }
div.DivClassName
{
background-color: #EE9067;
}
.BgClassName
{
background-color: #EE9067;
}
</style>
border-color css
<style>
span { border-color: #EE9067; }
span { border-color: rgb(238,144,103); }
td.TdClassName
{
border-color: #EE9067;
}
.TagClassName
{
border-color: #EE9067;
}
</style>