Shades of Dark Tangerine #EEA81A
Tints of Dark Tangerine #EEA81A
RGB
CMYK
RGB Variations
Color information
#EEA81A (or 0xEEA81A) is known color: Dark Tangerine. HEX triplet: EE, A8 and 1A. RGB value is (238,168,26). Sum of RGB (Red+Green+Blue) = 238+168+26=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA81A is #1157E5. Grayscale: #ADADAD. Windows color (decimal): -1136614 or 1747182. OLE color: 1747182.
HSL color Cylindrical-coordinate representation of color #EEA81A: hue angle of 40.19º 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 #EEA81A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 26 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.07 |
| HSL | 40.19º | 0.86% | 0.52% | - |
| HSV(B) | 40.19º | 0.89% | 0.93% | - |
| XYZ | 49.45 | 46.26 | 7.3 | - |
| YUV | 172.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 26 | 0 | 0.29 | 0.89 | 0.07 | 40.19 | 0.86 | 0.52 |
| Hex | EE | A8 | 1A | 0 | 1D | 59 | 7 | 28 | 56 | 34 |
| Octal | 356 | 250 | 32 | 0 | 35 | 131 | 7 | 50 | 126 | 64 |
| Binary | 11101110 | 10101000 | 11010 | 0 | 11101 | 1011001 | 111 | 101000 | 1010110 | 110100 |
Color Harmonies of #EEA81A
Complementary color
Monochromatic Colors of #EEA81A
Black with #EEA81A
Text Example
Text Example
White with #EEA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA81A; }
p { color: rgb(238,168,26); }
H1.HeaderClassName
{
color: #EEA81A;
}
.AnyTagClassName
{
color: #EEA81A;
}
</style>
background-color css
<style>
a { background-color: #EEA81A; }
a { background-color: rgb(238,168,26); }
div.DivClassName
{
background-color: #EEA81A;
}
.BgClassName
{
background-color: #EEA81A;
}
</style>
border-color css
<style>
span { border-color: #EEA81A; }
span { border-color: rgb(238,168,26); }
td.TdClassName
{
border-color: #EEA81A;
}
.TagClassName
{
border-color: #EEA81A;
}
</style>