Shades of Dark Tangerine #EEAC16
Tints of Dark Tangerine #EEAC16
RGB
CMYK
RGB Variations
Color information
#EEAC16 (or 0xEEAC16) is known color: Dark Tangerine. HEX triplet: EE, AC and 16. RGB value is (238,172,22). Sum of RGB (Red+Green+Blue) = 238+172+22=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC16 is #1153E9. Grayscale: #AFAFAF. Windows color (decimal): -1135594 or 1486062. OLE color: 1486062.
HSL color Cylindrical-coordinate representation of color #EEAC16: hue angle of 41.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEAC16 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.07 |
| HSL | 41.67º | 0.86% | 0.51% | - |
| HSV(B) | 41.67º | 0.91% | 0.93% | - |
| XYZ | 50.16 | 47.74 | 7.33 | - |
| YUV | 174.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 22 | 0 | 0.28 | 0.91 | 0.07 | 41.67 | 0.86 | 0.51 |
| Hex | EE | AC | 16 | 0 | 1C | 5B | 7 | 2A | 56 | 33 |
| Octal | 356 | 254 | 26 | 0 | 34 | 133 | 7 | 52 | 126 | 63 |
| Binary | 11101110 | 10101100 | 10110 | 0 | 11100 | 1011011 | 111 | 101010 | 1010110 | 110011 |
Color Harmonies of #EEAC16
Complementary color
Monochromatic Colors of #EEAC16
Black with #EEAC16
Text Example
Text Example
White with #EEAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC16; }
p { color: rgb(238,172,22); }
H1.HeaderClassName
{
color: #EEAC16;
}
.AnyTagClassName
{
color: #EEAC16;
}
</style>
background-color css
<style>
a { background-color: #EEAC16; }
a { background-color: rgb(238,172,22); }
div.DivClassName
{
background-color: #EEAC16;
}
.BgClassName
{
background-color: #EEAC16;
}
</style>
border-color css
<style>
span { border-color: #EEAC16; }
span { border-color: rgb(238,172,22); }
td.TdClassName
{
border-color: #EEAC16;
}
.TagClassName
{
border-color: #EEAC16;
}
</style>