Shades of Dark Tangerine #EDAC16
Tints of Dark Tangerine #EDAC16
RGB
CMYK
RGB Variations
Color information
#EDAC16 (or 0xEDAC16) is known color: Dark Tangerine. HEX triplet: ED, AC and 16. RGB value is (237,172,22). Sum of RGB (Red+Green+Blue) = 237+172+22=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC16 is #1253E9. Grayscale: #AEAEAE. Windows color (decimal): -1201130 or 1486061. OLE color: 1486061.
HSL color Cylindrical-coordinate representation of color #EDAC16: hue angle of 41.86º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDAC16 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.07 |
| HSL | 41.86º | 0.86% | 0.51% | - |
| HSV(B) | 41.86º | 0.91% | 0.93% | - |
| XYZ | 49.82 | 47.57 | 7.31 | - |
| YUV | 174.34 | 42.03 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 22 | 0 | 0.27 | 0.91 | 0.07 | 41.86 | 0.86 | 0.51 |
| Hex | ED | AC | 16 | 0 | 1B | 5B | 7 | 2A | 56 | 33 |
| Octal | 355 | 254 | 26 | 0 | 33 | 133 | 7 | 52 | 126 | 63 |
| Binary | 11101101 | 10101100 | 10110 | 0 | 11011 | 1011011 | 111 | 101010 | 1010110 | 110011 |
Color Harmonies of #EDAC16
Complementary color
Monochromatic Colors of #EDAC16
Black with #EDAC16
Text Example
Text Example
White with #EDAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC16; }
p { color: rgb(237,172,22); }
H1.HeaderClassName
{
color: #EDAC16;
}
.AnyTagClassName
{
color: #EDAC16;
}
</style>
background-color css
<style>
a { background-color: #EDAC16; }
a { background-color: rgb(237,172,22); }
div.DivClassName
{
background-color: #EDAC16;
}
.BgClassName
{
background-color: #EDAC16;
}
</style>
border-color css
<style>
span { border-color: #EDAC16; }
span { border-color: rgb(237,172,22); }
td.TdClassName
{
border-color: #EDAC16;
}
.TagClassName
{
border-color: #EDAC16;
}
</style>