Shades of Carrot Orange #EC921C
Tints of Carrot Orange #EC921C
RGB
CMYK
RGB Variations
Color information
#EC921C (or 0xEC921C) is known color: Carrot Orange. HEX triplet: EC, 92 and 1C. RGB value is (236,146,28). Sum of RGB (Red+Green+Blue) = 236+146+28=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC921C is #136DE3. Grayscale: #A0A0A0. Windows color (decimal): -1273316 or 1872620. OLE color: 1872620.
HSL color Cylindrical-coordinate representation of color #EC921C: hue angle of 34.04º 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 #EC921C is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 28 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.07 |
| HSL | 34.04º | 0.85% | 0.52% | - |
| HSV(B) | 34.04º | 0.88% | 0.93% | - |
| XYZ | 45.08 | 38.47 | 6.15 | - |
| YUV | 159.46 | 53.82 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 28 | 0 | 0.38 | 0.88 | 0.07 | 34.04 | 0.85 | 0.52 |
| Hex | EC | 92 | 1C | 0 | 26 | 58 | 7 | 22 | 55 | 34 |
| Octal | 354 | 222 | 34 | 0 | 46 | 130 | 7 | 42 | 125 | 64 |
| Binary | 11101100 | 10010010 | 11100 | 0 | 100110 | 1011000 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #EC921C
Complementary color
Monochromatic Colors of #EC921C
Black with #EC921C
Text Example
Text Example
White with #EC921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC921C; }
p { color: rgb(236,146,28); }
H1.HeaderClassName
{
color: #EC921C;
}
.AnyTagClassName
{
color: #EC921C;
}
</style>
background-color css
<style>
a { background-color: #EC921C; }
a { background-color: rgb(236,146,28); }
div.DivClassName
{
background-color: #EC921C;
}
.BgClassName
{
background-color: #EC921C;
}
</style>
border-color css
<style>
span { border-color: #EC921C; }
span { border-color: rgb(236,146,28); }
td.TdClassName
{
border-color: #EC921C;
}
.TagClassName
{
border-color: #EC921C;
}
</style>