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