Shades of Carrot Orange #E28215
Tints of Carrot Orange #E28215
RGB
CMYK
RGB Variations
Color information
#E28215 (or 0xE28215) is known color: Carrot Orange. HEX triplet: E2, 82 and 15. RGB value is (226,130,21). Sum of RGB (Red+Green+Blue) = 226+130+21=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E28215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28215 is #1D7DEA. Grayscale: #929292. Windows color (decimal): -1932779 or 1409762. OLE color: 1409762.
HSL color Cylindrical-coordinate representation of color #E28215: hue angle of 31.9º 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 #E28215 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 21 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.11 |
| HSL | 31.9º | 0.83% | 0.48% | - |
| HSV(B) | 31.9º | 0.91% | 0.89% | - |
| XYZ | 39.48 | 32.19 | 4.84 | - |
| YUV | 146.28 | 57.3 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 21 | 0 | 0.42 | 0.91 | 0.11 | 31.9 | 0.83 | 0.48 |
| Hex | E2 | 82 | 15 | 0 | 2A | 5B | B | 20 | 53 | 30 |
| Octal | 342 | 202 | 25 | 0 | 52 | 133 | 13 | 40 | 123 | 60 |
| Binary | 11100010 | 10000010 | 10101 | 0 | 101010 | 1011011 | 1011 | 100000 | 1010011 | 110000 |
Color Harmonies of #E28215
Complementary color
Monochromatic Colors of #E28215
Black with #E28215
Text Example
Text Example
White with #E28215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28215; }
p { color: rgb(226,130,21); }
H1.HeaderClassName
{
color: #E28215;
}
.AnyTagClassName
{
color: #E28215;
}
</style>
background-color css
<style>
a { background-color: #E28215; }
a { background-color: rgb(226,130,21); }
div.DivClassName
{
background-color: #E28215;
}
.BgClassName
{
background-color: #E28215;
}
</style>
border-color css
<style>
span { border-color: #E28215; }
span { border-color: rgb(226,130,21); }
td.TdClassName
{
border-color: #E28215;
}
.TagClassName
{
border-color: #E28215;
}
</style>