Shades of Dark Tangerine #EEAD0B
Tints of Dark Tangerine #EEAD0B
RGB
CMYK
RGB Variations
Color information
#EEAD0B (or 0xEEAD0B) is known color: Dark Tangerine. HEX triplet: EE, AD and 0B. RGB value is (238,173,11). Sum of RGB (Red+Green+Blue) = 238+173+11=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD0B is #1152F4. Grayscale: #AEAEAE. Windows color (decimal): -1135349 or 765422. OLE color: 765422.
HSL color Cylindrical-coordinate representation of color #EEAD0B: hue angle of 42.82º degrees, saturation: 0.91, 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 #EEAD0B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 42.82º | 0.91% | 0.49% | - |
| HSV(B) | 42.82º | 0.95% | 0.93% | - |
| XYZ | 50.26 | 48.09 | 6.95 | - |
| YUV | 173.97 | 36.03 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 11 | 0 | 0.27 | 0.95 | 0.07 | 42.82 | 0.91 | 0.49 |
| Hex | EE | AD | B | 0 | 1B | 5F | 7 | 2B | 5B | 31 |
| Octal | 356 | 255 | 13 | 0 | 33 | 137 | 7 | 53 | 133 | 61 |
| Binary | 11101110 | 10101101 | 1011 | 0 | 11011 | 1011111 | 111 | 101011 | 1011011 | 110001 |
Color Harmonies of #EEAD0B
Complementary color
Monochromatic Colors of #EEAD0B
Black with #EEAD0B
Text Example
Text Example
White with #EEAD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD0B; }
p { color: rgb(238,173,11); }
H1.HeaderClassName
{
color: #EEAD0B;
}
.AnyTagClassName
{
color: #EEAD0B;
}
</style>
background-color css
<style>
a { background-color: #EEAD0B; }
a { background-color: rgb(238,173,11); }
div.DivClassName
{
background-color: #EEAD0B;
}
.BgClassName
{
background-color: #EEAD0B;
}
</style>
border-color css
<style>
span { border-color: #EEAD0B; }
span { border-color: rgb(238,173,11); }
td.TdClassName
{
border-color: #EEAD0B;
}
.TagClassName
{
border-color: #EEAD0B;
}
</style>