Shades of Carrot Orange #E48122
Tints of Carrot Orange #E48122
RGB
CMYK
RGB Variations
Color information
#E48122 (or 0xE48122) is known color: Carrot Orange. HEX triplet: E4, 81 and 22. RGB value is (228,129,34). Sum of RGB (Red+Green+Blue) = 228+129+34=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E48122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48122 is #1B7EDD. Grayscale: #949494. Windows color (decimal): -1801950 or 2261476. OLE color: 2261476.
HSL color Cylindrical-coordinate representation of color #E48122: hue angle of 29.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E48122 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 34 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.11 |
| HSL | 29.38º | 0.78% | 0.51% | - |
| HSV(B) | 29.38º | 0.85% | 0.89% | - |
| XYZ | 40.13 | 32.31 | 5.63 | - |
| YUV | 147.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 34 | 0 | 0.43 | 0.85 | 0.11 | 29.38 | 0.78 | 0.51 |
| Hex | E4 | 81 | 22 | 0 | 2B | 55 | B | 1D | 4E | 33 |
| Octal | 344 | 201 | 42 | 0 | 53 | 125 | 13 | 35 | 116 | 63 |
| Binary | 11100100 | 10000001 | 100010 | 0 | 101011 | 1010101 | 1011 | 11101 | 1001110 | 110011 |
Color Harmonies of #E48122
Complementary color
Monochromatic Colors of #E48122
Black with #E48122
Text Example
Text Example
White with #E48122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48122; }
p { color: rgb(228,129,34); }
H1.HeaderClassName
{
color: #E48122;
}
.AnyTagClassName
{
color: #E48122;
}
</style>
background-color css
<style>
a { background-color: #E48122; }
a { background-color: rgb(228,129,34); }
div.DivClassName
{
background-color: #E48122;
}
.BgClassName
{
background-color: #E48122;
}
</style>
border-color css
<style>
span { border-color: #E48122; }
span { border-color: rgb(228,129,34); }
td.TdClassName
{
border-color: #E48122;
}
.TagClassName
{
border-color: #E48122;
}
</style>