Shades of Carrot Orange #EC941C
Tints of Carrot Orange #EC941C
RGB
CMYK
RGB Variations
Color information
#EC941C (or 0xEC941C) is known color: Carrot Orange. HEX triplet: EC, 94 and 1C. RGB value is (236,148,28). Sum of RGB (Red+Green+Blue) = 236+148+28=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC941C is #136BE3. Grayscale: #A1A1A1. Windows color (decimal): -1272804 or 1873132. OLE color: 1873132.
HSL color Cylindrical-coordinate representation of color #EC941C: hue angle of 34.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC941C is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 28 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.07 |
| HSL | 34.62º | 0.85% | 0.52% | - |
| HSV(B) | 34.62º | 0.88% | 0.93% | - |
| XYZ | 45.39 | 39.1 | 6.25 | - |
| YUV | 160.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 28 | 0 | 0.37 | 0.88 | 0.07 | 34.62 | 0.85 | 0.52 |
| Hex | EC | 94 | 1C | 0 | 25 | 58 | 7 | 23 | 55 | 34 |
| Octal | 354 | 224 | 34 | 0 | 45 | 130 | 7 | 43 | 125 | 64 |
| Binary | 11101100 | 10010100 | 11100 | 0 | 100101 | 1011000 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #EC941C
Complementary color
Monochromatic Colors of #EC941C
Black with #EC941C
Text Example
Text Example
White with #EC941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC941C; }
p { color: rgb(236,148,28); }
H1.HeaderClassName
{
color: #EC941C;
}
.AnyTagClassName
{
color: #EC941C;
}
</style>
background-color css
<style>
a { background-color: #EC941C; }
a { background-color: rgb(236,148,28); }
div.DivClassName
{
background-color: #EC941C;
}
.BgClassName
{
background-color: #EC941C;
}
</style>
border-color css
<style>
span { border-color: #EC941C; }
span { border-color: rgb(236,148,28); }
td.TdClassName
{
border-color: #EC941C;
}
.TagClassName
{
border-color: #EC941C;
}
</style>