Shades of Dark Tangerine #EEA816
Tints of Dark Tangerine #EEA816
RGB
CMYK
RGB Variations
Color information
#EEA816 (or 0xEEA816) is known color: Dark Tangerine. HEX triplet: EE, A8 and 16. RGB value is (238,168,22). Sum of RGB (Red+Green+Blue) = 238+168+22=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA816 is #1157E9. Grayscale: #ACACAC. Windows color (decimal): -1136618 or 1485038. OLE color: 1485038.
HSL color Cylindrical-coordinate representation of color #EEA816: hue angle of 40.56º 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 #EEA816 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.07 |
| HSL | 40.56º | 0.86% | 0.51% | - |
| HSV(B) | 40.56º | 0.91% | 0.93% | - |
| XYZ | 49.41 | 46.24 | 7.08 | - |
| YUV | 172.29 | 43.19 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 22 | 0 | 0.29 | 0.91 | 0.07 | 40.56 | 0.86 | 0.51 |
| Hex | EE | A8 | 16 | 0 | 1D | 5B | 7 | 29 | 56 | 33 |
| Octal | 356 | 250 | 26 | 0 | 35 | 133 | 7 | 51 | 126 | 63 |
| Binary | 11101110 | 10101000 | 10110 | 0 | 11101 | 1011011 | 111 | 101001 | 1010110 | 110011 |
Color Harmonies of #EEA816
Complementary color
Monochromatic Colors of #EEA816
Black with #EEA816
Text Example
Text Example
White with #EEA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA816; }
p { color: rgb(238,168,22); }
H1.HeaderClassName
{
color: #EEA816;
}
.AnyTagClassName
{
color: #EEA816;
}
</style>
background-color css
<style>
a { background-color: #EEA816; }
a { background-color: rgb(238,168,22); }
div.DivClassName
{
background-color: #EEA816;
}
.BgClassName
{
background-color: #EEA816;
}
</style>
border-color css
<style>
span { border-color: #EEA816; }
span { border-color: rgb(238,168,22); }
td.TdClassName
{
border-color: #EEA816;
}
.TagClassName
{
border-color: #EEA816;
}
</style>