Shades of Carrot Orange #EC881B
Tints of Carrot Orange #EC881B
RGB
CMYK
RGB Variations
Color information
#EC881B (or 0xEC881B) is known color: Carrot Orange. HEX triplet: EC, 88 and 1B. RGB value is (236,136,27). Sum of RGB (Red+Green+Blue) = 236+136+27=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC881B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC881B is #1377E4. Grayscale: #9A9A9A. Windows color (decimal): -1275877 or 1804524. OLE color: 1804524.
HSL color Cylindrical-coordinate representation of color #EC881B: hue angle of 31.29º 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 #EC881B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 27 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 31.29º | 0.85% | 0.52% | - |
| HSV(B) | 31.29º | 0.89% | 0.93% | - |
| XYZ | 43.59 | 35.52 | 5.6 | - |
| YUV | 153.47 | 56.63 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 27 | 0 | 0.42 | 0.89 | 0.07 | 31.29 | 0.85 | 0.52 |
| Hex | EC | 88 | 1B | 0 | 2A | 59 | 7 | 1F | 55 | 34 |
| Octal | 354 | 210 | 33 | 0 | 52 | 131 | 7 | 37 | 125 | 64 |
| Binary | 11101100 | 10001000 | 11011 | 0 | 101010 | 1011001 | 111 | 11111 | 1010101 | 110100 |
Color Harmonies of #EC881B
Complementary color
Monochromatic Colors of #EC881B
Black with #EC881B
Text Example
Text Example
White with #EC881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC881B; }
p { color: rgb(236,136,27); }
H1.HeaderClassName
{
color: #EC881B;
}
.AnyTagClassName
{
color: #EC881B;
}
</style>
background-color css
<style>
a { background-color: #EC881B; }
a { background-color: rgb(236,136,27); }
div.DivClassName
{
background-color: #EC881B;
}
.BgClassName
{
background-color: #EC881B;
}
</style>
border-color css
<style>
span { border-color: #EC881B; }
span { border-color: rgb(236,136,27); }
td.TdClassName
{
border-color: #EC881B;
}
.TagClassName
{
border-color: #EC881B;
}
</style>