Shades of Carrot Orange #EC8C29
Tints of Carrot Orange #EC8C29
RGB
CMYK
RGB Variations
Color information
#EC8C29 (or 0xEC8C29) is known color: Carrot Orange. HEX triplet: EC, 8C and 29. RGB value is (236,140,41). Sum of RGB (Red+Green+Blue) = 236+140+41=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C29 is #1373D6. Grayscale: #9D9D9D. Windows color (decimal): -1274839 or 2723052. OLE color: 2723052.
HSL color Cylindrical-coordinate representation of color #EC8C29: hue angle of 30.46º 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 #EC8C29 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 41 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.07 |
| HSL | 30.46º | 0.84% | 0.54% | - |
| HSV(B) | 30.46º | 0.83% | 0.93% | - |
| XYZ | 44.37 | 36.75 | 6.85 | - |
| YUV | 157.42 | 62.3 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 41 | 0 | 0.41 | 0.83 | 0.07 | 30.46 | 0.84 | 0.54 |
| Hex | EC | 8C | 29 | 0 | 29 | 53 | 7 | 1E | 54 | 36 |
| Octal | 354 | 214 | 51 | 0 | 51 | 123 | 7 | 36 | 124 | 66 |
| Binary | 11101100 | 10001100 | 101001 | 0 | 101001 | 1010011 | 111 | 11110 | 1010100 | 110110 |
Color Harmonies of #EC8C29
Complementary color
Monochromatic Colors of #EC8C29
Black with #EC8C29
Text Example
Text Example
White with #EC8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C29; }
p { color: rgb(236,140,41); }
H1.HeaderClassName
{
color: #EC8C29;
}
.AnyTagClassName
{
color: #EC8C29;
}
</style>
background-color css
<style>
a { background-color: #EC8C29; }
a { background-color: rgb(236,140,41); }
div.DivClassName
{
background-color: #EC8C29;
}
.BgClassName
{
background-color: #EC8C29;
}
</style>
border-color css
<style>
span { border-color: #EC8C29; }
span { border-color: rgb(236,140,41); }
td.TdClassName
{
border-color: #EC8C29;
}
.TagClassName
{
border-color: #EC8C29;
}
</style>