Shades of Carrot Orange #EC9419
Tints of Carrot Orange #EC9419
RGB
CMYK
RGB Variations
Color information
#EC9419 (or 0xEC9419) is known color: Carrot Orange. HEX triplet: EC, 94 and 19. RGB value is (236,148,25). Sum of RGB (Red+Green+Blue) = 236+148+25=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9419 is #136BE6. Grayscale: #A0A0A0. Windows color (decimal): -1272807 or 1676524. OLE color: 1676524.
HSL color Cylindrical-coordinate representation of color #EC9419: hue angle of 34.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC9419 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 25 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.07 |
| HSL | 34.98º | 0.85% | 0.51% | - |
| HSV(B) | 34.98º | 0.89% | 0.93% | - |
| XYZ | 45.36 | 39.08 | 6.07 | - |
| YUV | 160.29 | 51.65 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 25 | 0 | 0.37 | 0.89 | 0.07 | 34.98 | 0.85 | 0.51 |
| Hex | EC | 94 | 19 | 0 | 25 | 59 | 7 | 23 | 55 | 33 |
| Octal | 354 | 224 | 31 | 0 | 45 | 131 | 7 | 43 | 125 | 63 |
| Binary | 11101100 | 10010100 | 11001 | 0 | 100101 | 1011001 | 111 | 100011 | 1010101 | 110011 |
Color Harmonies of #EC9419
Complementary color
Monochromatic Colors of #EC9419
Black with #EC9419
Text Example
Text Example
White with #EC9419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9419; }
p { color: rgb(236,148,25); }
H1.HeaderClassName
{
color: #EC9419;
}
.AnyTagClassName
{
color: #EC9419;
}
</style>
background-color css
<style>
a { background-color: #EC9419; }
a { background-color: rgb(236,148,25); }
div.DivClassName
{
background-color: #EC9419;
}
.BgClassName
{
background-color: #EC9419;
}
</style>
border-color css
<style>
span { border-color: #EC9419; }
span { border-color: rgb(236,148,25); }
td.TdClassName
{
border-color: #EC9419;
}
.TagClassName
{
border-color: #EC9419;
}
</style>