Shades of Atomic Tangerine #EF966B
Tints of Atomic Tangerine #EF966B
RGB
CMYK
RGB Variations
Color information
#EF966B (or 0xEF966B) is known color: Atomic Tangerine. HEX triplet: EF, 96 and 6B. RGB value is (239,150,107). Sum of RGB (Red+Green+Blue) = 239+150+107=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF966B is #106994. Grayscale: #ABABAB. Windows color (decimal): -1075605 or 7050991. OLE color: 7050991.
HSL color Cylindrical-coordinate representation of color #EF966B: hue angle of 19.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF966B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 107 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.06 |
| HSL | 19.55º | 0.8% | 0.68% | - |
| HSV(B) | 19.55º | 0.55% | 0.94% | - |
| XYZ | 49.16 | 41.22 | 19.28 | - |
| YUV | 171.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 107 | 0 | 0.37 | 0.55 | 0.06 | 19.55 | 0.8 | 0.68 |
| Hex | EF | 96 | 6B | 0 | 25 | 37 | 6 | 14 | 50 | 44 |
| Octal | 357 | 226 | 153 | 0 | 45 | 67 | 6 | 24 | 120 | 104 |
| Binary | 11101111 | 10010110 | 1101011 | 0 | 100101 | 110111 | 110 | 10100 | 1010000 | 1000100 |
Color Harmonies of #EF966B
Complementary color
Monochromatic Colors of #EF966B
Black with #EF966B
Text Example
Text Example
White with #EF966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF966B; }
p { color: rgb(239,150,107); }
H1.HeaderClassName
{
color: #EF966B;
}
.AnyTagClassName
{
color: #EF966B;
}
</style>
background-color css
<style>
a { background-color: #EF966B; }
a { background-color: rgb(239,150,107); }
div.DivClassName
{
background-color: #EF966B;
}
.BgClassName
{
background-color: #EF966B;
}
</style>
border-color css
<style>
span { border-color: #EF966B; }
span { border-color: rgb(239,150,107); }
td.TdClassName
{
border-color: #EF966B;
}
.TagClassName
{
border-color: #EF966B;
}
</style>