Shades of Carrot Orange #EC931C
Tints of Carrot Orange #EC931C
RGB
CMYK
RGB Variations
Color information
#EC931C (or 0xEC931C) is known color: Carrot Orange. HEX triplet: EC, 93 and 1C. RGB value is (236,147,28). Sum of RGB (Red+Green+Blue) = 236+147+28=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC931C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC931C is #136CE3. Grayscale: #A0A0A0. Windows color (decimal): -1273060 or 1872876. OLE color: 1872876.
HSL color Cylindrical-coordinate representation of color #EC931C: hue angle of 34.33º 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 #EC931C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.07 |
| HSL | 34.33º | 0.85% | 0.52% | - |
| HSV(B) | 34.33º | 0.88% | 0.93% | - |
| XYZ | 45.24 | 38.78 | 6.2 | - |
| YUV | 160.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 28 | 0 | 0.38 | 0.88 | 0.07 | 34.33 | 0.85 | 0.52 |
| Hex | EC | 93 | 1C | 0 | 26 | 58 | 7 | 22 | 55 | 34 |
| Octal | 354 | 223 | 34 | 0 | 46 | 130 | 7 | 42 | 125 | 64 |
| Binary | 11101100 | 10010011 | 11100 | 0 | 100110 | 1011000 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #EC931C
Complementary color
Monochromatic Colors of #EC931C
Black with #EC931C
Text Example
Text Example
White with #EC931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC931C; }
p { color: rgb(236,147,28); }
H1.HeaderClassName
{
color: #EC931C;
}
.AnyTagClassName
{
color: #EC931C;
}
</style>
background-color css
<style>
a { background-color: #EC931C; }
a { background-color: rgb(236,147,28); }
div.DivClassName
{
background-color: #EC931C;
}
.BgClassName
{
background-color: #EC931C;
}
</style>
border-color css
<style>
span { border-color: #EC931C; }
span { border-color: rgb(236,147,28); }
td.TdClassName
{
border-color: #EC931C;
}
.TagClassName
{
border-color: #EC931C;
}
</style>