Shades of Carrot Orange #ED9924
Tints of Carrot Orange #ED9924
RGB
CMYK
RGB Variations
Color information
#ED9924 (or 0xED9924) is known color: Carrot Orange. HEX triplet: ED, 99 and 24. RGB value is (237,153,36). Sum of RGB (Red+Green+Blue) = 237+153+36=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9924 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9924 is #1266DB. Grayscale: #A5A5A5. Windows color (decimal): -1205980 or 2398701. OLE color: 2398701.
HSL color Cylindrical-coordinate representation of color #ED9924: hue angle of 34.93º 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 #ED9924 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 36 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.07 |
| HSL | 34.93º | 0.85% | 0.54% | - |
| HSV(B) | 34.93º | 0.85% | 0.93% | - |
| XYZ | 46.63 | 40.91 | 7.11 | - |
| YUV | 164.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 36 | 0 | 0.35 | 0.85 | 0.07 | 34.93 | 0.85 | 0.54 |
| Hex | ED | 99 | 24 | 0 | 23 | 55 | 7 | 23 | 55 | 36 |
| Octal | 355 | 231 | 44 | 0 | 43 | 125 | 7 | 43 | 125 | 66 |
| Binary | 11101101 | 10011001 | 100100 | 0 | 100011 | 1010101 | 111 | 100011 | 1010101 | 110110 |
Color Harmonies of #ED9924
Complementary color
Monochromatic Colors of #ED9924
Black with #ED9924
Text Example
Text Example
White with #ED9924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9924; }
p { color: rgb(237,153,36); }
H1.HeaderClassName
{
color: #ED9924;
}
.AnyTagClassName
{
color: #ED9924;
}
</style>
background-color css
<style>
a { background-color: #ED9924; }
a { background-color: rgb(237,153,36); }
div.DivClassName
{
background-color: #ED9924;
}
.BgClassName
{
background-color: #ED9924;
}
</style>
border-color css
<style>
span { border-color: #ED9924; }
span { border-color: rgb(237,153,36); }
td.TdClassName
{
border-color: #ED9924;
}
.TagClassName
{
border-color: #ED9924;
}
</style>