Shades of Carrot Orange #EC851C
Tints of Carrot Orange #EC851C
RGB
CMYK
RGB Variations
Color information
#EC851C (or 0xEC851C) is known color: Carrot Orange. HEX triplet: EC, 85 and 1C. RGB value is (236,133,28). Sum of RGB (Red+Green+Blue) = 236+133+28=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC851C is #137AE3. Grayscale: #989898. Windows color (decimal): -1276644 or 1869292. OLE color: 1869292.
HSL color Cylindrical-coordinate representation of color #EC851C: hue angle of 30.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC851C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.07 |
| HSL | 30.29º | 0.85% | 0.52% | - |
| HSV(B) | 30.29º | 0.88% | 0.93% | - |
| XYZ | 43.19 | 34.69 | 5.52 | - |
| YUV | 151.83 | 58.12 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 28 | 0 | 0.44 | 0.88 | 0.07 | 30.29 | 0.85 | 0.52 |
| Hex | EC | 85 | 1C | 0 | 2C | 58 | 7 | 1E | 55 | 34 |
| Octal | 354 | 205 | 34 | 0 | 54 | 130 | 7 | 36 | 125 | 64 |
| Binary | 11101100 | 10000101 | 11100 | 0 | 101100 | 1011000 | 111 | 11110 | 1010101 | 110100 |
Color Harmonies of #EC851C
Complementary color
Monochromatic Colors of #EC851C
Black with #EC851C
Text Example
Text Example
White with #EC851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC851C; }
p { color: rgb(236,133,28); }
H1.HeaderClassName
{
color: #EC851C;
}
.AnyTagClassName
{
color: #EC851C;
}
</style>
background-color css
<style>
a { background-color: #EC851C; }
a { background-color: rgb(236,133,28); }
div.DivClassName
{
background-color: #EC851C;
}
.BgClassName
{
background-color: #EC851C;
}
</style>
border-color css
<style>
span { border-color: #EC851C; }
span { border-color: rgb(236,133,28); }
td.TdClassName
{
border-color: #EC851C;
}
.TagClassName
{
border-color: #EC851C;
}
</style>