Shades of Dark Tangerine #EEB00D
Tints of Dark Tangerine #EEB00D
RGB
CMYK
RGB Variations
Color information
#EEB00D (or 0xEEB00D) is known color: Dark Tangerine. HEX triplet: EE, B0 and 0D. RGB value is (238,176,13). Sum of RGB (Red+Green+Blue) = 238+176+13=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB00D is #114FF2. Grayscale: #B0B0B0. Windows color (decimal): -1134579 or 897262. OLE color: 897262.
HSL color Cylindrical-coordinate representation of color #EEB00D: hue angle of 43.47º 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 #EEB00D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.07 |
| HSL | 43.47º | 0.9% | 0.49% | - |
| HSV(B) | 43.47º | 0.95% | 0.93% | - |
| XYZ | 50.86 | 49.26 | 7.21 | - |
| YUV | 175.96 | 36.04 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 13 | 0 | 0.26 | 0.95 | 0.07 | 43.47 | 0.9 | 0.49 |
| Hex | EE | B0 | D | 0 | 1A | 5F | 7 | 2B | 5A | 31 |
| Octal | 356 | 260 | 15 | 0 | 32 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101110 | 10110000 | 1101 | 0 | 11010 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #EEB00D
Complementary color
Monochromatic Colors of #EEB00D
Black with #EEB00D
Text Example
Text Example
White with #EEB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB00D; }
p { color: rgb(238,176,13); }
H1.HeaderClassName
{
color: #EEB00D;
}
.AnyTagClassName
{
color: #EEB00D;
}
</style>
background-color css
<style>
a { background-color: #EEB00D; }
a { background-color: rgb(238,176,13); }
div.DivClassName
{
background-color: #EEB00D;
}
.BgClassName
{
background-color: #EEB00D;
}
</style>
border-color css
<style>
span { border-color: #EEB00D; }
span { border-color: rgb(238,176,13); }
td.TdClassName
{
border-color: #EEB00D;
}
.TagClassName
{
border-color: #EEB00D;
}
</style>