Shades of Carrot Orange #EC861F
Tints of Carrot Orange #EC861F
RGB
CMYK
RGB Variations
Color information
#EC861F (or 0xEC861F) is known color: Carrot Orange. HEX triplet: EC, 86 and 1F. RGB value is (236,134,31). Sum of RGB (Red+Green+Blue) = 236+134+31=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC861F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC861F is #1379E0. Grayscale: #999999. Windows color (decimal): -1276385 or 2066156. OLE color: 2066156.
HSL color Cylindrical-coordinate representation of color #EC861F: hue angle of 30.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC861F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 31 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.07 |
| HSL | 30.15º | 0.84% | 0.52% | - |
| HSV(B) | 30.15º | 0.87% | 0.93% | - |
| XYZ | 43.36 | 34.98 | 5.76 | - |
| YUV | 152.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 31 | 0 | 0.43 | 0.87 | 0.07 | 30.15 | 0.84 | 0.52 |
| Hex | EC | 86 | 1F | 0 | 2B | 57 | 7 | 1E | 54 | 34 |
| Octal | 354 | 206 | 37 | 0 | 53 | 127 | 7 | 36 | 124 | 64 |
| Binary | 11101100 | 10000110 | 11111 | 0 | 101011 | 1010111 | 111 | 11110 | 1010100 | 110100 |
Color Harmonies of #EC861F
Complementary color
Monochromatic Colors of #EC861F
Black with #EC861F
Text Example
Text Example
White with #EC861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC861F; }
p { color: rgb(236,134,31); }
H1.HeaderClassName
{
color: #EC861F;
}
.AnyTagClassName
{
color: #EC861F;
}
</style>
background-color css
<style>
a { background-color: #EC861F; }
a { background-color: rgb(236,134,31); }
div.DivClassName
{
background-color: #EC861F;
}
.BgClassName
{
background-color: #EC861F;
}
</style>
border-color css
<style>
span { border-color: #EC861F; }
span { border-color: rgb(236,134,31); }
td.TdClassName
{
border-color: #EC861F;
}
.TagClassName
{
border-color: #EC861F;
}
</style>