Shades of Carrot Orange #EC8522
Tints of Carrot Orange #EC8522
RGB
CMYK
RGB Variations
Color information
#EC8522 (or 0xEC8522) is known color: Carrot Orange. HEX triplet: EC, 85 and 22. RGB value is (236,133,34). Sum of RGB (Red+Green+Blue) = 236+133+34=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8522 is #137ADD. Grayscale: #999999. Windows color (decimal): -1276638 or 2262508. OLE color: 2262508.
HSL color Cylindrical-coordinate representation of color #EC8522: hue angle of 29.41º 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 #EC8522 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 34 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.07 |
| HSL | 29.41º | 0.84% | 0.53% | - |
| HSV(B) | 29.41º | 0.86% | 0.93% | - |
| XYZ | 43.27 | 34.72 | 5.94 | - |
| YUV | 152.51 | 61.12 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 34 | 0 | 0.44 | 0.86 | 0.07 | 29.41 | 0.84 | 0.53 |
| Hex | EC | 85 | 22 | 0 | 2C | 56 | 7 | 1D | 54 | 35 |
| Octal | 354 | 205 | 42 | 0 | 54 | 126 | 7 | 35 | 124 | 65 |
| Binary | 11101100 | 10000101 | 100010 | 0 | 101100 | 1010110 | 111 | 11101 | 1010100 | 110101 |
Color Harmonies of #EC8522
Complementary color
Monochromatic Colors of #EC8522
Black with #EC8522
Text Example
Text Example
White with #EC8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8522; }
p { color: rgb(236,133,34); }
H1.HeaderClassName
{
color: #EC8522;
}
.AnyTagClassName
{
color: #EC8522;
}
</style>
background-color css
<style>
a { background-color: #EC8522; }
a { background-color: rgb(236,133,34); }
div.DivClassName
{
background-color: #EC8522;
}
.BgClassName
{
background-color: #EC8522;
}
</style>
border-color css
<style>
span { border-color: #EC8522; }
span { border-color: rgb(236,133,34); }
td.TdClassName
{
border-color: #EC8522;
}
.TagClassName
{
border-color: #EC8522;
}
</style>