Shades of Carrot Orange #EC8524
Tints of Carrot Orange #EC8524
RGB
CMYK
RGB Variations
Color information
#EC8524 (or 0xEC8524) is known color: Carrot Orange. HEX triplet: EC, 85 and 24. RGB value is (236,133,36). Sum of RGB (Red+Green+Blue) = 236+133+36=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8524 is #137ADB. Grayscale: #999999. Windows color (decimal): -1276636 or 2393580. OLE color: 2393580.
HSL color Cylindrical-coordinate representation of color #EC8524: hue angle of 29.1º degrees, saturation: 0.84, 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 #EC8524 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 36 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.07 |
| HSL | 29.1º | 0.84% | 0.53% | - |
| HSV(B) | 29.1º | 0.85% | 0.93% | - |
| XYZ | 43.3 | 34.74 | 6.09 | - |
| YUV | 152.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 36 | 0 | 0.44 | 0.85 | 0.07 | 29.1 | 0.84 | 0.53 |
| Hex | EC | 85 | 24 | 0 | 2C | 55 | 7 | 1D | 54 | 35 |
| Octal | 354 | 205 | 44 | 0 | 54 | 125 | 7 | 35 | 124 | 65 |
| Binary | 11101100 | 10000101 | 100100 | 0 | 101100 | 1010101 | 111 | 11101 | 1010100 | 110101 |
Color Harmonies of #EC8524
Complementary color
Monochromatic Colors of #EC8524
Black with #EC8524
Text Example
Text Example
White with #EC8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8524; }
p { color: rgb(236,133,36); }
H1.HeaderClassName
{
color: #EC8524;
}
.AnyTagClassName
{
color: #EC8524;
}
</style>
background-color css
<style>
a { background-color: #EC8524; }
a { background-color: rgb(236,133,36); }
div.DivClassName
{
background-color: #EC8524;
}
.BgClassName
{
background-color: #EC8524;
}
</style>
border-color css
<style>
span { border-color: #EC8524; }
span { border-color: rgb(236,133,36); }
td.TdClassName
{
border-color: #EC8524;
}
.TagClassName
{
border-color: #EC8524;
}
</style>