Shades of Carrot Orange #ED9018
Tints of Carrot Orange #ED9018
RGB
CMYK
RGB Variations
Color information
#ED9018 (or 0xED9018) is known color: Carrot Orange. HEX triplet: ED, 90 and 18. RGB value is (237,144,24). Sum of RGB (Red+Green+Blue) = 237+144+24=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9018 is #126FE7. Grayscale: #9E9E9E. Windows color (decimal): -1208296 or 1609965. OLE color: 1609965.
HSL color Cylindrical-coordinate representation of color #ED9018: hue angle of 33.8º 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 #ED9018 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 24 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.07 |
| HSL | 33.8º | 0.86% | 0.51% | - |
| HSV(B) | 33.8º | 0.9% | 0.93% | - |
| XYZ | 45.06 | 38.02 | 5.83 | - |
| YUV | 158.13 | 52.31 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 24 | 0 | 0.39 | 0.90 | 0.07 | 33.8 | 0.86 | 0.51 |
| Hex | ED | 90 | 18 | 0 | 27 | 5A | 7 | 22 | 56 | 33 |
| Octal | 355 | 220 | 30 | 0 | 47 | 132 | 7 | 42 | 126 | 63 |
| Binary | 11101101 | 10010000 | 11000 | 0 | 100111 | 1011010 | 111 | 100010 | 1010110 | 110011 |
Color Harmonies of #ED9018
Complementary color
Monochromatic Colors of #ED9018
Black with #ED9018
Text Example
Text Example
White with #ED9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9018; }
p { color: rgb(237,144,24); }
H1.HeaderClassName
{
color: #ED9018;
}
.AnyTagClassName
{
color: #ED9018;
}
</style>
background-color css
<style>
a { background-color: #ED9018; }
a { background-color: rgb(237,144,24); }
div.DivClassName
{
background-color: #ED9018;
}
.BgClassName
{
background-color: #ED9018;
}
</style>
border-color css
<style>
span { border-color: #ED9018; }
span { border-color: rgb(237,144,24); }
td.TdClassName
{
border-color: #ED9018;
}
.TagClassName
{
border-color: #ED9018;
}
</style>