Shades of Carrot Orange #E28512
Tints of Carrot Orange #E28512
RGB
CMYK
RGB Variations
Color information
#E28512 (or 0xE28512) is known color: Carrot Orange. HEX triplet: E2, 85 and 12. RGB value is (226,133,18). Sum of RGB (Red+Green+Blue) = 226+133+18=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E28512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28512 is #1D7AED. Grayscale: #949494. Windows color (decimal): -1932014 or 1213922. OLE color: 1213922.
HSL color Cylindrical-coordinate representation of color #E28512: hue angle of 33.17º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E28512 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.11 |
| HSL | 33.17º | 0.85% | 0.48% | - |
| HSV(B) | 33.17º | 0.92% | 0.89% | - |
| XYZ | 39.86 | 32.99 | 4.84 | - |
| YUV | 147.7 | 54.81 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 18 | 0 | 0.41 | 0.92 | 0.11 | 33.17 | 0.85 | 0.48 |
| Hex | E2 | 85 | 12 | 0 | 29 | 5C | B | 21 | 55 | 30 |
| Octal | 342 | 205 | 22 | 0 | 51 | 134 | 13 | 41 | 125 | 60 |
| Binary | 11100010 | 10000101 | 10010 | 0 | 101001 | 1011100 | 1011 | 100001 | 1010101 | 110000 |
Color Harmonies of #E28512
Complementary color
Monochromatic Colors of #E28512
Black with #E28512
Text Example
Text Example
White with #E28512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28512; }
p { color: rgb(226,133,18); }
H1.HeaderClassName
{
color: #E28512;
}
.AnyTagClassName
{
color: #E28512;
}
</style>
background-color css
<style>
a { background-color: #E28512; }
a { background-color: rgb(226,133,18); }
div.DivClassName
{
background-color: #E28512;
}
.BgClassName
{
background-color: #E28512;
}
</style>
border-color css
<style>
span { border-color: #E28512; }
span { border-color: rgb(226,133,18); }
td.TdClassName
{
border-color: #E28512;
}
.TagClassName
{
border-color: #E28512;
}
</style>