Shades of Atomic Tangerine #EF9065
Tints of Atomic Tangerine #EF9065
RGB
CMYK
RGB Variations
Color information
#EF9065 (or 0xEF9065) is known color: Atomic Tangerine. HEX triplet: EF, 90 and 65. RGB value is (239,144,101). Sum of RGB (Red+Green+Blue) = 239+144+101=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9065 is #106F9A. Grayscale: #A7A7A7. Windows color (decimal): -1077147 or 6656239. OLE color: 6656239.
HSL color Cylindrical-coordinate representation of color #EF9065: hue angle of 18.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF9065 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 101 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.06 |
| HSL | 18.7º | 0.81% | 0.67% | - |
| HSV(B) | 18.7º | 0.58% | 0.94% | - |
| XYZ | 47.92 | 39.24 | 17.36 | - |
| YUV | 167.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 101 | 0 | 0.40 | 0.58 | 0.06 | 18.7 | 0.81 | 0.67 |
| Hex | EF | 90 | 65 | 0 | 28 | 3A | 6 | 13 | 51 | 43 |
| Octal | 357 | 220 | 145 | 0 | 50 | 72 | 6 | 23 | 121 | 103 |
| Binary | 11101111 | 10010000 | 1100101 | 0 | 101000 | 111010 | 110 | 10011 | 1010001 | 1000011 |
Color Harmonies of #EF9065
Complementary color
Monochromatic Colors of #EF9065
Black with #EF9065
Text Example
Text Example
White with #EF9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9065; }
p { color: rgb(239,144,101); }
H1.HeaderClassName
{
color: #EF9065;
}
.AnyTagClassName
{
color: #EF9065;
}
</style>
background-color css
<style>
a { background-color: #EF9065; }
a { background-color: rgb(239,144,101); }
div.DivClassName
{
background-color: #EF9065;
}
.BgClassName
{
background-color: #EF9065;
}
</style>
border-color css
<style>
span { border-color: #EF9065; }
span { border-color: rgb(239,144,101); }
td.TdClassName
{
border-color: #EF9065;
}
.TagClassName
{
border-color: #EF9065;
}
</style>