Shades of Carrot Orange #EC801D
Tints of Carrot Orange #EC801D
RGB
CMYK
RGB Variations
Color information
#EC801D (or 0xEC801D) is known color: Carrot Orange. HEX triplet: EC, 80 and 1D. RGB value is (236,128,29). Sum of RGB (Red+Green+Blue) = 236+128+29=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC801D is #137FE2. Grayscale: #959595. Windows color (decimal): -1277923 or 1933548. OLE color: 1933548.
HSL color Cylindrical-coordinate representation of color #EC801D: hue angle of 28.7º degrees, saturation: 0.84, 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 #EC801D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 29 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.07 |
| HSL | 28.7º | 0.84% | 0.52% | - |
| HSV(B) | 28.7º | 0.88% | 0.93% | - |
| XYZ | 42.53 | 33.36 | 5.36 | - |
| YUV | 149.01 | 60.28 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 29 | 0 | 0.46 | 0.88 | 0.07 | 28.7 | 0.84 | 0.52 |
| Hex | EC | 80 | 1D | 0 | 2E | 58 | 7 | 1D | 54 | 34 |
| Octal | 354 | 200 | 35 | 0 | 56 | 130 | 7 | 35 | 124 | 64 |
| Binary | 11101100 | 10000000 | 11101 | 0 | 101110 | 1011000 | 111 | 11101 | 1010100 | 110100 |
Color Harmonies of #EC801D
Complementary color
Monochromatic Colors of #EC801D
Black with #EC801D
Text Example
Text Example
White with #EC801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC801D; }
p { color: rgb(236,128,29); }
H1.HeaderClassName
{
color: #EC801D;
}
.AnyTagClassName
{
color: #EC801D;
}
</style>
background-color css
<style>
a { background-color: #EC801D; }
a { background-color: rgb(236,128,29); }
div.DivClassName
{
background-color: #EC801D;
}
.BgClassName
{
background-color: #EC801D;
}
</style>
border-color css
<style>
span { border-color: #EC801D; }
span { border-color: rgb(236,128,29); }
td.TdClassName
{
border-color: #EC801D;
}
.TagClassName
{
border-color: #EC801D;
}
</style>