Shades of Carrot Orange #E2901E
Tints of Carrot Orange #E2901E
RGB
CMYK
RGB Variations
Color information
#E2901E (or 0xE2901E) is known color: Carrot Orange. HEX triplet: E2, 90 and 1E. RGB value is (226,144,30). Sum of RGB (Red+Green+Blue) = 226+144+30=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2901E is #1D6FE1. Grayscale: #9C9C9C. Windows color (decimal): -1929186 or 2003170. OLE color: 2003170.
HSL color Cylindrical-coordinate representation of color #E2901E: hue angle of 34.9º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2901E is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 30 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.11 |
| HSL | 34.9º | 0.77% | 0.5% | - |
| HSV(B) | 34.9º | 0.87% | 0.89% | - |
| XYZ | 41.57 | 36.21 | 6.03 | - |
| YUV | 155.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 30 | 0 | 0.36 | 0.87 | 0.11 | 34.9 | 0.77 | 0.5 |
| Hex | E2 | 90 | 1E | 0 | 24 | 57 | B | 23 | 4D | 32 |
| Octal | 342 | 220 | 36 | 0 | 44 | 127 | 13 | 43 | 115 | 62 |
| Binary | 11100010 | 10010000 | 11110 | 0 | 100100 | 1010111 | 1011 | 100011 | 1001101 | 110010 |
Color Harmonies of #E2901E
Complementary color
Monochromatic Colors of #E2901E
Black with #E2901E
Text Example
Text Example
White with #E2901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2901E; }
p { color: rgb(226,144,30); }
H1.HeaderClassName
{
color: #E2901E;
}
.AnyTagClassName
{
color: #E2901E;
}
</style>
background-color css
<style>
a { background-color: #E2901E; }
a { background-color: rgb(226,144,30); }
div.DivClassName
{
background-color: #E2901E;
}
.BgClassName
{
background-color: #E2901E;
}
</style>
border-color css
<style>
span { border-color: #E2901E; }
span { border-color: rgb(226,144,30); }
td.TdClassName
{
border-color: #E2901E;
}
.TagClassName
{
border-color: #E2901E;
}
</style>