Shades of Carrot Orange #E28612
Tints of Carrot Orange #E28612
RGB
CMYK
RGB Variations
Color information
#E28612 (or 0xE28612) is known color: Carrot Orange. HEX triplet: E2, 86 and 12. RGB value is (226,134,18). Sum of RGB (Red+Green+Blue) = 226+134+18=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E28612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28612 is #1D79ED. Grayscale: #949494. Windows color (decimal): -1931758 or 1214178. OLE color: 1214178.
HSL color Cylindrical-coordinate representation of color #E28612: hue angle of 33.46º 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 #E28612 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 18 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.11 |
| HSL | 33.46º | 0.85% | 0.48% | - |
| HSV(B) | 33.46º | 0.92% | 0.89% | - |
| XYZ | 40 | 33.26 | 4.88 | - |
| YUV | 148.28 | 54.48 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 18 | 0 | 0.41 | 0.92 | 0.11 | 33.46 | 0.85 | 0.48 |
| Hex | E2 | 86 | 12 | 0 | 29 | 5C | B | 21 | 55 | 30 |
| Octal | 342 | 206 | 22 | 0 | 51 | 134 | 13 | 41 | 125 | 60 |
| Binary | 11100010 | 10000110 | 10010 | 0 | 101001 | 1011100 | 1011 | 100001 | 1010101 | 110000 |
Color Harmonies of #E28612
Complementary color
Monochromatic Colors of #E28612
Black with #E28612
Text Example
Text Example
White with #E28612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28612; }
p { color: rgb(226,134,18); }
H1.HeaderClassName
{
color: #E28612;
}
.AnyTagClassName
{
color: #E28612;
}
</style>
background-color css
<style>
a { background-color: #E28612; }
a { background-color: rgb(226,134,18); }
div.DivClassName
{
background-color: #E28612;
}
.BgClassName
{
background-color: #E28612;
}
</style>
border-color css
<style>
span { border-color: #E28612; }
span { border-color: rgb(226,134,18); }
td.TdClassName
{
border-color: #E28612;
}
.TagClassName
{
border-color: #E28612;
}
</style>