Shades of Atomic Tangerine #EF9165
Tints of Atomic Tangerine #EF9165
RGB
CMYK
RGB Variations
Color information
#EF9165 (or 0xEF9165) is known color: Atomic Tangerine. HEX triplet: EF, 91 and 65. RGB value is (239,145,101). Sum of RGB (Red+Green+Blue) = 239+145+101=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9165 is #106E9A. Grayscale: #A8A8A8. Windows color (decimal): -1076891 or 6656495. OLE color: 6656495.
HSL color Cylindrical-coordinate representation of color #EF9165: hue angle of 19.13º 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 #EF9165 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 101 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.06 |
| HSL | 19.13º | 0.81% | 0.67% | - |
| HSV(B) | 19.13º | 0.58% | 0.94% | - |
| XYZ | 48.07 | 39.54 | 17.41 | - |
| YUV | 168.09 | 90.14 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 101 | 0 | 0.39 | 0.58 | 0.06 | 19.13 | 0.81 | 0.67 |
| Hex | EF | 91 | 65 | 0 | 27 | 3A | 6 | 13 | 51 | 43 |
| Octal | 357 | 221 | 145 | 0 | 47 | 72 | 6 | 23 | 121 | 103 |
| Binary | 11101111 | 10010001 | 1100101 | 0 | 100111 | 111010 | 110 | 10011 | 1010001 | 1000011 |
Color Harmonies of #EF9165
Complementary color
Monochromatic Colors of #EF9165
Black with #EF9165
Text Example
Text Example
White with #EF9165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9165; }
p { color: rgb(239,145,101); }
H1.HeaderClassName
{
color: #EF9165;
}
.AnyTagClassName
{
color: #EF9165;
}
</style>
background-color css
<style>
a { background-color: #EF9165; }
a { background-color: rgb(239,145,101); }
div.DivClassName
{
background-color: #EF9165;
}
.BgClassName
{
background-color: #EF9165;
}
</style>
border-color css
<style>
span { border-color: #EF9165; }
span { border-color: rgb(239,145,101); }
td.TdClassName
{
border-color: #EF9165;
}
.TagClassName
{
border-color: #EF9165;
}
</style>