Shades of Dark Tangerine #EEA919
Tints of Dark Tangerine #EEA919
RGB
CMYK
RGB Variations
Color information
#EEA919 (or 0xEEA919) is known color: Dark Tangerine. HEX triplet: EE, A9 and 19. RGB value is (238,169,25). Sum of RGB (Red+Green+Blue) = 238+169+25=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA919 is #1156E6. Grayscale: #ADADAD. Windows color (decimal): -1136359 or 1681902. OLE color: 1681902.
HSL color Cylindrical-coordinate representation of color #EEA919: hue angle of 40.56º 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 #EEA919 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 25 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.07 |
| HSL | 40.56º | 0.86% | 0.52% | - |
| HSV(B) | 40.56º | 0.89% | 0.93% | - |
| XYZ | 49.62 | 46.62 | 7.3 | - |
| YUV | 173.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 25 | 0 | 0.29 | 0.89 | 0.07 | 40.56 | 0.86 | 0.52 |
| Hex | EE | A9 | 19 | 0 | 1D | 59 | 7 | 29 | 56 | 34 |
| Octal | 356 | 251 | 31 | 0 | 35 | 131 | 7 | 51 | 126 | 64 |
| Binary | 11101110 | 10101001 | 11001 | 0 | 11101 | 1011001 | 111 | 101001 | 1010110 | 110100 |
Color Harmonies of #EEA919
Complementary color
Monochromatic Colors of #EEA919
Black with #EEA919
Text Example
Text Example
White with #EEA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA919; }
p { color: rgb(238,169,25); }
H1.HeaderClassName
{
color: #EEA919;
}
.AnyTagClassName
{
color: #EEA919;
}
</style>
background-color css
<style>
a { background-color: #EEA919; }
a { background-color: rgb(238,169,25); }
div.DivClassName
{
background-color: #EEA919;
}
.BgClassName
{
background-color: #EEA919;
}
</style>
border-color css
<style>
span { border-color: #EEA919; }
span { border-color: rgb(238,169,25); }
td.TdClassName
{
border-color: #EEA919;
}
.TagClassName
{
border-color: #EEA919;
}
</style>