Shades of Carrot Orange #E1801C
Tints of Carrot Orange #E1801C
RGB
CMYK
RGB Variations
Color information
#E1801C (or 0xE1801C) is known color: Carrot Orange. HEX triplet: E1, 80 and 1C. RGB value is (225,128,28). Sum of RGB (Red+Green+Blue) = 225+128+28=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1801C is #1E7FE3. Grayscale: #929292. Windows color (decimal): -1998820 or 1868001. OLE color: 1868001.
HSL color Cylindrical-coordinate representation of color #E1801C: hue angle of 30.46º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1801C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 28 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.12 |
| HSL | 30.46º | 0.78% | 0.5% | - |
| HSV(B) | 30.46º | 0.88% | 0.88% | - |
| XYZ | 38.98 | 31.53 | 5.13 | - |
| YUV | 145.6 | 61.64 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 28 | 0 | 0.43 | 0.88 | 0.12 | 30.46 | 0.78 | 0.5 |
| Hex | E1 | 80 | 1C | 0 | 2B | 58 | C | 1E | 4E | 32 |
| Octal | 341 | 200 | 34 | 0 | 53 | 130 | 14 | 36 | 116 | 62 |
| Binary | 11100001 | 10000000 | 11100 | 0 | 101011 | 1011000 | 1100 | 11110 | 1001110 | 110010 |
Color Harmonies of #E1801C
Complementary color
Monochromatic Colors of #E1801C
Black with #E1801C
Text Example
Text Example
White with #E1801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1801C; }
p { color: rgb(225,128,28); }
H1.HeaderClassName
{
color: #E1801C;
}
.AnyTagClassName
{
color: #E1801C;
}
</style>
background-color css
<style>
a { background-color: #E1801C; }
a { background-color: rgb(225,128,28); }
div.DivClassName
{
background-color: #E1801C;
}
.BgClassName
{
background-color: #E1801C;
}
</style>
border-color css
<style>
span { border-color: #E1801C; }
span { border-color: rgb(225,128,28); }
td.TdClassName
{
border-color: #E1801C;
}
.TagClassName
{
border-color: #E1801C;
}
</style>