Shades of Dark Tangerine #EEB114
Tints of Dark Tangerine #EEB114
RGB
CMYK
RGB Variations
Color information
#EEB114 (or 0xEEB114) is known color: Dark Tangerine. HEX triplet: EE, B1 and 14. RGB value is (238,177,20). Sum of RGB (Red+Green+Blue) = 238+177+20=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB114 is #114EEB. Grayscale: #B2B2B2. Windows color (decimal): -1134316 or 1356270. OLE color: 1356270.
HSL color Cylindrical-coordinate representation of color #EEB114: hue angle of 43.21º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB114 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.07 |
| HSL | 43.21º | 0.87% | 0.51% | - |
| HSV(B) | 43.21º | 0.92% | 0.93% | - |
| XYZ | 51.11 | 49.67 | 7.56 | - |
| YUV | 177.34 | 39.21 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 20 | 0 | 0.26 | 0.92 | 0.07 | 43.21 | 0.87 | 0.51 |
| Hex | EE | B1 | 14 | 0 | 1A | 5C | 7 | 2B | 57 | 33 |
| Octal | 356 | 261 | 24 | 0 | 32 | 134 | 7 | 53 | 127 | 63 |
| Binary | 11101110 | 10110001 | 10100 | 0 | 11010 | 1011100 | 111 | 101011 | 1010111 | 110011 |
Color Harmonies of #EEB114
Complementary color
Monochromatic Colors of #EEB114
Black with #EEB114
Text Example
Text Example
White with #EEB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB114; }
p { color: rgb(238,177,20); }
H1.HeaderClassName
{
color: #EEB114;
}
.AnyTagClassName
{
color: #EEB114;
}
</style>
background-color css
<style>
a { background-color: #EEB114; }
a { background-color: rgb(238,177,20); }
div.DivClassName
{
background-color: #EEB114;
}
.BgClassName
{
background-color: #EEB114;
}
</style>
border-color css
<style>
span { border-color: #EEB114; }
span { border-color: rgb(238,177,20); }
td.TdClassName
{
border-color: #EEB114;
}
.TagClassName
{
border-color: #EEB114;
}
</style>