Shades of Carrot Orange #EC821A
Tints of Carrot Orange #EC821A
RGB
CMYK
RGB Variations
Color information
#EC821A (or 0xEC821A) is known color: Carrot Orange. HEX triplet: EC, 82 and 1A. RGB value is (236,130,26). Sum of RGB (Red+Green+Blue) = 236+130+26=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC821A is #137DE5. Grayscale: #969696. Windows color (decimal): -1277414 or 1737452. OLE color: 1737452.
HSL color Cylindrical-coordinate representation of color #EC821A: hue angle of 29.71º 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 #EC821A is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 26 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.07 |
| HSL | 29.71º | 0.85% | 0.51% | - |
| HSV(B) | 29.71º | 0.89% | 0.93% | - |
| XYZ | 42.76 | 33.87 | 5.26 | - |
| YUV | 149.84 | 58.12 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 26 | 0 | 0.45 | 0.89 | 0.07 | 29.71 | 0.85 | 0.51 |
| Hex | EC | 82 | 1A | 0 | 2D | 59 | 7 | 1E | 55 | 33 |
| Octal | 354 | 202 | 32 | 0 | 55 | 131 | 7 | 36 | 125 | 63 |
| Binary | 11101100 | 10000010 | 11010 | 0 | 101101 | 1011001 | 111 | 11110 | 1010101 | 110011 |
Color Harmonies of #EC821A
Complementary color
Monochromatic Colors of #EC821A
Black with #EC821A
Text Example
Text Example
White with #EC821A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC821A; }
p { color: rgb(236,130,26); }
H1.HeaderClassName
{
color: #EC821A;
}
.AnyTagClassName
{
color: #EC821A;
}
</style>
background-color css
<style>
a { background-color: #EC821A; }
a { background-color: rgb(236,130,26); }
div.DivClassName
{
background-color: #EC821A;
}
.BgClassName
{
background-color: #EC821A;
}
</style>
border-color css
<style>
span { border-color: #EC821A; }
span { border-color: rgb(236,130,26); }
td.TdClassName
{
border-color: #EC821A;
}
.TagClassName
{
border-color: #EC821A;
}
</style>