Shades of Carrot Orange #ED9118
Tints of Carrot Orange #ED9118
RGB
CMYK
RGB Variations
Color information
#ED9118 (or 0xED9118) is known color: Carrot Orange. HEX triplet: ED, 91 and 18. RGB value is (237,145,24). Sum of RGB (Red+Green+Blue) = 237+145+24=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9118 is #126EE7. Grayscale: #9F9F9F. Windows color (decimal): -1208040 or 1610221. OLE color: 1610221.
HSL color Cylindrical-coordinate representation of color #ED9118: hue angle of 34.08º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED9118 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 24 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.07 |
| HSL | 34.08º | 0.86% | 0.51% | - |
| HSV(B) | 34.08º | 0.9% | 0.93% | - |
| XYZ | 45.22 | 38.32 | 5.88 | - |
| YUV | 158.71 | 51.98 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 24 | 0 | 0.39 | 0.90 | 0.07 | 34.08 | 0.86 | 0.51 |
| Hex | ED | 91 | 18 | 0 | 27 | 5A | 7 | 22 | 56 | 33 |
| Octal | 355 | 221 | 30 | 0 | 47 | 132 | 7 | 42 | 126 | 63 |
| Binary | 11101101 | 10010001 | 11000 | 0 | 100111 | 1011010 | 111 | 100010 | 1010110 | 110011 |
Color Harmonies of #ED9118
Complementary color
Monochromatic Colors of #ED9118
Black with #ED9118
Text Example
Text Example
White with #ED9118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9118; }
p { color: rgb(237,145,24); }
H1.HeaderClassName
{
color: #ED9118;
}
.AnyTagClassName
{
color: #ED9118;
}
</style>
background-color css
<style>
a { background-color: #ED9118; }
a { background-color: rgb(237,145,24); }
div.DivClassName
{
background-color: #ED9118;
}
.BgClassName
{
background-color: #ED9118;
}
</style>
border-color css
<style>
span { border-color: #ED9118; }
span { border-color: rgb(237,145,24); }
td.TdClassName
{
border-color: #ED9118;
}
.TagClassName
{
border-color: #ED9118;
}
</style>