Shades of Carrot Orange #E48C20
Tints of Carrot Orange #E48C20
RGB
CMYK
RGB Variations
Color information
#E48C20 (or 0xE48C20) is known color: Carrot Orange. HEX triplet: E4, 8C and 20. RGB value is (228,140,32). Sum of RGB (Red+Green+Blue) = 228+140+32=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C20 is #1B73DF. Grayscale: #9A9A9A. Windows color (decimal): -1799136 or 2133220. OLE color: 2133220.
HSL color Cylindrical-coordinate representation of color #E48C20: hue angle of 33.06º 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 #E48C20 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.11 |
| HSL | 33.06º | 0.78% | 0.51% | - |
| HSV(B) | 33.06º | 0.86% | 0.89% | - |
| XYZ | 41.63 | 35.35 | 6 | - |
| YUV | 154 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 32 | 0 | 0.39 | 0.86 | 0.11 | 33.06 | 0.78 | 0.51 |
| Hex | E4 | 8C | 20 | 0 | 27 | 56 | B | 21 | 4E | 33 |
| Octal | 344 | 214 | 40 | 0 | 47 | 126 | 13 | 41 | 116 | 63 |
| Binary | 11100100 | 10001100 | 100000 | 0 | 100111 | 1010110 | 1011 | 100001 | 1001110 | 110011 |
Color Harmonies of #E48C20
Complementary color
Monochromatic Colors of #E48C20
Black with #E48C20
Text Example
Text Example
White with #E48C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48C20; }
p { color: rgb(228,140,32); }
H1.HeaderClassName
{
color: #E48C20;
}
.AnyTagClassName
{
color: #E48C20;
}
</style>
background-color css
<style>
a { background-color: #E48C20; }
a { background-color: rgb(228,140,32); }
div.DivClassName
{
background-color: #E48C20;
}
.BgClassName
{
background-color: #E48C20;
}
</style>
border-color css
<style>
span { border-color: #E48C20; }
span { border-color: rgb(228,140,32); }
td.TdClassName
{
border-color: #E48C20;
}
.TagClassName
{
border-color: #E48C20;
}
</style>