Shades of Dark Tangerine #EDAD17
Tints of Dark Tangerine #EDAD17
RGB
CMYK
RGB Variations
Color information
#EDAD17 (or 0xEDAD17) is known color: Dark Tangerine. HEX triplet: ED, AD and 17. RGB value is (237,173,23). Sum of RGB (Red+Green+Blue) = 237+173+23=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD17 is #1252E8. Grayscale: #AFAFAF. Windows color (decimal): -1200873 or 1551853. OLE color: 1551853.
HSL color Cylindrical-coordinate representation of color #EDAD17: hue angle of 42.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDAD17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.07 |
| HSL | 42.06º | 0.86% | 0.51% | - |
| HSV(B) | 42.06º | 0.9% | 0.93% | - |
| XYZ | 50.02 | 47.95 | 7.43 | - |
| YUV | 175.04 | 42.2 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 23 | 0 | 0.27 | 0.90 | 0.07 | 42.06 | 0.86 | 0.51 |
| Hex | ED | AD | 17 | 0 | 1B | 5A | 7 | 2A | 56 | 33 |
| Octal | 355 | 255 | 27 | 0 | 33 | 132 | 7 | 52 | 126 | 63 |
| Binary | 11101101 | 10101101 | 10111 | 0 | 11011 | 1011010 | 111 | 101010 | 1010110 | 110011 |
Color Harmonies of #EDAD17
Complementary color
Monochromatic Colors of #EDAD17
Black with #EDAD17
Text Example
Text Example
White with #EDAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD17; }
p { color: rgb(237,173,23); }
H1.HeaderClassName
{
color: #EDAD17;
}
.AnyTagClassName
{
color: #EDAD17;
}
</style>
background-color css
<style>
a { background-color: #EDAD17; }
a { background-color: rgb(237,173,23); }
div.DivClassName
{
background-color: #EDAD17;
}
.BgClassName
{
background-color: #EDAD17;
}
</style>
border-color css
<style>
span { border-color: #EDAD17; }
span { border-color: rgb(237,173,23); }
td.TdClassName
{
border-color: #EDAD17;
}
.TagClassName
{
border-color: #EDAD17;
}
</style>