Shades of Dark Tangerine #EDB212
Tints of Dark Tangerine #EDB212
RGB
CMYK
RGB Variations
Color information
#EDB212 (or 0xEDB212) is known color: Dark Tangerine. HEX triplet: ED, B2 and 12. RGB value is (237,178,18). Sum of RGB (Red+Green+Blue) = 237+178+18=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB212 is #124DED. Grayscale: #B2B2B2. Windows color (decimal): -1199598 or 1225453. OLE color: 1225453.
HSL color Cylindrical-coordinate representation of color #EDB212: hue angle of 43.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDB212 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 18 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.07 |
| HSL | 43.84º | 0.86% | 0.5% | - |
| HSV(B) | 43.84º | 0.92% | 0.93% | - |
| XYZ | 50.95 | 49.89 | 7.52 | - |
| YUV | 177.4 | 38.05 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 18 | 0 | 0.25 | 0.92 | 0.07 | 43.84 | 0.86 | 0.5 |
| Hex | ED | B2 | 12 | 0 | 19 | 5C | 7 | 2C | 56 | 32 |
| Octal | 355 | 262 | 22 | 0 | 31 | 134 | 7 | 54 | 126 | 62 |
| Binary | 11101101 | 10110010 | 10010 | 0 | 11001 | 1011100 | 111 | 101100 | 1010110 | 110010 |
Color Harmonies of #EDB212
Complementary color
Monochromatic Colors of #EDB212
Black with #EDB212
Text Example
Text Example
White with #EDB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB212; }
p { color: rgb(237,178,18); }
H1.HeaderClassName
{
color: #EDB212;
}
.AnyTagClassName
{
color: #EDB212;
}
</style>
background-color css
<style>
a { background-color: #EDB212; }
a { background-color: rgb(237,178,18); }
div.DivClassName
{
background-color: #EDB212;
}
.BgClassName
{
background-color: #EDB212;
}
</style>
border-color css
<style>
span { border-color: #EDB212; }
span { border-color: rgb(237,178,18); }
td.TdClassName
{
border-color: #EDB212;
}
.TagClassName
{
border-color: #EDB212;
}
</style>