Shades of Dark Tangerine #EEB013
Tints of Dark Tangerine #EEB013
RGB
CMYK
RGB Variations
Color information
#EEB013 (or 0xEEB013) is known color: Dark Tangerine. HEX triplet: EE, B0 and 13. RGB value is (238,176,19). Sum of RGB (Red+Green+Blue) = 238+176+19=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB013 is #114FEC. Grayscale: #B1B1B1. Windows color (decimal): -1134573 or 1290478. OLE color: 1290478.
HSL color Cylindrical-coordinate representation of color #EEB013: hue angle of 43.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB013 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.07 |
| HSL | 43.01º | 0.87% | 0.5% | - |
| HSV(B) | 43.01º | 0.92% | 0.93% | - |
| XYZ | 50.9 | 49.27 | 7.44 | - |
| YUV | 176.64 | 39.04 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 19 | 0 | 0.26 | 0.92 | 0.07 | 43.01 | 0.87 | 0.5 |
| Hex | EE | B0 | 13 | 0 | 1A | 5C | 7 | 2B | 57 | 32 |
| Octal | 356 | 260 | 23 | 0 | 32 | 134 | 7 | 53 | 127 | 62 |
| Binary | 11101110 | 10110000 | 10011 | 0 | 11010 | 1011100 | 111 | 101011 | 1010111 | 110010 |
Color Harmonies of #EEB013
Complementary color
Monochromatic Colors of #EEB013
Black with #EEB013
Text Example
Text Example
White with #EEB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB013; }
p { color: rgb(238,176,19); }
H1.HeaderClassName
{
color: #EEB013;
}
.AnyTagClassName
{
color: #EEB013;
}
</style>
background-color css
<style>
a { background-color: #EEB013; }
a { background-color: rgb(238,176,19); }
div.DivClassName
{
background-color: #EEB013;
}
.BgClassName
{
background-color: #EEB013;
}
</style>
border-color css
<style>
span { border-color: #EEB013; }
span { border-color: rgb(238,176,19); }
td.TdClassName
{
border-color: #EEB013;
}
.TagClassName
{
border-color: #EEB013;
}
</style>