Shades of Dark Tangerine #EEAC0D
Tints of Dark Tangerine #EEAC0D
RGB
CMYK
RGB Variations
Color information
#EEAC0D (or 0xEEAC0D) is known color: Dark Tangerine. HEX triplet: EE, AC and 0D. RGB value is (238,172,13). Sum of RGB (Red+Green+Blue) = 238+172+13=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC0D is #1153F2. Grayscale: #AEAEAE. Windows color (decimal): -1135603 or 896238. OLE color: 896238.
HSL color Cylindrical-coordinate representation of color #EEAC0D: hue angle of 42.4º 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 #EEAC0D is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 13 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.07 |
| HSL | 42.4º | 0.9% | 0.49% | - |
| HSV(B) | 42.4º | 0.95% | 0.93% | - |
| XYZ | 50.09 | 47.71 | 6.95 | - |
| YUV | 173.61 | 37.37 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 13 | 0 | 0.28 | 0.95 | 0.07 | 42.4 | 0.9 | 0.49 |
| Hex | EE | AC | D | 0 | 1C | 5F | 7 | 2A | 5A | 31 |
| Octal | 356 | 254 | 15 | 0 | 34 | 137 | 7 | 52 | 132 | 61 |
| Binary | 11101110 | 10101100 | 1101 | 0 | 11100 | 1011111 | 111 | 101010 | 1011010 | 110001 |
Color Harmonies of #EEAC0D
Complementary color
Monochromatic Colors of #EEAC0D
Black with #EEAC0D
Text Example
Text Example
White with #EEAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC0D; }
p { color: rgb(238,172,13); }
H1.HeaderClassName
{
color: #EEAC0D;
}
.AnyTagClassName
{
color: #EEAC0D;
}
</style>
background-color css
<style>
a { background-color: #EEAC0D; }
a { background-color: rgb(238,172,13); }
div.DivClassName
{
background-color: #EEAC0D;
}
.BgClassName
{
background-color: #EEAC0D;
}
</style>
border-color css
<style>
span { border-color: #EEAC0D; }
span { border-color: rgb(238,172,13); }
td.TdClassName
{
border-color: #EEAC0D;
}
.TagClassName
{
border-color: #EEAC0D;
}
</style>