Shades of Tangerine #ED9003
Tints of Tangerine #ED9003
RGB
CMYK
RGB Variations
Color information
#ED9003 (or 0xED9003) is known color: Tangerine. HEX triplet: ED, 90 and 03. RGB value is (237,144,3). Sum of RGB (Red+Green+Blue) = 237+144+3=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9003 is #126FFC. Grayscale: #9C9C9C. Windows color (decimal): -1208317 or 233709. OLE color: 233709.
HSL color Cylindrical-coordinate representation of color #ED9003: hue angle of 36.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED9003 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.07 |
| HSL | 36.15º | 0.98% | 0.47% | - |
| HSV(B) | 36.15º | 0.99% | 0.93% | - |
| XYZ | 44.91 | 37.96 | 5.05 | - |
| YUV | 155.73 | 41.81 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 3 | 0 | 0.39 | 0.99 | 0.07 | 36.15 | 0.98 | 0.47 |
| Hex | ED | 90 | 3 | 0 | 27 | 63 | 7 | 24 | 62 | 2F |
| Octal | 355 | 220 | 3 | 0 | 47 | 143 | 7 | 44 | 142 | 57 |
| Binary | 11101101 | 10010000 | 11 | 0 | 100111 | 1100011 | 111 | 100100 | 1100010 | 101111 |
Color Harmonies of #ED9003
Complementary color
Monochromatic Colors of #ED9003
Black with #ED9003
Text Example
Text Example
White with #ED9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9003; }
p { color: rgb(237,144,3); }
H1.HeaderClassName
{
color: #ED9003;
}
.AnyTagClassName
{
color: #ED9003;
}
</style>
background-color css
<style>
a { background-color: #ED9003; }
a { background-color: rgb(237,144,3); }
div.DivClassName
{
background-color: #ED9003;
}
.BgClassName
{
background-color: #ED9003;
}
</style>
border-color css
<style>
span { border-color: #ED9003; }
span { border-color: rgb(237,144,3); }
td.TdClassName
{
border-color: #ED9003;
}
.TagClassName
{
border-color: #ED9003;
}
</style>