Shades of Carrot Orange #ED9323
Tints of Carrot Orange #ED9323
RGB
CMYK
RGB Variations
Color information
#ED9323 (or 0xED9323) is known color: Carrot Orange. HEX triplet: ED, 93 and 23. RGB value is (237,147,35). Sum of RGB (Red+Green+Blue) = 237+147+35=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9323 is #126CDC. Grayscale: #A1A1A1. Windows color (decimal): -1207517 or 2331629. OLE color: 2331629.
HSL color Cylindrical-coordinate representation of color #ED9323: hue angle of 33.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED9323 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 35 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.07 |
| HSL | 33.27º | 0.85% | 0.53% | - |
| HSV(B) | 33.27º | 0.85% | 0.93% | - |
| XYZ | 45.66 | 38.99 | 6.71 | - |
| YUV | 161.14 | 56.82 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 35 | 0 | 0.38 | 0.85 | 0.07 | 33.27 | 0.85 | 0.53 |
| Hex | ED | 93 | 23 | 0 | 26 | 55 | 7 | 21 | 55 | 35 |
| Octal | 355 | 223 | 43 | 0 | 46 | 125 | 7 | 41 | 125 | 65 |
| Binary | 11101101 | 10010011 | 100011 | 0 | 100110 | 1010101 | 111 | 100001 | 1010101 | 110101 |
Color Harmonies of #ED9323
Complementary color
Monochromatic Colors of #ED9323
Black with #ED9323
Text Example
Text Example
White with #ED9323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9323; }
p { color: rgb(237,147,35); }
H1.HeaderClassName
{
color: #ED9323;
}
.AnyTagClassName
{
color: #ED9323;
}
</style>
background-color css
<style>
a { background-color: #ED9323; }
a { background-color: rgb(237,147,35); }
div.DivClassName
{
background-color: #ED9323;
}
.BgClassName
{
background-color: #ED9323;
}
</style>
border-color css
<style>
span { border-color: #ED9323; }
span { border-color: rgb(237,147,35); }
td.TdClassName
{
border-color: #ED9323;
}
.TagClassName
{
border-color: #ED9323;
}
</style>