Shades of Carrot Orange #ED8024
Tints of Carrot Orange #ED8024
RGB
CMYK
RGB Variations
Color information
#ED8024 (or 0xED8024) is known color: Carrot Orange. HEX triplet: ED, 80 and 24. RGB value is (237,128,36). Sum of RGB (Red+Green+Blue) = 237+128+36=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8024 is #127FDB. Grayscale: #969696. Windows color (decimal): -1212380 or 2392301. OLE color: 2392301.
HSL color Cylindrical-coordinate representation of color #ED8024: hue angle of 27.46º 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 #ED8024 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 36 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.07 |
| HSL | 27.46º | 0.85% | 0.54% | - |
| HSV(B) | 27.46º | 0.85% | 0.93% | - |
| XYZ | 42.96 | 33.57 | 5.88 | - |
| YUV | 150.1 | 63.61 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 36 | 0 | 0.46 | 0.85 | 0.07 | 27.46 | 0.85 | 0.54 |
| Hex | ED | 80 | 24 | 0 | 2E | 55 | 7 | 1B | 55 | 36 |
| Octal | 355 | 200 | 44 | 0 | 56 | 125 | 7 | 33 | 125 | 66 |
| Binary | 11101101 | 10000000 | 100100 | 0 | 101110 | 1010101 | 111 | 11011 | 1010101 | 110110 |
Color Harmonies of #ED8024
Complementary color
Monochromatic Colors of #ED8024
Black with #ED8024
Text Example
Text Example
White with #ED8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8024; }
p { color: rgb(237,128,36); }
H1.HeaderClassName
{
color: #ED8024;
}
.AnyTagClassName
{
color: #ED8024;
}
</style>
background-color css
<style>
a { background-color: #ED8024; }
a { background-color: rgb(237,128,36); }
div.DivClassName
{
background-color: #ED8024;
}
.BgClassName
{
background-color: #ED8024;
}
</style>
border-color css
<style>
span { border-color: #ED8024; }
span { border-color: rgb(237,128,36); }
td.TdClassName
{
border-color: #ED8024;
}
.TagClassName
{
border-color: #ED8024;
}
</style>