Shades of Carrot Orange #EC8622
Tints of Carrot Orange #EC8622
RGB
CMYK
RGB Variations
Color information
#EC8622 (or 0xEC8622) is known color: Carrot Orange. HEX triplet: EC, 86 and 22. RGB value is (236,134,34). Sum of RGB (Red+Green+Blue) = 236+134+34=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8622 is #1379DD. Grayscale: #999999. Windows color (decimal): -1276382 or 2262764. OLE color: 2262764.
HSL color Cylindrical-coordinate representation of color #EC8622: hue angle of 29.7º 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 #EC8622 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 34 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.07 |
| HSL | 29.7º | 0.84% | 0.53% | - |
| HSV(B) | 29.7º | 0.86% | 0.93% | - |
| XYZ | 43.41 | 35 | 5.98 | - |
| YUV | 153.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 34 | 0 | 0.43 | 0.86 | 0.07 | 29.7 | 0.84 | 0.53 |
| Hex | EC | 86 | 22 | 0 | 2B | 56 | 7 | 1E | 54 | 35 |
| Octal | 354 | 206 | 42 | 0 | 53 | 126 | 7 | 36 | 124 | 65 |
| Binary | 11101100 | 10000110 | 100010 | 0 | 101011 | 1010110 | 111 | 11110 | 1010100 | 110101 |
Color Harmonies of #EC8622
Complementary color
Monochromatic Colors of #EC8622
Black with #EC8622
Text Example
Text Example
White with #EC8622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8622; }
p { color: rgb(236,134,34); }
H1.HeaderClassName
{
color: #EC8622;
}
.AnyTagClassName
{
color: #EC8622;
}
</style>
background-color css
<style>
a { background-color: #EC8622; }
a { background-color: rgb(236,134,34); }
div.DivClassName
{
background-color: #EC8622;
}
.BgClassName
{
background-color: #EC8622;
}
</style>
border-color css
<style>
span { border-color: #EC8622; }
span { border-color: rgb(236,134,34); }
td.TdClassName
{
border-color: #EC8622;
}
.TagClassName
{
border-color: #EC8622;
}
</style>