Shades of Carrot Orange #EC981A
Tints of Carrot Orange #EC981A
RGB
CMYK
RGB Variations
Color information
#EC981A (or 0xEC981A) is known color: Carrot Orange. HEX triplet: EC, 98 and 1A. RGB value is (236,152,26). Sum of RGB (Red+Green+Blue) = 236+152+26=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC981A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC981A is #1367E5. Grayscale: #A3A3A3. Windows color (decimal): -1271782 or 1743084. OLE color: 1743084.
HSL color Cylindrical-coordinate representation of color #EC981A: hue angle of 36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC981A is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 26 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.07 |
| HSL | 36º | 0.85% | 0.51% | - |
| HSV(B) | 36º | 0.89% | 0.93% | - |
| XYZ | 46.01 | 40.36 | 6.34 | - |
| YUV | 162.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 26 | 0 | 0.36 | 0.89 | 0.07 | 36 | 0.85 | 0.51 |
| Hex | EC | 98 | 1A | 0 | 24 | 59 | 7 | 24 | 55 | 33 |
| Octal | 354 | 230 | 32 | 0 | 44 | 131 | 7 | 44 | 125 | 63 |
| Binary | 11101100 | 10011000 | 11010 | 0 | 100100 | 1011001 | 111 | 100100 | 1010101 | 110011 |
Color Harmonies of #EC981A
Complementary color
Monochromatic Colors of #EC981A
Black with #EC981A
Text Example
Text Example
White with #EC981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC981A; }
p { color: rgb(236,152,26); }
H1.HeaderClassName
{
color: #EC981A;
}
.AnyTagClassName
{
color: #EC981A;
}
</style>
background-color css
<style>
a { background-color: #EC981A; }
a { background-color: rgb(236,152,26); }
div.DivClassName
{
background-color: #EC981A;
}
.BgClassName
{
background-color: #EC981A;
}
</style>
border-color css
<style>
span { border-color: #EC981A; }
span { border-color: rgb(236,152,26); }
td.TdClassName
{
border-color: #EC981A;
}
.TagClassName
{
border-color: #EC981A;
}
</style>