Shades of Atomic Tangerine #EF9568
Tints of Atomic Tangerine #EF9568
RGB
CMYK
RGB Variations
Color information
#EF9568 (or 0xEF9568) is known color: Atomic Tangerine. HEX triplet: EF, 95 and 68. RGB value is (239,149,104). Sum of RGB (Red+Green+Blue) = 239+149+104=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9568 is #106A97. Grayscale: #ABABAB. Windows color (decimal): -1075864 or 6854127. OLE color: 6854127.
HSL color Cylindrical-coordinate representation of color #EF9568: hue angle of 20º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF9568 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 104 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.06 |
| HSL | 20º | 0.81% | 0.67% | - |
| HSV(B) | 20º | 0.56% | 0.94% | - |
| XYZ | 48.84 | 40.85 | 18.41 | - |
| YUV | 170.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 104 | 0 | 0.38 | 0.56 | 0.06 | 20 | 0.81 | 0.67 |
| Hex | EF | 95 | 68 | 0 | 26 | 38 | 6 | 14 | 51 | 43 |
| Octal | 357 | 225 | 150 | 0 | 46 | 70 | 6 | 24 | 121 | 103 |
| Binary | 11101111 | 10010101 | 1101000 | 0 | 100110 | 111000 | 110 | 10100 | 1010001 | 1000011 |
Color Harmonies of #EF9568
Complementary color
Monochromatic Colors of #EF9568
Black with #EF9568
Text Example
Text Example
White with #EF9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9568; }
p { color: rgb(239,149,104); }
H1.HeaderClassName
{
color: #EF9568;
}
.AnyTagClassName
{
color: #EF9568;
}
</style>
background-color css
<style>
a { background-color: #EF9568; }
a { background-color: rgb(239,149,104); }
div.DivClassName
{
background-color: #EF9568;
}
.BgClassName
{
background-color: #EF9568;
}
</style>
border-color css
<style>
span { border-color: #EF9568; }
span { border-color: rgb(239,149,104); }
td.TdClassName
{
border-color: #EF9568;
}
.TagClassName
{
border-color: #EF9568;
}
</style>