Shades of Carrot Orange #E28016
Tints of Carrot Orange #E28016
RGB
CMYK
RGB Variations
Color information
#E28016 (or 0xE28016) is known color: Carrot Orange. HEX triplet: E2, 80 and 16. RGB value is (226,128,22). Sum of RGB (Red+Green+Blue) = 226+128+22=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E28016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28016 is #1D7FE9. Grayscale: #919191. Windows color (decimal): -1933290 or 1474786. OLE color: 1474786.
HSL color Cylindrical-coordinate representation of color #E28016: hue angle of 31.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E28016 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 22 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.11 |
| HSL | 31.18º | 0.82% | 0.49% | - |
| HSV(B) | 31.18º | 0.9% | 0.89% | - |
| XYZ | 39.23 | 31.67 | 4.8 | - |
| YUV | 145.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 22 | 0 | 0.43 | 0.90 | 0.11 | 31.18 | 0.82 | 0.49 |
| Hex | E2 | 80 | 16 | 0 | 2B | 5A | B | 1F | 52 | 31 |
| Octal | 342 | 200 | 26 | 0 | 53 | 132 | 13 | 37 | 122 | 61 |
| Binary | 11100010 | 10000000 | 10110 | 0 | 101011 | 1011010 | 1011 | 11111 | 1010010 | 110001 |
Color Harmonies of #E28016
Complementary color
Monochromatic Colors of #E28016
Black with #E28016
Text Example
Text Example
White with #E28016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28016; }
p { color: rgb(226,128,22); }
H1.HeaderClassName
{
color: #E28016;
}
.AnyTagClassName
{
color: #E28016;
}
</style>
background-color css
<style>
a { background-color: #E28016; }
a { background-color: rgb(226,128,22); }
div.DivClassName
{
background-color: #E28016;
}
.BgClassName
{
background-color: #E28016;
}
</style>
border-color css
<style>
span { border-color: #E28016; }
span { border-color: rgb(226,128,22); }
td.TdClassName
{
border-color: #E28016;
}
.TagClassName
{
border-color: #E28016;
}
</style>