Shades of Dark Tangerine #EEA819
Tints of Dark Tangerine #EEA819
RGB
CMYK
RGB Variations
Color information
#EEA819 (or 0xEEA819) is known color: Dark Tangerine. HEX triplet: EE, A8 and 19. RGB value is (238,168,25). Sum of RGB (Red+Green+Blue) = 238+168+25=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA819 is #1157E6. Grayscale: #ADADAD. Windows color (decimal): -1136615 or 1681646. OLE color: 1681646.
HSL color Cylindrical-coordinate representation of color #EEA819: hue angle of 40.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEA819 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 25 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.07 |
| HSL | 40.28º | 0.86% | 0.52% | - |
| HSV(B) | 40.28º | 0.89% | 0.93% | - |
| XYZ | 49.44 | 46.25 | 7.24 | - |
| YUV | 172.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 25 | 0 | 0.29 | 0.89 | 0.07 | 40.28 | 0.86 | 0.52 |
| Hex | EE | A8 | 19 | 0 | 1D | 59 | 7 | 28 | 56 | 34 |
| Octal | 356 | 250 | 31 | 0 | 35 | 131 | 7 | 50 | 126 | 64 |
| Binary | 11101110 | 10101000 | 11001 | 0 | 11101 | 1011001 | 111 | 101000 | 1010110 | 110100 |
Color Harmonies of #EEA819
Complementary color
Monochromatic Colors of #EEA819
Black with #EEA819
Text Example
Text Example
White with #EEA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA819; }
p { color: rgb(238,168,25); }
H1.HeaderClassName
{
color: #EEA819;
}
.AnyTagClassName
{
color: #EEA819;
}
</style>
background-color css
<style>
a { background-color: #EEA819; }
a { background-color: rgb(238,168,25); }
div.DivClassName
{
background-color: #EEA819;
}
.BgClassName
{
background-color: #EEA819;
}
</style>
border-color css
<style>
span { border-color: #EEA819; }
span { border-color: rgb(238,168,25); }
td.TdClassName
{
border-color: #EEA819;
}
.TagClassName
{
border-color: #EEA819;
}
</style>