Shades of Dark Tangerine #EDB30E
Tints of Dark Tangerine #EDB30E
RGB
CMYK
RGB Variations
Color information
#EDB30E (or 0xEDB30E) is known color: Dark Tangerine. HEX triplet: ED, B3 and 0E. RGB value is (237,179,14). Sum of RGB (Red+Green+Blue) = 237+179+14=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB30E is #124CF1. Grayscale: #B2B2B2. Windows color (decimal): -1199346 or 963565. OLE color: 963565.
HSL color Cylindrical-coordinate representation of color #EDB30E: hue angle of 44.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDB30E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.07 |
| HSL | 44.39º | 0.89% | 0.49% | - |
| HSV(B) | 44.39º | 0.94% | 0.93% | - |
| XYZ | 51.12 | 50.28 | 7.43 | - |
| YUV | 177.53 | 35.72 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 14 | 0 | 0.24 | 0.94 | 0.07 | 44.39 | 0.89 | 0.49 |
| Hex | ED | B3 | E | 0 | 18 | 5E | 7 | 2C | 59 | 31 |
| Octal | 355 | 263 | 16 | 0 | 30 | 136 | 7 | 54 | 131 | 61 |
| Binary | 11101101 | 10110011 | 1110 | 0 | 11000 | 1011110 | 111 | 101100 | 1011001 | 110001 |
Color Harmonies of #EDB30E
Complementary color
Monochromatic Colors of #EDB30E
Black with #EDB30E
Text Example
Text Example
White with #EDB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB30E; }
p { color: rgb(237,179,14); }
H1.HeaderClassName
{
color: #EDB30E;
}
.AnyTagClassName
{
color: #EDB30E;
}
</style>
background-color css
<style>
a { background-color: #EDB30E; }
a { background-color: rgb(237,179,14); }
div.DivClassName
{
background-color: #EDB30E;
}
.BgClassName
{
background-color: #EDB30E;
}
</style>
border-color css
<style>
span { border-color: #EDB30E; }
span { border-color: rgb(237,179,14); }
td.TdClassName
{
border-color: #EDB30E;
}
.TagClassName
{
border-color: #EDB30E;
}
</style>