Shades of Dark Tangerine #EEB00C
Tints of Dark Tangerine #EEB00C
RGB
CMYK
RGB Variations
Color information
#EEB00C (or 0xEEB00C) is known color: Dark Tangerine. HEX triplet: EE, B0 and 0C. RGB value is (238,176,12). Sum of RGB (Red+Green+Blue) = 238+176+12=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB00C is #114FF3. Grayscale: #B0B0B0. Windows color (decimal): -1134580 or 831726. OLE color: 831726.
HSL color Cylindrical-coordinate representation of color #EEB00C: hue angle of 43.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEB00C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.07 |
| HSL | 43.54º | 0.9% | 0.49% | - |
| HSV(B) | 43.54º | 0.95% | 0.93% | - |
| XYZ | 50.85 | 49.25 | 7.17 | - |
| YUV | 175.84 | 35.54 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 12 | 0 | 0.26 | 0.95 | 0.07 | 43.54 | 0.9 | 0.49 |
| Hex | EE | B0 | C | 0 | 1A | 5F | 7 | 2C | 5A | 31 |
| Octal | 356 | 260 | 14 | 0 | 32 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101110 | 10110000 | 1100 | 0 | 11010 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #EEB00C
Complementary color
Monochromatic Colors of #EEB00C
Black with #EEB00C
Text Example
Text Example
White with #EEB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB00C; }
p { color: rgb(238,176,12); }
H1.HeaderClassName
{
color: #EEB00C;
}
.AnyTagClassName
{
color: #EEB00C;
}
</style>
background-color css
<style>
a { background-color: #EEB00C; }
a { background-color: rgb(238,176,12); }
div.DivClassName
{
background-color: #EEB00C;
}
.BgClassName
{
background-color: #EEB00C;
}
</style>
border-color css
<style>
span { border-color: #EEB00C; }
span { border-color: rgb(238,176,12); }
td.TdClassName
{
border-color: #EEB00C;
}
.TagClassName
{
border-color: #EEB00C;
}
</style>