Shades of Atomic Tangerine #EF9A6A
Tints of Atomic Tangerine #EF9A6A
RGB
CMYK
RGB Variations
Color information
#EF9A6A (or 0xEF9A6A) is known color: Atomic Tangerine. HEX triplet: EF, 9A and 6A. RGB value is (239,154,106). Sum of RGB (Red+Green+Blue) = 239+154+106=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A6A is #106595. Grayscale: #AEAEAE. Windows color (decimal): -1074582 or 6986479. OLE color: 6986479.
HSL color Cylindrical-coordinate representation of color #EF9A6A: hue angle of 21.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF9A6A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 106 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.06 |
| HSL | 21.65º | 0.81% | 0.68% | - |
| HSV(B) | 21.65º | 0.56% | 0.94% | - |
| XYZ | 49.75 | 42.5 | 19.22 | - |
| YUV | 173.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 106 | 0 | 0.36 | 0.56 | 0.06 | 21.65 | 0.81 | 0.68 |
| Hex | EF | 9A | 6A | 0 | 24 | 38 | 6 | 16 | 51 | 44 |
| Octal | 357 | 232 | 152 | 0 | 44 | 70 | 6 | 26 | 121 | 104 |
| Binary | 11101111 | 10011010 | 1101010 | 0 | 100100 | 111000 | 110 | 10110 | 1010001 | 1000100 |
Color Harmonies of #EF9A6A
Complementary color
Monochromatic Colors of #EF9A6A
Black with #EF9A6A
Text Example
Text Example
White with #EF9A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A6A; }
p { color: rgb(239,154,106); }
H1.HeaderClassName
{
color: #EF9A6A;
}
.AnyTagClassName
{
color: #EF9A6A;
}
</style>
background-color css
<style>
a { background-color: #EF9A6A; }
a { background-color: rgb(239,154,106); }
div.DivClassName
{
background-color: #EF9A6A;
}
.BgClassName
{
background-color: #EF9A6A;
}
</style>
border-color css
<style>
span { border-color: #EF9A6A; }
span { border-color: rgb(239,154,106); }
td.TdClassName
{
border-color: #EF9A6A;
}
.TagClassName
{
border-color: #EF9A6A;
}
</style>