Shades of Carrot Orange #ED9321
Tints of Carrot Orange #ED9321
RGB
CMYK
RGB Variations
Color information
#ED9321 (or 0xED9321) is known color: Carrot Orange. HEX triplet: ED, 93 and 21. RGB value is (237,147,33). Sum of RGB (Red+Green+Blue) = 237+147+33=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9321 is #126CDE. Grayscale: #A1A1A1. Windows color (decimal): -1207519 or 2200557. OLE color: 2200557.
HSL color Cylindrical-coordinate representation of color #ED9321: hue angle of 33.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED9321 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 33 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.07 |
| HSL | 33.53º | 0.85% | 0.53% | - |
| HSV(B) | 33.53º | 0.86% | 0.93% | - |
| XYZ | 45.63 | 38.98 | 6.56 | - |
| YUV | 160.91 | 55.82 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 33 | 0 | 0.38 | 0.86 | 0.07 | 33.53 | 0.85 | 0.53 |
| Hex | ED | 93 | 21 | 0 | 26 | 56 | 7 | 22 | 55 | 35 |
| Octal | 355 | 223 | 41 | 0 | 46 | 126 | 7 | 42 | 125 | 65 |
| Binary | 11101101 | 10010011 | 100001 | 0 | 100110 | 1010110 | 111 | 100010 | 1010101 | 110101 |
Color Harmonies of #ED9321
Complementary color
Monochromatic Colors of #ED9321
Black with #ED9321
Text Example
Text Example
White with #ED9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9321; }
p { color: rgb(237,147,33); }
H1.HeaderClassName
{
color: #ED9321;
}
.AnyTagClassName
{
color: #ED9321;
}
</style>
background-color css
<style>
a { background-color: #ED9321; }
a { background-color: rgb(237,147,33); }
div.DivClassName
{
background-color: #ED9321;
}
.BgClassName
{
background-color: #ED9321;
}
</style>
border-color css
<style>
span { border-color: #ED9321; }
span { border-color: rgb(237,147,33); }
td.TdClassName
{
border-color: #ED9321;
}
.TagClassName
{
border-color: #ED9321;
}
</style>