Shades of Carrot Orange #ED8524
Tints of Carrot Orange #ED8524
RGB
CMYK
RGB Variations
Color information
#ED8524 (or 0xED8524) is known color: Carrot Orange. HEX triplet: ED, 85 and 24. RGB value is (237,133,36). Sum of RGB (Red+Green+Blue) = 237+133+36=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8524 is #127ADB. Grayscale: #999999. Windows color (decimal): -1211100 or 2393581. OLE color: 2393581.
HSL color Cylindrical-coordinate representation of color #ED8524: hue angle of 28.96º 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 #ED8524 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 36 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.07 |
| HSL | 28.96º | 0.85% | 0.54% | - |
| HSV(B) | 28.96º | 0.85% | 0.93% | - |
| XYZ | 43.63 | 34.91 | 6.11 | - |
| YUV | 153.04 | 61.96 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 36 | 0 | 0.44 | 0.85 | 0.07 | 28.96 | 0.85 | 0.54 |
| Hex | ED | 85 | 24 | 0 | 2C | 55 | 7 | 1D | 55 | 36 |
| Octal | 355 | 205 | 44 | 0 | 54 | 125 | 7 | 35 | 125 | 66 |
| Binary | 11101101 | 10000101 | 100100 | 0 | 101100 | 1010101 | 111 | 11101 | 1010101 | 110110 |
Color Harmonies of #ED8524
Complementary color
Monochromatic Colors of #ED8524
Black with #ED8524
Text Example
Text Example
White with #ED8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8524; }
p { color: rgb(237,133,36); }
H1.HeaderClassName
{
color: #ED8524;
}
.AnyTagClassName
{
color: #ED8524;
}
</style>
background-color css
<style>
a { background-color: #ED8524; }
a { background-color: rgb(237,133,36); }
div.DivClassName
{
background-color: #ED8524;
}
.BgClassName
{
background-color: #ED8524;
}
</style>
border-color css
<style>
span { border-color: #ED8524; }
span { border-color: rgb(237,133,36); }
td.TdClassName
{
border-color: #ED8524;
}
.TagClassName
{
border-color: #ED8524;
}
</style>