Shades of Carrot Orange #E28115
Tints of Carrot Orange #E28115
RGB
CMYK
RGB Variations
Color information
#E28115 (or 0xE28115) is known color: Carrot Orange. HEX triplet: E2, 81 and 15. RGB value is (226,129,21). Sum of RGB (Red+Green+Blue) = 226+129+21=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E28115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28115 is #1D7EEA. Grayscale: #929292. Windows color (decimal): -1933035 or 1409506. OLE color: 1409506.
HSL color Cylindrical-coordinate representation of color #E28115: hue angle of 31.61º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E28115 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 21 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.11 |
| HSL | 31.61º | 0.83% | 0.48% | - |
| HSV(B) | 31.61º | 0.91% | 0.89% | - |
| XYZ | 39.35 | 31.92 | 4.8 | - |
| YUV | 145.69 | 57.64 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 21 | 0 | 0.43 | 0.91 | 0.11 | 31.61 | 0.83 | 0.48 |
| Hex | E2 | 81 | 15 | 0 | 2B | 5B | B | 20 | 53 | 30 |
| Octal | 342 | 201 | 25 | 0 | 53 | 133 | 13 | 40 | 123 | 60 |
| Binary | 11100010 | 10000001 | 10101 | 0 | 101011 | 1011011 | 1011 | 100000 | 1010011 | 110000 |
Color Harmonies of #E28115
Complementary color
Monochromatic Colors of #E28115
Black with #E28115
Text Example
Text Example
White with #E28115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28115; }
p { color: rgb(226,129,21); }
H1.HeaderClassName
{
color: #E28115;
}
.AnyTagClassName
{
color: #E28115;
}
</style>
background-color css
<style>
a { background-color: #E28115; }
a { background-color: rgb(226,129,21); }
div.DivClassName
{
background-color: #E28115;
}
.BgClassName
{
background-color: #E28115;
}
</style>
border-color css
<style>
span { border-color: #E28115; }
span { border-color: rgb(226,129,21); }
td.TdClassName
{
border-color: #E28115;
}
.TagClassName
{
border-color: #E28115;
}
</style>