Shades of Carrot Orange #EC8222
Tints of Carrot Orange #EC8222
RGB
CMYK
RGB Variations
Color information
#EC8222 (or 0xEC8222) is known color: Carrot Orange. HEX triplet: EC, 82 and 22. RGB value is (236,130,34). Sum of RGB (Red+Green+Blue) = 236+130+34=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8222 is #137DDD. Grayscale: #979797. Windows color (decimal): -1277406 or 2261740. OLE color: 2261740.
HSL color Cylindrical-coordinate representation of color #EC8222: hue angle of 28.51º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC8222 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 34 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.07 |
| HSL | 28.51º | 0.84% | 0.53% | - |
| HSV(B) | 28.51º | 0.86% | 0.93% | - |
| XYZ | 42.86 | 33.91 | 5.8 | - |
| YUV | 150.75 | 62.12 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 34 | 0 | 0.45 | 0.86 | 0.07 | 28.51 | 0.84 | 0.53 |
| Hex | EC | 82 | 22 | 0 | 2D | 56 | 7 | 1D | 54 | 35 |
| Octal | 354 | 202 | 42 | 0 | 55 | 126 | 7 | 35 | 124 | 65 |
| Binary | 11101100 | 10000010 | 100010 | 0 | 101101 | 1010110 | 111 | 11101 | 1010100 | 110101 |
Color Harmonies of #EC8222
Complementary color
Monochromatic Colors of #EC8222
Black with #EC8222
Text Example
Text Example
White with #EC8222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8222; }
p { color: rgb(236,130,34); }
H1.HeaderClassName
{
color: #EC8222;
}
.AnyTagClassName
{
color: #EC8222;
}
</style>
background-color css
<style>
a { background-color: #EC8222; }
a { background-color: rgb(236,130,34); }
div.DivClassName
{
background-color: #EC8222;
}
.BgClassName
{
background-color: #EC8222;
}
</style>
border-color css
<style>
span { border-color: #EC8222; }
span { border-color: rgb(236,130,34); }
td.TdClassName
{
border-color: #EC8222;
}
.TagClassName
{
border-color: #EC8222;
}
</style>