Shades of Carrot Orange #E48420
Tints of Carrot Orange #E48420
RGB
CMYK
RGB Variations
Color information
#E48420 (or 0xE48420) is known color: Carrot Orange. HEX triplet: E4, 84 and 20. RGB value is (228,132,32). Sum of RGB (Red+Green+Blue) = 228+132+32=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E48420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48420 is #1B7BDF. Grayscale: #959595. Windows color (decimal): -1801184 or 2131172. OLE color: 2131172.
HSL color Cylindrical-coordinate representation of color #E48420: hue angle of 30.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E48420 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 32 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.11 |
| HSL | 30.61º | 0.78% | 0.51% | - |
| HSV(B) | 30.61º | 0.86% | 0.89% | - |
| XYZ | 40.51 | 33.1 | 5.62 | - |
| YUV | 149.3 | 61.8 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 32 | 0 | 0.42 | 0.86 | 0.11 | 30.61 | 0.78 | 0.51 |
| Hex | E4 | 84 | 20 | 0 | 2A | 56 | B | 1F | 4E | 33 |
| Octal | 344 | 204 | 40 | 0 | 52 | 126 | 13 | 37 | 116 | 63 |
| Binary | 11100100 | 10000100 | 100000 | 0 | 101010 | 1010110 | 1011 | 11111 | 1001110 | 110011 |
Color Harmonies of #E48420
Complementary color
Monochromatic Colors of #E48420
Black with #E48420
Text Example
Text Example
White with #E48420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48420; }
p { color: rgb(228,132,32); }
H1.HeaderClassName
{
color: #E48420;
}
.AnyTagClassName
{
color: #E48420;
}
</style>
background-color css
<style>
a { background-color: #E48420; }
a { background-color: rgb(228,132,32); }
div.DivClassName
{
background-color: #E48420;
}
.BgClassName
{
background-color: #E48420;
}
</style>
border-color css
<style>
span { border-color: #E48420; }
span { border-color: rgb(228,132,32); }
td.TdClassName
{
border-color: #E48420;
}
.TagClassName
{
border-color: #E48420;
}
</style>