Shades of Atomic Tangerine #EF9068
Tints of Atomic Tangerine #EF9068
RGB
CMYK
RGB Variations
Color information
#EF9068 (or 0xEF9068) is known color: Atomic Tangerine. HEX triplet: EF, 90 and 68. RGB value is (239,144,104). Sum of RGB (Red+Green+Blue) = 239+144+104=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9068 is #106F97. Grayscale: #A8A8A8. Windows color (decimal): -1077144 or 6852847. OLE color: 6852847.
HSL color Cylindrical-coordinate representation of color #EF9068: hue angle of 17.78º 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 #EF9068 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 104 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.06 |
| HSL | 17.78º | 0.81% | 0.67% | - |
| HSV(B) | 17.78º | 0.56% | 0.94% | - |
| XYZ | 48.07 | 39.3 | 18.15 | - |
| YUV | 167.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 104 | 0 | 0.40 | 0.56 | 0.06 | 17.78 | 0.81 | 0.67 |
| Hex | EF | 90 | 68 | 0 | 28 | 38 | 6 | 12 | 51 | 43 |
| Octal | 357 | 220 | 150 | 0 | 50 | 70 | 6 | 22 | 121 | 103 |
| Binary | 11101111 | 10010000 | 1101000 | 0 | 101000 | 111000 | 110 | 10010 | 1010001 | 1000011 |
Color Harmonies of #EF9068
Complementary color
Monochromatic Colors of #EF9068
Black with #EF9068
Text Example
Text Example
White with #EF9068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9068; }
p { color: rgb(239,144,104); }
H1.HeaderClassName
{
color: #EF9068;
}
.AnyTagClassName
{
color: #EF9068;
}
</style>
background-color css
<style>
a { background-color: #EF9068; }
a { background-color: rgb(239,144,104); }
div.DivClassName
{
background-color: #EF9068;
}
.BgClassName
{
background-color: #EF9068;
}
</style>
border-color css
<style>
span { border-color: #EF9068; }
span { border-color: rgb(239,144,104); }
td.TdClassName
{
border-color: #EF9068;
}
.TagClassName
{
border-color: #EF9068;
}
</style>