Shades of Atomic Tangerine #EE8F66
Tints of Atomic Tangerine #EE8F66
RGB
CMYK
RGB Variations
Color information
#EE8F66 (or 0xEE8F66) is known color: Atomic Tangerine. HEX triplet: EE, 8F and 66. RGB value is (238,143,102). Sum of RGB (Red+Green+Blue) = 238+143+102=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F66 is #117099. Grayscale: #A6A6A6. Windows color (decimal): -1142938 or 6721518. OLE color: 6721518.
HSL color Cylindrical-coordinate representation of color #EE8F66: hue angle of 18.09º 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 #EE8F66 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 102 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.07 |
| HSL | 18.09º | 0.8% | 0.67% | - |
| HSV(B) | 18.09º | 0.57% | 0.93% | - |
| XYZ | 47.48 | 38.78 | 17.55 | - |
| YUV | 166.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 102 | 0 | 0.40 | 0.57 | 0.07 | 18.09 | 0.8 | 0.67 |
| Hex | EE | 8F | 66 | 0 | 28 | 39 | 7 | 12 | 50 | 43 |
| Octal | 356 | 217 | 146 | 0 | 50 | 71 | 7 | 22 | 120 | 103 |
| Binary | 11101110 | 10001111 | 1100110 | 0 | 101000 | 111001 | 111 | 10010 | 1010000 | 1000011 |
Color Harmonies of #EE8F66
Complementary color
Monochromatic Colors of #EE8F66
Black with #EE8F66
Text Example
Text Example
White with #EE8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F66; }
p { color: rgb(238,143,102); }
H1.HeaderClassName
{
color: #EE8F66;
}
.AnyTagClassName
{
color: #EE8F66;
}
</style>
background-color css
<style>
a { background-color: #EE8F66; }
a { background-color: rgb(238,143,102); }
div.DivClassName
{
background-color: #EE8F66;
}
.BgClassName
{
background-color: #EE8F66;
}
</style>
border-color css
<style>
span { border-color: #EE8F66; }
span { border-color: rgb(238,143,102); }
td.TdClassName
{
border-color: #EE8F66;
}
.TagClassName
{
border-color: #EE8F66;
}
</style>