Shades of Dark Tangerine #EDB10C
Tints of Dark Tangerine #EDB10C
RGB
CMYK
RGB Variations
Color information
#EDB10C (or 0xEDB10C) is known color: Dark Tangerine. HEX triplet: ED, B1 and 0C. RGB value is (237,177,12). Sum of RGB (Red+Green+Blue) = 237+177+12=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB10C is #124EF3. Grayscale: #B0B0B0. Windows color (decimal): -1199860 or 831981. OLE color: 831981.
HSL color Cylindrical-coordinate representation of color #EDB10C: hue angle of 44º 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 #EDB10C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.07 |
| HSL | 44º | 0.9% | 0.49% | - |
| HSV(B) | 44º | 0.95% | 0.93% | - |
| XYZ | 50.71 | 49.48 | 7.22 | - |
| YUV | 176.13 | 35.38 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 12 | 0 | 0.25 | 0.95 | 0.07 | 44 | 0.9 | 0.49 |
| Hex | ED | B1 | C | 0 | 19 | 5F | 7 | 2C | 5A | 31 |
| Octal | 355 | 261 | 14 | 0 | 31 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101101 | 10110001 | 1100 | 0 | 11001 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #EDB10C
Complementary color
Monochromatic Colors of #EDB10C
Black with #EDB10C
Text Example
Text Example
White with #EDB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB10C; }
p { color: rgb(237,177,12); }
H1.HeaderClassName
{
color: #EDB10C;
}
.AnyTagClassName
{
color: #EDB10C;
}
</style>
background-color css
<style>
a { background-color: #EDB10C; }
a { background-color: rgb(237,177,12); }
div.DivClassName
{
background-color: #EDB10C;
}
.BgClassName
{
background-color: #EDB10C;
}
</style>
border-color css
<style>
span { border-color: #EDB10C; }
span { border-color: rgb(237,177,12); }
td.TdClassName
{
border-color: #EDB10C;
}
.TagClassName
{
border-color: #EDB10C;
}
</style>