Shades of Dark Tangerine #EDB211
Tints of Dark Tangerine #EDB211
RGB
CMYK
RGB Variations
Color information
#EDB211 (or 0xEDB211) is known color: Dark Tangerine. HEX triplet: ED, B2 and 11. RGB value is (237,178,17). Sum of RGB (Red+Green+Blue) = 237+178+17=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB211 is #124DEE. Grayscale: #B1B1B1. Windows color (decimal): -1199599 or 1159917. OLE color: 1159917.
HSL color Cylindrical-coordinate representation of color #EDB211: hue angle of 43.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDB211 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.07 |
| HSL | 43.91º | 0.87% | 0.5% | - |
| HSV(B) | 43.91º | 0.93% | 0.93% | - |
| XYZ | 50.95 | 49.89 | 7.47 | - |
| YUV | 177.29 | 37.55 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 17 | 0 | 0.25 | 0.93 | 0.07 | 43.91 | 0.87 | 0.5 |
| Hex | ED | B2 | 11 | 0 | 19 | 5D | 7 | 2C | 57 | 32 |
| Octal | 355 | 262 | 21 | 0 | 31 | 135 | 7 | 54 | 127 | 62 |
| Binary | 11101101 | 10110010 | 10001 | 0 | 11001 | 1011101 | 111 | 101100 | 1010111 | 110010 |
Color Harmonies of #EDB211
Complementary color
Monochromatic Colors of #EDB211
Black with #EDB211
Text Example
Text Example
White with #EDB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB211; }
p { color: rgb(237,178,17); }
H1.HeaderClassName
{
color: #EDB211;
}
.AnyTagClassName
{
color: #EDB211;
}
</style>
background-color css
<style>
a { background-color: #EDB211; }
a { background-color: rgb(237,178,17); }
div.DivClassName
{
background-color: #EDB211;
}
.BgClassName
{
background-color: #EDB211;
}
</style>
border-color css
<style>
span { border-color: #EDB211; }
span { border-color: rgb(237,178,17); }
td.TdClassName
{
border-color: #EDB211;
}
.TagClassName
{
border-color: #EDB211;
}
</style>