Shades of Carrot Orange #E48D16
Tints of Carrot Orange #E48D16
RGB
CMYK
RGB Variations
Color information
#E48D16 (or 0xE48D16) is known color: Carrot Orange. HEX triplet: E4, 8D and 16. RGB value is (228,141,22). Sum of RGB (Red+Green+Blue) = 228+141+22=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48D16 is #1B72E9. Grayscale: #9A9A9A. Windows color (decimal): -1798890 or 1478116. OLE color: 1478116.
HSL color Cylindrical-coordinate representation of color #E48D16: hue angle of 34.66º 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 #E48D16 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 22 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.11 |
| HSL | 34.66º | 0.82% | 0.49% | - |
| HSV(B) | 34.66º | 0.9% | 0.89% | - |
| XYZ | 41.66 | 35.6 | 5.43 | - |
| YUV | 153.45 | 53.82 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 22 | 0 | 0.38 | 0.90 | 0.11 | 34.66 | 0.82 | 0.49 |
| Hex | E4 | 8D | 16 | 0 | 26 | 5A | B | 23 | 52 | 31 |
| Octal | 344 | 215 | 26 | 0 | 46 | 132 | 13 | 43 | 122 | 61 |
| Binary | 11100100 | 10001101 | 10110 | 0 | 100110 | 1011010 | 1011 | 100011 | 1010010 | 110001 |
Color Harmonies of #E48D16
Complementary color
Monochromatic Colors of #E48D16
Black with #E48D16
Text Example
Text Example
White with #E48D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48D16; }
p { color: rgb(228,141,22); }
H1.HeaderClassName
{
color: #E48D16;
}
.AnyTagClassName
{
color: #E48D16;
}
</style>
background-color css
<style>
a { background-color: #E48D16; }
a { background-color: rgb(228,141,22); }
div.DivClassName
{
background-color: #E48D16;
}
.BgClassName
{
background-color: #E48D16;
}
</style>
border-color css
<style>
span { border-color: #E48D16; }
span { border-color: rgb(228,141,22); }
td.TdClassName
{
border-color: #E48D16;
}
.TagClassName
{
border-color: #E48D16;
}
</style>