Shades of Atomic Tangerine #EF9164
Tints of Atomic Tangerine #EF9164
RGB
CMYK
RGB Variations
Color information
#EF9164 (or 0xEF9164) is known color: Atomic Tangerine. HEX triplet: EF, 91 and 64. RGB value is (239,145,100). Sum of RGB (Red+Green+Blue) = 239+145+100=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9164 is #106E9B. Grayscale: #A8A8A8. Windows color (decimal): -1076892 or 6590959. OLE color: 6590959.
HSL color Cylindrical-coordinate representation of color #EF9164: hue angle of 19.42º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF9164 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 100 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.06 |
| HSL | 19.42º | 0.81% | 0.66% | - |
| HSV(B) | 19.42º | 0.58% | 0.94% | - |
| XYZ | 48.02 | 39.52 | 17.15 | - |
| YUV | 167.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 100 | 0 | 0.39 | 0.58 | 0.06 | 19.42 | 0.81 | 0.66 |
| Hex | EF | 91 | 64 | 0 | 27 | 3A | 6 | 13 | 51 | 42 |
| Octal | 357 | 221 | 144 | 0 | 47 | 72 | 6 | 23 | 121 | 102 |
| Binary | 11101111 | 10010001 | 1100100 | 0 | 100111 | 111010 | 110 | 10011 | 1010001 | 1000010 |
Color Harmonies of #EF9164
Complementary color
Monochromatic Colors of #EF9164
Black with #EF9164
Text Example
Text Example
White with #EF9164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9164; }
p { color: rgb(239,145,100); }
H1.HeaderClassName
{
color: #EF9164;
}
.AnyTagClassName
{
color: #EF9164;
}
</style>
background-color css
<style>
a { background-color: #EF9164; }
a { background-color: rgb(239,145,100); }
div.DivClassName
{
background-color: #EF9164;
}
.BgClassName
{
background-color: #EF9164;
}
</style>
border-color css
<style>
span { border-color: #EF9164; }
span { border-color: rgb(239,145,100); }
td.TdClassName
{
border-color: #EF9164;
}
.TagClassName
{
border-color: #EF9164;
}
</style>