Shades of Carrot Orange #EC8629
Tints of Carrot Orange #EC8629
RGB
CMYK
RGB Variations
Color information
#EC8629 (or 0xEC8629) is known color: Carrot Orange. HEX triplet: EC, 86 and 29. RGB value is (236,134,41). Sum of RGB (Red+Green+Blue) = 236+134+41=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8629 is #1379D6. Grayscale: #9A9A9A. Windows color (decimal): -1276375 or 2721516. OLE color: 2721516.
HSL color Cylindrical-coordinate representation of color #EC8629: hue angle of 28.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC8629 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 41 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.07 |
| HSL | 28.62º | 0.84% | 0.54% | - |
| HSV(B) | 28.62º | 0.83% | 0.93% | - |
| XYZ | 43.52 | 35.04 | 6.57 | - |
| YUV | 153.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 41 | 0 | 0.43 | 0.83 | 0.07 | 28.62 | 0.84 | 0.54 |
| Hex | EC | 86 | 29 | 0 | 2B | 53 | 7 | 1D | 54 | 36 |
| Octal | 354 | 206 | 51 | 0 | 53 | 123 | 7 | 35 | 124 | 66 |
| Binary | 11101100 | 10000110 | 101001 | 0 | 101011 | 1010011 | 111 | 11101 | 1010100 | 110110 |
Color Harmonies of #EC8629
Complementary color
Monochromatic Colors of #EC8629
Black with #EC8629
Text Example
Text Example
White with #EC8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8629; }
p { color: rgb(236,134,41); }
H1.HeaderClassName
{
color: #EC8629;
}
.AnyTagClassName
{
color: #EC8629;
}
</style>
background-color css
<style>
a { background-color: #EC8629; }
a { background-color: rgb(236,134,41); }
div.DivClassName
{
background-color: #EC8629;
}
.BgClassName
{
background-color: #EC8629;
}
</style>
border-color css
<style>
span { border-color: #EC8629; }
span { border-color: rgb(236,134,41); }
td.TdClassName
{
border-color: #EC8629;
}
.TagClassName
{
border-color: #EC8629;
}
</style>