Shades of Carrot Orange #EC942A
Tints of Carrot Orange #EC942A
RGB
CMYK
RGB Variations
Color information
#EC942A (or 0xEC942A) is known color: Carrot Orange. HEX triplet: EC, 94 and 2A. RGB value is (236,148,42). Sum of RGB (Red+Green+Blue) = 236+148+42=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC942A is #136BD5. Grayscale: #A2A2A2. Windows color (decimal): -1272790 or 2790636. OLE color: 2790636.
HSL color Cylindrical-coordinate representation of color #EC942A: hue angle of 32.78º 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 #EC942A is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 42 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.07 |
| HSL | 32.78º | 0.84% | 0.55% | - |
| HSV(B) | 32.78º | 0.82% | 0.93% | - |
| XYZ | 45.6 | 39.18 | 7.35 | - |
| YUV | 162.23 | 60.15 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 42 | 0 | 0.37 | 0.82 | 0.07 | 32.78 | 0.84 | 0.55 |
| Hex | EC | 94 | 2A | 0 | 25 | 52 | 7 | 21 | 54 | 37 |
| Octal | 354 | 224 | 52 | 0 | 45 | 122 | 7 | 41 | 124 | 67 |
| Binary | 11101100 | 10010100 | 101010 | 0 | 100101 | 1010010 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #EC942A
Complementary color
Monochromatic Colors of #EC942A
Black with #EC942A
Text Example
Text Example
White with #EC942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC942A; }
p { color: rgb(236,148,42); }
H1.HeaderClassName
{
color: #EC942A;
}
.AnyTagClassName
{
color: #EC942A;
}
</style>
background-color css
<style>
a { background-color: #EC942A; }
a { background-color: rgb(236,148,42); }
div.DivClassName
{
background-color: #EC942A;
}
.BgClassName
{
background-color: #EC942A;
}
</style>
border-color css
<style>
span { border-color: #EC942A; }
span { border-color: rgb(236,148,42); }
td.TdClassName
{
border-color: #EC942A;
}
.TagClassName
{
border-color: #EC942A;
}
</style>