Shades of Dark Tangerine #EDB014
Tints of Dark Tangerine #EDB014
RGB
CMYK
RGB Variations
Color information
#EDB014 (or 0xEDB014) is known color: Dark Tangerine. HEX triplet: ED, B0 and 14. RGB value is (237,176,20). Sum of RGB (Red+Green+Blue) = 237+176+20=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB014 is #124FEB. Grayscale: #B1B1B1. Windows color (decimal): -1200108 or 1356013. OLE color: 1356013.
HSL color Cylindrical-coordinate representation of color #EDB014: hue angle of 43.13º 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 #EDB014 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.07 |
| HSL | 43.13º | 0.86% | 0.5% | - |
| HSV(B) | 43.13º | 0.92% | 0.93% | - |
| XYZ | 50.58 | 49.11 | 7.47 | - |
| YUV | 176.46 | 39.71 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 20 | 0 | 0.26 | 0.92 | 0.07 | 43.13 | 0.86 | 0.5 |
| Hex | ED | B0 | 14 | 0 | 1A | 5C | 7 | 2B | 56 | 32 |
| Octal | 355 | 260 | 24 | 0 | 32 | 134 | 7 | 53 | 126 | 62 |
| Binary | 11101101 | 10110000 | 10100 | 0 | 11010 | 1011100 | 111 | 101011 | 1010110 | 110010 |
Color Harmonies of #EDB014
Complementary color
Monochromatic Colors of #EDB014
Black with #EDB014
Text Example
Text Example
White with #EDB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB014; }
p { color: rgb(237,176,20); }
H1.HeaderClassName
{
color: #EDB014;
}
.AnyTagClassName
{
color: #EDB014;
}
</style>
background-color css
<style>
a { background-color: #EDB014; }
a { background-color: rgb(237,176,20); }
div.DivClassName
{
background-color: #EDB014;
}
.BgClassName
{
background-color: #EDB014;
}
</style>
border-color css
<style>
span { border-color: #EDB014; }
span { border-color: rgb(237,176,20); }
td.TdClassName
{
border-color: #EDB014;
}
.TagClassName
{
border-color: #EDB014;
}
</style>