Shades of Carrot Orange #EC962B
Tints of Carrot Orange #EC962B
RGB
CMYK
RGB Variations
Color information
#EC962B (or 0xEC962B) is known color: Carrot Orange. HEX triplet: EC, 96 and 2B. RGB value is (236,150,43). Sum of RGB (Red+Green+Blue) = 236+150+43=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC962B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC962B is #1369D4. Grayscale: #A4A4A4. Windows color (decimal): -1272277 or 2856684. OLE color: 2856684.
HSL color Cylindrical-coordinate representation of color #EC962B: hue angle of 33.26º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC962B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 43 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.07 |
| HSL | 33.26º | 0.84% | 0.55% | - |
| HSV(B) | 33.26º | 0.82% | 0.93% | - |
| XYZ | 45.93 | 39.82 | 7.55 | - |
| YUV | 163.52 | 59.99 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 43 | 0 | 0.36 | 0.82 | 0.07 | 33.26 | 0.84 | 0.55 |
| Hex | EC | 96 | 2B | 0 | 24 | 52 | 7 | 21 | 54 | 37 |
| Octal | 354 | 226 | 53 | 0 | 44 | 122 | 7 | 41 | 124 | 67 |
| Binary | 11101100 | 10010110 | 101011 | 0 | 100100 | 1010010 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #EC962B
Complementary color
Monochromatic Colors of #EC962B
Black with #EC962B
Text Example
Text Example
White with #EC962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC962B; }
p { color: rgb(236,150,43); }
H1.HeaderClassName
{
color: #EC962B;
}
.AnyTagClassName
{
color: #EC962B;
}
</style>
background-color css
<style>
a { background-color: #EC962B; }
a { background-color: rgb(236,150,43); }
div.DivClassName
{
background-color: #EC962B;
}
.BgClassName
{
background-color: #EC962B;
}
</style>
border-color css
<style>
span { border-color: #EC962B; }
span { border-color: rgb(236,150,43); }
td.TdClassName
{
border-color: #EC962B;
}
.TagClassName
{
border-color: #EC962B;
}
</style>