Shades of Carrot Orange #EC981E
Tints of Carrot Orange #EC981E
RGB
CMYK
RGB Variations
Color information
#EC981E (or 0xEC981E) is known color: Carrot Orange. HEX triplet: EC, 98 and 1E. RGB value is (236,152,30). Sum of RGB (Red+Green+Blue) = 236+152+30=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC981E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC981E is #1367E1. Grayscale: #A3A3A3. Windows color (decimal): -1271778 or 2005228. OLE color: 2005228.
HSL color Cylindrical-coordinate representation of color #EC981E: hue angle of 35.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC981E is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 30 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.07 |
| HSL | 35.53º | 0.84% | 0.52% | - |
| HSV(B) | 35.53º | 0.87% | 0.93% | - |
| XYZ | 46.05 | 40.38 | 6.6 | - |
| YUV | 163.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 30 | 0 | 0.36 | 0.87 | 0.07 | 35.53 | 0.84 | 0.52 |
| Hex | EC | 98 | 1E | 0 | 24 | 57 | 7 | 24 | 54 | 34 |
| Octal | 354 | 230 | 36 | 0 | 44 | 127 | 7 | 44 | 124 | 64 |
| Binary | 11101100 | 10011000 | 11110 | 0 | 100100 | 1010111 | 111 | 100100 | 1010100 | 110100 |
Color Harmonies of #EC981E
Complementary color
Monochromatic Colors of #EC981E
Black with #EC981E
Text Example
Text Example
White with #EC981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC981E; }
p { color: rgb(236,152,30); }
H1.HeaderClassName
{
color: #EC981E;
}
.AnyTagClassName
{
color: #EC981E;
}
</style>
background-color css
<style>
a { background-color: #EC981E; }
a { background-color: rgb(236,152,30); }
div.DivClassName
{
background-color: #EC981E;
}
.BgClassName
{
background-color: #EC981E;
}
</style>
border-color css
<style>
span { border-color: #EC981E; }
span { border-color: rgb(236,152,30); }
td.TdClassName
{
border-color: #EC981E;
}
.TagClassName
{
border-color: #EC981E;
}
</style>