Shades of Carrot Orange #E48516
Tints of Carrot Orange #E48516
RGB
CMYK
RGB Variations
Color information
#E48516 (or 0xE48516) is known color: Carrot Orange. HEX triplet: E4, 85 and 16. RGB value is (228,133,22). Sum of RGB (Red+Green+Blue) = 228+133+22=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E48516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48516 is #1B7AE9. Grayscale: #959595. Windows color (decimal): -1800938 or 1476068. OLE color: 1476068.
HSL color Cylindrical-coordinate representation of color #E48516: hue angle of 32.33º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E48516 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.11 |
| HSL | 32.33º | 0.82% | 0.49% | - |
| HSV(B) | 32.33º | 0.9% | 0.89% | - |
| XYZ | 40.53 | 33.33 | 5.06 | - |
| YUV | 148.75 | 56.47 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 22 | 0 | 0.42 | 0.90 | 0.11 | 32.33 | 0.82 | 0.49 |
| Hex | E4 | 85 | 16 | 0 | 2A | 5A | B | 20 | 52 | 31 |
| Octal | 344 | 205 | 26 | 0 | 52 | 132 | 13 | 40 | 122 | 61 |
| Binary | 11100100 | 10000101 | 10110 | 0 | 101010 | 1011010 | 1011 | 100000 | 1010010 | 110001 |
Color Harmonies of #E48516
Complementary color
Monochromatic Colors of #E48516
Black with #E48516
Text Example
Text Example
White with #E48516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48516; }
p { color: rgb(228,133,22); }
H1.HeaderClassName
{
color: #E48516;
}
.AnyTagClassName
{
color: #E48516;
}
</style>
background-color css
<style>
a { background-color: #E48516; }
a { background-color: rgb(228,133,22); }
div.DivClassName
{
background-color: #E48516;
}
.BgClassName
{
background-color: #E48516;
}
</style>
border-color css
<style>
span { border-color: #E48516; }
span { border-color: rgb(228,133,22); }
td.TdClassName
{
border-color: #E48516;
}
.TagClassName
{
border-color: #E48516;
}
</style>