Shades of Dark Tangerine #EDB20D
Tints of Dark Tangerine #EDB20D
RGB
CMYK
RGB Variations
Color information
#EDB20D (or 0xEDB20D) is known color: Dark Tangerine. HEX triplet: ED, B2 and 0D. RGB value is (237,178,13). Sum of RGB (Red+Green+Blue) = 237+178+13=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB20D is #124DF2. Grayscale: #B1B1B1. Windows color (decimal): -1199603 or 897773. OLE color: 897773.
HSL color Cylindrical-coordinate representation of color #EDB20D: hue angle of 44.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB20D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.07 |
| HSL | 44.2º | 0.9% | 0.49% | - |
| HSV(B) | 44.2º | 0.95% | 0.93% | - |
| XYZ | 50.92 | 49.87 | 7.32 | - |
| YUV | 176.83 | 35.55 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 13 | 0 | 0.25 | 0.95 | 0.07 | 44.2 | 0.9 | 0.49 |
| Hex | ED | B2 | D | 0 | 19 | 5F | 7 | 2C | 5A | 31 |
| Octal | 355 | 262 | 15 | 0 | 31 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101101 | 10110010 | 1101 | 0 | 11001 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #EDB20D
Complementary color
Monochromatic Colors of #EDB20D
Black with #EDB20D
Text Example
Text Example
White with #EDB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB20D; }
p { color: rgb(237,178,13); }
H1.HeaderClassName
{
color: #EDB20D;
}
.AnyTagClassName
{
color: #EDB20D;
}
</style>
background-color css
<style>
a { background-color: #EDB20D; }
a { background-color: rgb(237,178,13); }
div.DivClassName
{
background-color: #EDB20D;
}
.BgClassName
{
background-color: #EDB20D;
}
</style>
border-color css
<style>
span { border-color: #EDB20D; }
span { border-color: rgb(237,178,13); }
td.TdClassName
{
border-color: #EDB20D;
}
.TagClassName
{
border-color: #EDB20D;
}
</style>