Shades of Carrot Orange #E2801C
Tints of Carrot Orange #E2801C
RGB
CMYK
RGB Variations
Color information
#E2801C (or 0xE2801C) is known color: Carrot Orange. HEX triplet: E2, 80 and 1C. RGB value is (226,128,28). Sum of RGB (Red+Green+Blue) = 226+128+28=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2801C is #1D7FE3. Grayscale: #929292. Windows color (decimal): -1933284 or 1868002. OLE color: 1868002.
HSL color Cylindrical-coordinate representation of color #E2801C: hue angle of 30.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2801C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 28 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.11 |
| HSL | 30.3º | 0.78% | 0.5% | - |
| HSV(B) | 30.3º | 0.88% | 0.89% | - |
| XYZ | 39.29 | 31.69 | 5.14 | - |
| YUV | 145.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 28 | 0 | 0.43 | 0.88 | 0.11 | 30.3 | 0.78 | 0.5 |
| Hex | E2 | 80 | 1C | 0 | 2B | 58 | B | 1E | 4E | 32 |
| Octal | 342 | 200 | 34 | 0 | 53 | 130 | 13 | 36 | 116 | 62 |
| Binary | 11100010 | 10000000 | 11100 | 0 | 101011 | 1011000 | 1011 | 11110 | 1001110 | 110010 |
Color Harmonies of #E2801C
Complementary color
Monochromatic Colors of #E2801C
Black with #E2801C
Text Example
Text Example
White with #E2801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2801C; }
p { color: rgb(226,128,28); }
H1.HeaderClassName
{
color: #E2801C;
}
.AnyTagClassName
{
color: #E2801C;
}
</style>
background-color css
<style>
a { background-color: #E2801C; }
a { background-color: rgb(226,128,28); }
div.DivClassName
{
background-color: #E2801C;
}
.BgClassName
{
background-color: #E2801C;
}
</style>
border-color css
<style>
span { border-color: #E2801C; }
span { border-color: rgb(226,128,28); }
td.TdClassName
{
border-color: #E2801C;
}
.TagClassName
{
border-color: #E2801C;
}
</style>