Shades of Dark Tangerine #EEAD0D
Tints of Dark Tangerine #EEAD0D
RGB
CMYK
RGB Variations
Color information
#EEAD0D (or 0xEEAD0D) is known color: Dark Tangerine. HEX triplet: EE, AD and 0D. RGB value is (238,173,13). Sum of RGB (Red+Green+Blue) = 238+173+13=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD0D is #1152F2. Grayscale: #AEAEAE. Windows color (decimal): -1135347 or 896494. OLE color: 896494.
HSL color Cylindrical-coordinate representation of color #EEAD0D: hue angle of 42.67º 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 #EEAD0D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 42.67º | 0.9% | 0.49% | - |
| HSV(B) | 42.67º | 0.95% | 0.93% | - |
| XYZ | 50.28 | 48.09 | 7.01 | - |
| YUV | 174.2 | 37.03 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 13 | 0 | 0.27 | 0.95 | 0.07 | 42.67 | 0.9 | 0.49 |
| Hex | EE | AD | D | 0 | 1B | 5F | 7 | 2B | 5A | 31 |
| Octal | 356 | 255 | 15 | 0 | 33 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101110 | 10101101 | 1101 | 0 | 11011 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #EEAD0D
Complementary color
Monochromatic Colors of #EEAD0D
Black with #EEAD0D
Text Example
Text Example
White with #EEAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD0D; }
p { color: rgb(238,173,13); }
H1.HeaderClassName
{
color: #EEAD0D;
}
.AnyTagClassName
{
color: #EEAD0D;
}
</style>
background-color css
<style>
a { background-color: #EEAD0D; }
a { background-color: rgb(238,173,13); }
div.DivClassName
{
background-color: #EEAD0D;
}
.BgClassName
{
background-color: #EEAD0D;
}
</style>
border-color css
<style>
span { border-color: #EEAD0D; }
span { border-color: rgb(238,173,13); }
td.TdClassName
{
border-color: #EEAD0D;
}
.TagClassName
{
border-color: #EEAD0D;
}
</style>