Shades of Carrot Orange #ED9519
Tints of Carrot Orange #ED9519
RGB
CMYK
RGB Variations
Color information
#ED9519 (or 0xED9519) is known color: Carrot Orange. HEX triplet: ED, 95 and 19. RGB value is (237,149,25). Sum of RGB (Red+Green+Blue) = 237+149+25=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9519 is #126AE6. Grayscale: #A1A1A1. Windows color (decimal): -1207015 or 1676781. OLE color: 1676781.
HSL color Cylindrical-coordinate representation of color #ED9519: hue angle of 35.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED9519 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 25 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.07 |
| HSL | 35.09º | 0.85% | 0.51% | - |
| HSV(B) | 35.09º | 0.89% | 0.93% | - |
| XYZ | 45.85 | 39.57 | 6.14 | - |
| YUV | 161.18 | 51.15 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 25 | 0 | 0.37 | 0.89 | 0.07 | 35.09 | 0.85 | 0.51 |
| Hex | ED | 95 | 19 | 0 | 25 | 59 | 7 | 23 | 55 | 33 |
| Octal | 355 | 225 | 31 | 0 | 45 | 131 | 7 | 43 | 125 | 63 |
| Binary | 11101101 | 10010101 | 11001 | 0 | 100101 | 1011001 | 111 | 100011 | 1010101 | 110011 |
Color Harmonies of #ED9519
Complementary color
Monochromatic Colors of #ED9519
Black with #ED9519
Text Example
Text Example
White with #ED9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9519; }
p { color: rgb(237,149,25); }
H1.HeaderClassName
{
color: #ED9519;
}
.AnyTagClassName
{
color: #ED9519;
}
</style>
background-color css
<style>
a { background-color: #ED9519; }
a { background-color: rgb(237,149,25); }
div.DivClassName
{
background-color: #ED9519;
}
.BgClassName
{
background-color: #ED9519;
}
</style>
border-color css
<style>
span { border-color: #ED9519; }
span { border-color: rgb(237,149,25); }
td.TdClassName
{
border-color: #ED9519;
}
.TagClassName
{
border-color: #ED9519;
}
</style>