Shades of Carrot Orange #EC9423
Tints of Carrot Orange #EC9423
RGB
CMYK
RGB Variations
Color information
#EC9423 (or 0xEC9423) is known color: Carrot Orange. HEX triplet: EC, 94 and 23. RGB value is (236,148,35). Sum of RGB (Red+Green+Blue) = 236+148+35=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9423 is #136BDC. Grayscale: #A1A1A1. Windows color (decimal): -1272797 or 2331884. OLE color: 2331884.
HSL color Cylindrical-coordinate representation of color #EC9423: hue angle of 33.73º 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 #EC9423 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 35 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.07 |
| HSL | 33.73º | 0.84% | 0.53% | - |
| HSV(B) | 33.73º | 0.85% | 0.93% | - |
| XYZ | 45.49 | 39.13 | 6.75 | - |
| YUV | 161.43 | 56.65 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 35 | 0 | 0.37 | 0.85 | 0.07 | 33.73 | 0.84 | 0.53 |
| Hex | EC | 94 | 23 | 0 | 25 | 55 | 7 | 22 | 54 | 35 |
| Octal | 354 | 224 | 43 | 0 | 45 | 125 | 7 | 42 | 124 | 65 |
| Binary | 11101100 | 10010100 | 100011 | 0 | 100101 | 1010101 | 111 | 100010 | 1010100 | 110101 |
Color Harmonies of #EC9423
Complementary color
Monochromatic Colors of #EC9423
Black with #EC9423
Text Example
Text Example
White with #EC9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9423; }
p { color: rgb(236,148,35); }
H1.HeaderClassName
{
color: #EC9423;
}
.AnyTagClassName
{
color: #EC9423;
}
</style>
background-color css
<style>
a { background-color: #EC9423; }
a { background-color: rgb(236,148,35); }
div.DivClassName
{
background-color: #EC9423;
}
.BgClassName
{
background-color: #EC9423;
}
</style>
border-color css
<style>
span { border-color: #EC9423; }
span { border-color: rgb(236,148,35); }
td.TdClassName
{
border-color: #EC9423;
}
.TagClassName
{
border-color: #EC9423;
}
</style>