Shades of Carrot Orange #EC941B
Tints of Carrot Orange #EC941B
RGB
CMYK
RGB Variations
Color information
#EC941B (or 0xEC941B) is known color: Carrot Orange. HEX triplet: EC, 94 and 1B. RGB value is (236,148,27). Sum of RGB (Red+Green+Blue) = 236+148+27=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC941B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC941B is #136BE4. Grayscale: #A1A1A1. Windows color (decimal): -1272805 or 1807596. OLE color: 1807596.
HSL color Cylindrical-coordinate representation of color #EC941B: hue angle of 34.74º 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 #EC941B is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 27 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.07 |
| HSL | 34.74º | 0.85% | 0.52% | - |
| HSV(B) | 34.74º | 0.89% | 0.93% | - |
| XYZ | 45.38 | 39.09 | 6.19 | - |
| YUV | 160.52 | 52.65 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 27 | 0 | 0.37 | 0.89 | 0.07 | 34.74 | 0.85 | 0.52 |
| Hex | EC | 94 | 1B | 0 | 25 | 59 | 7 | 23 | 55 | 34 |
| Octal | 354 | 224 | 33 | 0 | 45 | 131 | 7 | 43 | 125 | 64 |
| Binary | 11101100 | 10010100 | 11011 | 0 | 100101 | 1011001 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #EC941B
Complementary color
Monochromatic Colors of #EC941B
Black with #EC941B
Text Example
Text Example
White with #EC941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC941B; }
p { color: rgb(236,148,27); }
H1.HeaderClassName
{
color: #EC941B;
}
.AnyTagClassName
{
color: #EC941B;
}
</style>
background-color css
<style>
a { background-color: #EC941B; }
a { background-color: rgb(236,148,27); }
div.DivClassName
{
background-color: #EC941B;
}
.BgClassName
{
background-color: #EC941B;
}
</style>
border-color css
<style>
span { border-color: #EC941B; }
span { border-color: rgb(236,148,27); }
td.TdClassName
{
border-color: #EC941B;
}
.TagClassName
{
border-color: #EC941B;
}
</style>