Shades of Carrot Orange #EC811E
Tints of Carrot Orange #EC811E
RGB
CMYK
RGB Variations
Color information
#EC811E (or 0xEC811E) is known color: Carrot Orange. HEX triplet: EC, 81 and 1E. RGB value is (236,129,30). Sum of RGB (Red+Green+Blue) = 236+129+30=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC811E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC811E is #137EE1. Grayscale: #969696. Windows color (decimal): -1277666 or 1999340. OLE color: 1999340.
HSL color Cylindrical-coordinate representation of color #EC811E: hue angle of 28.83º 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 #EC811E is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 30 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.07 |
| HSL | 28.83º | 0.84% | 0.52% | - |
| HSV(B) | 28.83º | 0.87% | 0.93% | - |
| XYZ | 42.68 | 33.63 | 5.47 | - |
| YUV | 149.71 | 60.45 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 30 | 0 | 0.45 | 0.87 | 0.07 | 28.83 | 0.84 | 0.52 |
| Hex | EC | 81 | 1E | 0 | 2D | 57 | 7 | 1D | 54 | 34 |
| Octal | 354 | 201 | 36 | 0 | 55 | 127 | 7 | 35 | 124 | 64 |
| Binary | 11101100 | 10000001 | 11110 | 0 | 101101 | 1010111 | 111 | 11101 | 1010100 | 110100 |
Color Harmonies of #EC811E
Complementary color
Monochromatic Colors of #EC811E
Black with #EC811E
Text Example
Text Example
White with #EC811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC811E; }
p { color: rgb(236,129,30); }
H1.HeaderClassName
{
color: #EC811E;
}
.AnyTagClassName
{
color: #EC811E;
}
</style>
background-color css
<style>
a { background-color: #EC811E; }
a { background-color: rgb(236,129,30); }
div.DivClassName
{
background-color: #EC811E;
}
.BgClassName
{
background-color: #EC811E;
}
</style>
border-color css
<style>
span { border-color: #EC811E; }
span { border-color: rgb(236,129,30); }
td.TdClassName
{
border-color: #EC811E;
}
.TagClassName
{
border-color: #EC811E;
}
</style>