Shades of Carrot Orange #EC8425
Tints of Carrot Orange #EC8425
RGB
CMYK
RGB Variations
Color information
#EC8425 (or 0xEC8425) is known color: Carrot Orange. HEX triplet: EC, 84 and 25. RGB value is (236,132,37). Sum of RGB (Red+Green+Blue) = 236+132+37=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8425 is #137BDA. Grayscale: #989898. Windows color (decimal): -1276891 or 2458860. OLE color: 2458860.
HSL color Cylindrical-coordinate representation of color #EC8425: hue angle of 28.64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC8425 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 37 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.07 |
| HSL | 28.64º | 0.84% | 0.54% | - |
| HSV(B) | 28.64º | 0.84% | 0.93% | - |
| XYZ | 43.18 | 34.47 | 6.13 | - |
| YUV | 152.27 | 62.96 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 37 | 0 | 0.44 | 0.84 | 0.07 | 28.64 | 0.84 | 0.54 |
| Hex | EC | 84 | 25 | 0 | 2C | 54 | 7 | 1D | 54 | 36 |
| Octal | 354 | 204 | 45 | 0 | 54 | 124 | 7 | 35 | 124 | 66 |
| Binary | 11101100 | 10000100 | 100101 | 0 | 101100 | 1010100 | 111 | 11101 | 1010100 | 110110 |
Color Harmonies of #EC8425
Complementary color
Monochromatic Colors of #EC8425
Black with #EC8425
Text Example
Text Example
White with #EC8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8425; }
p { color: rgb(236,132,37); }
H1.HeaderClassName
{
color: #EC8425;
}
.AnyTagClassName
{
color: #EC8425;
}
</style>
background-color css
<style>
a { background-color: #EC8425; }
a { background-color: rgb(236,132,37); }
div.DivClassName
{
background-color: #EC8425;
}
.BgClassName
{
background-color: #EC8425;
}
</style>
border-color css
<style>
span { border-color: #EC8425; }
span { border-color: rgb(236,132,37); }
td.TdClassName
{
border-color: #EC8425;
}
.TagClassName
{
border-color: #EC8425;
}
</style>