Shades of Dark Tangerine #EDB00A
Tints of Dark Tangerine #EDB00A
RGB
CMYK
RGB Variations
Color information
#EDB00A (or 0xEDB00A) is known color: Dark Tangerine. HEX triplet: ED, B0 and 0A. RGB value is (237,176,10). Sum of RGB (Red+Green+Blue) = 237+176+10=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB00A is #124FF5. Grayscale: #B0B0B0. Windows color (decimal): -1200118 or 700653. OLE color: 700653.
HSL color Cylindrical-coordinate representation of color #EDB00A: hue angle of 43.88º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDB00A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 10 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.07 |
| HSL | 43.88º | 0.92% | 0.48% | - |
| HSV(B) | 43.88º | 0.96% | 0.93% | - |
| XYZ | 50.51 | 49.08 | 7.1 | - |
| YUV | 175.32 | 34.71 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 10 | 0 | 0.26 | 0.96 | 0.07 | 43.88 | 0.92 | 0.48 |
| Hex | ED | B0 | A | 0 | 1A | 60 | 7 | 2C | 5C | 30 |
| Octal | 355 | 260 | 12 | 0 | 32 | 140 | 7 | 54 | 134 | 60 |
| Binary | 11101101 | 10110000 | 1010 | 0 | 11010 | 1100000 | 111 | 101100 | 1011100 | 110000 |
Color Harmonies of #EDB00A
Complementary color
Monochromatic Colors of #EDB00A
Black with #EDB00A
Text Example
Text Example
White with #EDB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB00A; }
p { color: rgb(237,176,10); }
H1.HeaderClassName
{
color: #EDB00A;
}
.AnyTagClassName
{
color: #EDB00A;
}
</style>
background-color css
<style>
a { background-color: #EDB00A; }
a { background-color: rgb(237,176,10); }
div.DivClassName
{
background-color: #EDB00A;
}
.BgClassName
{
background-color: #EDB00A;
}
</style>
border-color css
<style>
span { border-color: #EDB00A; }
span { border-color: rgb(237,176,10); }
td.TdClassName
{
border-color: #EDB00A;
}
.TagClassName
{
border-color: #EDB00A;
}
</style>