Shades of Carrot Orange #EC851F
Tints of Carrot Orange #EC851F
RGB
CMYK
RGB Variations
Color information
#EC851F (or 0xEC851F) is known color: Carrot Orange. HEX triplet: EC, 85 and 1F. RGB value is (236,133,31). Sum of RGB (Red+Green+Blue) = 236+133+31=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC851F is #137AE0. Grayscale: #989898. Windows color (decimal): -1276641 or 2065900. OLE color: 2065900.
HSL color Cylindrical-coordinate representation of color #EC851F: hue angle of 29.85º 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 #EC851F is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 31 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.07 |
| HSL | 29.85º | 0.84% | 0.52% | - |
| HSV(B) | 29.85º | 0.87% | 0.93% | - |
| XYZ | 43.23 | 34.71 | 5.72 | - |
| YUV | 152.17 | 59.62 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 31 | 0 | 0.44 | 0.87 | 0.07 | 29.85 | 0.84 | 0.52 |
| Hex | EC | 85 | 1F | 0 | 2C | 57 | 7 | 1E | 54 | 34 |
| Octal | 354 | 205 | 37 | 0 | 54 | 127 | 7 | 36 | 124 | 64 |
| Binary | 11101100 | 10000101 | 11111 | 0 | 101100 | 1010111 | 111 | 11110 | 1010100 | 110100 |
Color Harmonies of #EC851F
Complementary color
Monochromatic Colors of #EC851F
Black with #EC851F
Text Example
Text Example
White with #EC851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC851F; }
p { color: rgb(236,133,31); }
H1.HeaderClassName
{
color: #EC851F;
}
.AnyTagClassName
{
color: #EC851F;
}
</style>
background-color css
<style>
a { background-color: #EC851F; }
a { background-color: rgb(236,133,31); }
div.DivClassName
{
background-color: #EC851F;
}
.BgClassName
{
background-color: #EC851F;
}
</style>
border-color css
<style>
span { border-color: #EC851F; }
span { border-color: rgb(236,133,31); }
td.TdClassName
{
border-color: #EC851F;
}
.TagClassName
{
border-color: #EC851F;
}
</style>