Shades of Carrot Orange #EC921B
Tints of Carrot Orange #EC921B
RGB
CMYK
RGB Variations
Color information
#EC921B (or 0xEC921B) is known color: Carrot Orange. HEX triplet: EC, 92 and 1B. RGB value is (236,146,27). Sum of RGB (Red+Green+Blue) = 236+146+27=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC921B is #136DE4. Grayscale: #9F9F9F. Windows color (decimal): -1273317 or 1807084. OLE color: 1807084.
HSL color Cylindrical-coordinate representation of color #EC921B: hue angle of 34.16º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC921B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 27 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.07 |
| HSL | 34.16º | 0.85% | 0.52% | - |
| HSV(B) | 34.16º | 0.89% | 0.93% | - |
| XYZ | 45.07 | 38.47 | 6.09 | - |
| YUV | 159.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 27 | 0 | 0.38 | 0.89 | 0.07 | 34.16 | 0.85 | 0.52 |
| Hex | EC | 92 | 1B | 0 | 26 | 59 | 7 | 22 | 55 | 34 |
| Octal | 354 | 222 | 33 | 0 | 46 | 131 | 7 | 42 | 125 | 64 |
| Binary | 11101100 | 10010010 | 11011 | 0 | 100110 | 1011001 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #EC921B
Complementary color
Monochromatic Colors of #EC921B
Black with #EC921B
Text Example
Text Example
White with #EC921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC921B; }
p { color: rgb(236,146,27); }
H1.HeaderClassName
{
color: #EC921B;
}
.AnyTagClassName
{
color: #EC921B;
}
</style>
background-color css
<style>
a { background-color: #EC921B; }
a { background-color: rgb(236,146,27); }
div.DivClassName
{
background-color: #EC921B;
}
.BgClassName
{
background-color: #EC921B;
}
</style>
border-color css
<style>
span { border-color: #EC921B; }
span { border-color: rgb(236,146,27); }
td.TdClassName
{
border-color: #EC921B;
}
.TagClassName
{
border-color: #EC921B;
}
</style>