Shades of Carrot Orange #EC921D
Tints of Carrot Orange #EC921D
RGB
CMYK
RGB Variations
Color information
#EC921D (or 0xEC921D) is known color: Carrot Orange. HEX triplet: EC, 92 and 1D. RGB value is (236,146,29). Sum of RGB (Red+Green+Blue) = 236+146+29=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC921D is #136DE2. Grayscale: #A0A0A0. Windows color (decimal): -1273315 or 1938156. OLE color: 1938156.
HSL color Cylindrical-coordinate representation of color #EC921D: hue angle of 33.91º degrees, saturation: 0.84, 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 #EC921D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.07 |
| HSL | 33.91º | 0.84% | 0.52% | - |
| HSV(B) | 33.91º | 0.88% | 0.93% | - |
| XYZ | 45.09 | 38.48 | 6.21 | - |
| YUV | 159.57 | 54.32 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 29 | 0 | 0.38 | 0.88 | 0.07 | 33.91 | 0.84 | 0.52 |
| Hex | EC | 92 | 1D | 0 | 26 | 58 | 7 | 22 | 54 | 34 |
| Octal | 354 | 222 | 35 | 0 | 46 | 130 | 7 | 42 | 124 | 64 |
| Binary | 11101100 | 10010010 | 11101 | 0 | 100110 | 1011000 | 111 | 100010 | 1010100 | 110100 |
Color Harmonies of #EC921D
Complementary color
Monochromatic Colors of #EC921D
Black with #EC921D
Text Example
Text Example
White with #EC921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC921D; }
p { color: rgb(236,146,29); }
H1.HeaderClassName
{
color: #EC921D;
}
.AnyTagClassName
{
color: #EC921D;
}
</style>
background-color css
<style>
a { background-color: #EC921D; }
a { background-color: rgb(236,146,29); }
div.DivClassName
{
background-color: #EC921D;
}
.BgClassName
{
background-color: #EC921D;
}
</style>
border-color css
<style>
span { border-color: #EC921D; }
span { border-color: rgb(236,146,29); }
td.TdClassName
{
border-color: #EC921D;
}
.TagClassName
{
border-color: #EC921D;
}
</style>