Shades of Dark Tangerine #EEB10D
Tints of Dark Tangerine #EEB10D
RGB
CMYK
RGB Variations
Color information
#EEB10D (or 0xEEB10D) is known color: Dark Tangerine. HEX triplet: EE, B1 and 0D. RGB value is (238,177,13). Sum of RGB (Red+Green+Blue) = 238+177+13=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB10D is #114EF2. Grayscale: #B1B1B1. Windows color (decimal): -1134323 or 897518. OLE color: 897518.
HSL color Cylindrical-coordinate representation of color #EEB10D: hue angle of 43.73º 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 #EEB10D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.07 |
| HSL | 43.73º | 0.9% | 0.49% | - |
| HSV(B) | 43.73º | 0.95% | 0.93% | - |
| XYZ | 51.05 | 49.65 | 7.27 | - |
| YUV | 176.54 | 35.71 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 13 | 0 | 0.26 | 0.95 | 0.07 | 43.73 | 0.9 | 0.49 |
| Hex | EE | B1 | D | 0 | 1A | 5F | 7 | 2C | 5A | 31 |
| Octal | 356 | 261 | 15 | 0 | 32 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101110 | 10110001 | 1101 | 0 | 11010 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #EEB10D
Complementary color
Monochromatic Colors of #EEB10D
Black with #EEB10D
Text Example
Text Example
White with #EEB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB10D; }
p { color: rgb(238,177,13); }
H1.HeaderClassName
{
color: #EEB10D;
}
.AnyTagClassName
{
color: #EEB10D;
}
</style>
background-color css
<style>
a { background-color: #EEB10D; }
a { background-color: rgb(238,177,13); }
div.DivClassName
{
background-color: #EEB10D;
}
.BgClassName
{
background-color: #EEB10D;
}
</style>
border-color css
<style>
span { border-color: #EEB10D; }
span { border-color: rgb(238,177,13); }
td.TdClassName
{
border-color: #EEB10D;
}
.TagClassName
{
border-color: #EEB10D;
}
</style>