Shades of Dark Tangerine #EEB20E
Tints of Dark Tangerine #EEB20E
RGB
CMYK
RGB Variations
Color information
#EEB20E (or 0xEEB20E) is known color: Dark Tangerine. HEX triplet: EE, B2 and 0E. RGB value is (238,178,14). Sum of RGB (Red+Green+Blue) = 238+178+14=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB20E is #114DF1. Grayscale: #B1B1B1. Windows color (decimal): -1134066 or 963310. OLE color: 963310.
HSL color Cylindrical-coordinate representation of color #EEB20E: hue angle of 43.93º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEB20E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.07 |
| HSL | 43.93º | 0.89% | 0.49% | - |
| HSV(B) | 43.93º | 0.94% | 0.93% | - |
| XYZ | 51.26 | 50.05 | 7.37 | - |
| YUV | 177.24 | 35.88 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 14 | 0 | 0.25 | 0.94 | 0.07 | 43.93 | 0.89 | 0.49 |
| Hex | EE | B2 | E | 0 | 19 | 5E | 7 | 2C | 59 | 31 |
| Octal | 356 | 262 | 16 | 0 | 31 | 136 | 7 | 54 | 131 | 61 |
| Binary | 11101110 | 10110010 | 1110 | 0 | 11001 | 1011110 | 111 | 101100 | 1011001 | 110001 |
Color Harmonies of #EEB20E
Complementary color
Monochromatic Colors of #EEB20E
Black with #EEB20E
Text Example
Text Example
White with #EEB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB20E; }
p { color: rgb(238,178,14); }
H1.HeaderClassName
{
color: #EEB20E;
}
.AnyTagClassName
{
color: #EEB20E;
}
</style>
background-color css
<style>
a { background-color: #EEB20E; }
a { background-color: rgb(238,178,14); }
div.DivClassName
{
background-color: #EEB20E;
}
.BgClassName
{
background-color: #EEB20E;
}
</style>
border-color css
<style>
span { border-color: #EEB20E; }
span { border-color: rgb(238,178,14); }
td.TdClassName
{
border-color: #EEB20E;
}
.TagClassName
{
border-color: #EEB20E;
}
</style>