Shades of Dark Tangerine #EEAB0E
Tints of Dark Tangerine #EEAB0E
RGB
CMYK
RGB Variations
Color information
#EEAB0E (or 0xEEAB0E) is known color: Dark Tangerine. HEX triplet: EE, AB and 0E. RGB value is (238,171,14). Sum of RGB (Red+Green+Blue) = 238+171+14=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAB0E is #1154F1. Grayscale: #ADADAD. Windows color (decimal): -1135858 or 961518. OLE color: 961518.
HSL color Cylindrical-coordinate representation of color #EEAB0E: hue angle of 42.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEAB0E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.07 |
| HSL | 42.05º | 0.89% | 0.49% | - |
| HSV(B) | 42.05º | 0.94% | 0.93% | - |
| XYZ | 49.9 | 47.33 | 6.92 | - |
| YUV | 173.14 | 38.2 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 14 | 0 | 0.28 | 0.94 | 0.07 | 42.05 | 0.89 | 0.49 |
| Hex | EE | AB | E | 0 | 1C | 5E | 7 | 2A | 59 | 31 |
| Octal | 356 | 253 | 16 | 0 | 34 | 136 | 7 | 52 | 131 | 61 |
| Binary | 11101110 | 10101011 | 1110 | 0 | 11100 | 1011110 | 111 | 101010 | 1011001 | 110001 |
Color Harmonies of #EEAB0E
Complementary color
Monochromatic Colors of #EEAB0E
Black with #EEAB0E
Text Example
Text Example
White with #EEAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB0E; }
p { color: rgb(238,171,14); }
H1.HeaderClassName
{
color: #EEAB0E;
}
.AnyTagClassName
{
color: #EEAB0E;
}
</style>
background-color css
<style>
a { background-color: #EEAB0E; }
a { background-color: rgb(238,171,14); }
div.DivClassName
{
background-color: #EEAB0E;
}
.BgClassName
{
background-color: #EEAB0E;
}
</style>
border-color css
<style>
span { border-color: #EEAB0E; }
span { border-color: rgb(238,171,14); }
td.TdClassName
{
border-color: #EEAB0E;
}
.TagClassName
{
border-color: #EEAB0E;
}
</style>