Shades of Carrot Orange #EC8426
Tints of Carrot Orange #EC8426
RGB
CMYK
RGB Variations
Color information
#EC8426 (or 0xEC8426) is known color: Carrot Orange. HEX triplet: EC, 84 and 26. RGB value is (236,132,38). Sum of RGB (Red+Green+Blue) = 236+132+38=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8426 is #137BD9. Grayscale: #989898. Windows color (decimal): -1276890 or 2524396. OLE color: 2524396.
HSL color Cylindrical-coordinate representation of color #EC8426: hue angle of 28.48º 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 #EC8426 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 38 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.07 |
| HSL | 28.48º | 0.84% | 0.54% | - |
| HSV(B) | 28.48º | 0.84% | 0.93% | - |
| XYZ | 43.19 | 34.48 | 6.21 | - |
| YUV | 152.38 | 63.46 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 38 | 0 | 0.44 | 0.84 | 0.07 | 28.48 | 0.84 | 0.54 |
| Hex | EC | 84 | 26 | 0 | 2C | 54 | 7 | 1C | 54 | 36 |
| Octal | 354 | 204 | 46 | 0 | 54 | 124 | 7 | 34 | 124 | 66 |
| Binary | 11101100 | 10000100 | 100110 | 0 | 101100 | 1010100 | 111 | 11100 | 1010100 | 110110 |
Color Harmonies of #EC8426
Complementary color
Monochromatic Colors of #EC8426
Black with #EC8426
Text Example
Text Example
White with #EC8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8426; }
p { color: rgb(236,132,38); }
H1.HeaderClassName
{
color: #EC8426;
}
.AnyTagClassName
{
color: #EC8426;
}
</style>
background-color css
<style>
a { background-color: #EC8426; }
a { background-color: rgb(236,132,38); }
div.DivClassName
{
background-color: #EC8426;
}
.BgClassName
{
background-color: #EC8426;
}
</style>
border-color css
<style>
span { border-color: #EC8426; }
span { border-color: rgb(236,132,38); }
td.TdClassName
{
border-color: #EC8426;
}
.TagClassName
{
border-color: #EC8426;
}
</style>