Shades of Carrot Orange #EC982A
Tints of Carrot Orange #EC982A
RGB
CMYK
RGB Variations
Color information
#EC982A (or 0xEC982A) is known color: Carrot Orange. HEX triplet: EC, 98 and 2A. RGB value is (236,152,42). Sum of RGB (Red+Green+Blue) = 236+152+42=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC982A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC982A is #1367D5. Grayscale: #A5A5A5. Windows color (decimal): -1271766 or 2791660. OLE color: 2791660.
HSL color Cylindrical-coordinate representation of color #EC982A: hue angle of 34.02º 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 #EC982A is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 42 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.07 |
| HSL | 34.02º | 0.84% | 0.55% | - |
| HSV(B) | 34.02º | 0.82% | 0.93% | - |
| XYZ | 46.24 | 40.46 | 7.56 | - |
| YUV | 164.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 42 | 0 | 0.36 | 0.82 | 0.07 | 34.02 | 0.84 | 0.55 |
| Hex | EC | 98 | 2A | 0 | 24 | 52 | 7 | 22 | 54 | 37 |
| Octal | 354 | 230 | 52 | 0 | 44 | 122 | 7 | 42 | 124 | 67 |
| Binary | 11101100 | 10011000 | 101010 | 0 | 100100 | 1010010 | 111 | 100010 | 1010100 | 110111 |
Color Harmonies of #EC982A
Complementary color
Monochromatic Colors of #EC982A
Black with #EC982A
Text Example
Text Example
White with #EC982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC982A; }
p { color: rgb(236,152,42); }
H1.HeaderClassName
{
color: #EC982A;
}
.AnyTagClassName
{
color: #EC982A;
}
</style>
background-color css
<style>
a { background-color: #EC982A; }
a { background-color: rgb(236,152,42); }
div.DivClassName
{
background-color: #EC982A;
}
.BgClassName
{
background-color: #EC982A;
}
</style>
border-color css
<style>
span { border-color: #EC982A; }
span { border-color: rgb(236,152,42); }
td.TdClassName
{
border-color: #EC982A;
}
.TagClassName
{
border-color: #EC982A;
}
</style>