Shades of Carrot Orange #ED9124
Tints of Carrot Orange #ED9124
RGB
CMYK
RGB Variations
Color information
#ED9124 (or 0xED9124) is known color: Carrot Orange. HEX triplet: ED, 91 and 24. RGB value is (237,145,36). Sum of RGB (Red+Green+Blue) = 237+145+36=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9124 is #126EDB. Grayscale: #A0A0A0. Windows color (decimal): -1208028 or 2396653. OLE color: 2396653.
HSL color Cylindrical-coordinate representation of color #ED9124: hue angle of 32.54º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED9124 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 36 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.07 |
| HSL | 32.54º | 0.85% | 0.54% | - |
| HSV(B) | 32.54º | 0.85% | 0.93% | - |
| XYZ | 45.37 | 38.38 | 6.69 | - |
| YUV | 160.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 36 | 0 | 0.39 | 0.85 | 0.07 | 32.54 | 0.85 | 0.54 |
| Hex | ED | 91 | 24 | 0 | 27 | 55 | 7 | 21 | 55 | 36 |
| Octal | 355 | 221 | 44 | 0 | 47 | 125 | 7 | 41 | 125 | 66 |
| Binary | 11101101 | 10010001 | 100100 | 0 | 100111 | 1010101 | 111 | 100001 | 1010101 | 110110 |
Color Harmonies of #ED9124
Complementary color
Monochromatic Colors of #ED9124
Black with #ED9124
Text Example
Text Example
White with #ED9124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9124; }
p { color: rgb(237,145,36); }
H1.HeaderClassName
{
color: #ED9124;
}
.AnyTagClassName
{
color: #ED9124;
}
</style>
background-color css
<style>
a { background-color: #ED9124; }
a { background-color: rgb(237,145,36); }
div.DivClassName
{
background-color: #ED9124;
}
.BgClassName
{
background-color: #ED9124;
}
</style>
border-color css
<style>
span { border-color: #ED9124; }
span { border-color: rgb(237,145,36); }
td.TdClassName
{
border-color: #ED9124;
}
.TagClassName
{
border-color: #ED9124;
}
</style>