Shades of Atomic Tangerine #EF9067
Tints of Atomic Tangerine #EF9067
RGB
CMYK
RGB Variations
Color information
#EF9067 (or 0xEF9067) is known color: Atomic Tangerine. HEX triplet: EF, 90 and 67. RGB value is (239,144,103). Sum of RGB (Red+Green+Blue) = 239+144+103=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9067 is #106F98. Grayscale: #A7A7A7. Windows color (decimal): -1077145 or 6787311. OLE color: 6787311.
HSL color Cylindrical-coordinate representation of color #EF9067: hue angle of 18.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF9067 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 103 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.06 |
| HSL | 18.09º | 0.81% | 0.67% | - |
| HSV(B) | 18.09º | 0.57% | 0.94% | - |
| XYZ | 48.02 | 39.28 | 17.88 | - |
| YUV | 167.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 103 | 0 | 0.40 | 0.57 | 0.06 | 18.09 | 0.81 | 0.67 |
| Hex | EF | 90 | 67 | 0 | 28 | 39 | 6 | 12 | 51 | 43 |
| Octal | 357 | 220 | 147 | 0 | 50 | 71 | 6 | 22 | 121 | 103 |
| Binary | 11101111 | 10010000 | 1100111 | 0 | 101000 | 111001 | 110 | 10010 | 1010001 | 1000011 |
Color Harmonies of #EF9067
Complementary color
Monochromatic Colors of #EF9067
Black with #EF9067
Text Example
Text Example
White with #EF9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9067; }
p { color: rgb(239,144,103); }
H1.HeaderClassName
{
color: #EF9067;
}
.AnyTagClassName
{
color: #EF9067;
}
</style>
background-color css
<style>
a { background-color: #EF9067; }
a { background-color: rgb(239,144,103); }
div.DivClassName
{
background-color: #EF9067;
}
.BgClassName
{
background-color: #EF9067;
}
</style>
border-color css
<style>
span { border-color: #EF9067; }
span { border-color: rgb(239,144,103); }
td.TdClassName
{
border-color: #EF9067;
}
.TagClassName
{
border-color: #EF9067;
}
</style>