Shades of Carrot Orange #EC861B
Tints of Carrot Orange #EC861B
RGB
CMYK
RGB Variations
Color information
#EC861B (or 0xEC861B) is known color: Carrot Orange. HEX triplet: EC, 86 and 1B. RGB value is (236,134,27). Sum of RGB (Red+Green+Blue) = 236+134+27=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC861B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC861B is #1379E4. Grayscale: #989898. Windows color (decimal): -1276389 or 1804012. OLE color: 1804012.
HSL color Cylindrical-coordinate representation of color #EC861B: hue angle of 30.72º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC861B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.07 |
| HSL | 30.72º | 0.85% | 0.52% | - |
| HSV(B) | 30.72º | 0.89% | 0.93% | - |
| XYZ | 43.32 | 34.96 | 5.5 | - |
| YUV | 152.3 | 57.29 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 27 | 0 | 0.43 | 0.89 | 0.07 | 30.72 | 0.85 | 0.52 |
| Hex | EC | 86 | 1B | 0 | 2B | 59 | 7 | 1F | 55 | 34 |
| Octal | 354 | 206 | 33 | 0 | 53 | 131 | 7 | 37 | 125 | 64 |
| Binary | 11101100 | 10000110 | 11011 | 0 | 101011 | 1011001 | 111 | 11111 | 1010101 | 110100 |
Color Harmonies of #EC861B
Complementary color
Monochromatic Colors of #EC861B
Black with #EC861B
Text Example
Text Example
White with #EC861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC861B; }
p { color: rgb(236,134,27); }
H1.HeaderClassName
{
color: #EC861B;
}
.AnyTagClassName
{
color: #EC861B;
}
</style>
background-color css
<style>
a { background-color: #EC861B; }
a { background-color: rgb(236,134,27); }
div.DivClassName
{
background-color: #EC861B;
}
.BgClassName
{
background-color: #EC861B;
}
</style>
border-color css
<style>
span { border-color: #EC861B; }
span { border-color: rgb(236,134,27); }
td.TdClassName
{
border-color: #EC861B;
}
.TagClassName
{
border-color: #EC861B;
}
</style>