Shades of Carrot Orange #E48322
Tints of Carrot Orange #E48322
RGB
CMYK
RGB Variations
Color information
#E48322 (or 0xE48322) is known color: Carrot Orange. HEX triplet: E4, 83 and 22. RGB value is (228,131,34). Sum of RGB (Red+Green+Blue) = 228+131+34=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E48322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48322 is #1B7CDD. Grayscale: #959595. Windows color (decimal): -1801438 or 2261988. OLE color: 2261988.
HSL color Cylindrical-coordinate representation of color #E48322: hue angle of 30º 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 #E48322 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 34 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.11 |
| HSL | 30º | 0.78% | 0.51% | - |
| HSV(B) | 30º | 0.85% | 0.89% | - |
| XYZ | 40.4 | 32.84 | 5.72 | - |
| YUV | 148.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 34 | 0 | 0.43 | 0.85 | 0.11 | 30 | 0.78 | 0.51 |
| Hex | E4 | 83 | 22 | 0 | 2B | 55 | B | 1E | 4E | 33 |
| Octal | 344 | 203 | 42 | 0 | 53 | 125 | 13 | 36 | 116 | 63 |
| Binary | 11100100 | 10000011 | 100010 | 0 | 101011 | 1010101 | 1011 | 11110 | 1001110 | 110011 |
Color Harmonies of #E48322
Complementary color
Monochromatic Colors of #E48322
Black with #E48322
Text Example
Text Example
White with #E48322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48322; }
p { color: rgb(228,131,34); }
H1.HeaderClassName
{
color: #E48322;
}
.AnyTagClassName
{
color: #E48322;
}
</style>
background-color css
<style>
a { background-color: #E48322; }
a { background-color: rgb(228,131,34); }
div.DivClassName
{
background-color: #E48322;
}
.BgClassName
{
background-color: #E48322;
}
</style>
border-color css
<style>
span { border-color: #E48322; }
span { border-color: rgb(228,131,34); }
td.TdClassName
{
border-color: #E48322;
}
.TagClassName
{
border-color: #E48322;
}
</style>