Shades of Atomic Tangerine #EF9264
Tints of Atomic Tangerine #EF9264
RGB
CMYK
RGB Variations
Color information
#EF9264 (or 0xEF9264) is known color: Atomic Tangerine. HEX triplet: EF, 92 and 64. RGB value is (239,146,100). Sum of RGB (Red+Green+Blue) = 239+146+100=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9264 is #106D9B. Grayscale: #A8A8A8. Windows color (decimal): -1076636 or 6591215. OLE color: 6591215.
HSL color Cylindrical-coordinate representation of color #EF9264: hue angle of 19.86º 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 #EF9264 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 100 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.06 |
| HSL | 19.86º | 0.81% | 0.66% | - |
| HSV(B) | 19.86º | 0.58% | 0.94% | - |
| XYZ | 48.18 | 39.83 | 17.21 | - |
| YUV | 168.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 100 | 0 | 0.39 | 0.58 | 0.06 | 19.86 | 0.81 | 0.66 |
| Hex | EF | 92 | 64 | 0 | 27 | 3A | 6 | 14 | 51 | 42 |
| Octal | 357 | 222 | 144 | 0 | 47 | 72 | 6 | 24 | 121 | 102 |
| Binary | 11101111 | 10010010 | 1100100 | 0 | 100111 | 111010 | 110 | 10100 | 1010001 | 1000010 |
Color Harmonies of #EF9264
Complementary color
Monochromatic Colors of #EF9264
Black with #EF9264
Text Example
Text Example
White with #EF9264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9264; }
p { color: rgb(239,146,100); }
H1.HeaderClassName
{
color: #EF9264;
}
.AnyTagClassName
{
color: #EF9264;
}
</style>
background-color css
<style>
a { background-color: #EF9264; }
a { background-color: rgb(239,146,100); }
div.DivClassName
{
background-color: #EF9264;
}
.BgClassName
{
background-color: #EF9264;
}
</style>
border-color css
<style>
span { border-color: #EF9264; }
span { border-color: rgb(239,146,100); }
td.TdClassName
{
border-color: #EF9264;
}
.TagClassName
{
border-color: #EF9264;
}
</style>