Shades of Carrot Orange #E48D15
Tints of Carrot Orange #E48D15
RGB
CMYK
RGB Variations
Color information
#E48D15 (or 0xE48D15) is known color: Carrot Orange. HEX triplet: E4, 8D and 15. RGB value is (228,141,21). Sum of RGB (Red+Green+Blue) = 228+141+21=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48D15 is #1B72EA. Grayscale: #999999. Windows color (decimal): -1798891 or 1412580. OLE color: 1412580.
HSL color Cylindrical-coordinate representation of color #E48D15: hue angle of 34.78º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E48D15 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 141 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.11 |
| HSL | 34.78º | 0.83% | 0.49% | - |
| HSV(B) | 34.78º | 0.91% | 0.89% | - |
| XYZ | 41.66 | 35.6 | 5.39 | - |
| YUV | 153.33 | 53.32 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 141 | 21 | 0 | 0.38 | 0.91 | 0.11 | 34.78 | 0.83 | 0.49 |
| Hex | E4 | 8D | 15 | 0 | 26 | 5B | B | 23 | 53 | 31 |
| Octal | 344 | 215 | 25 | 0 | 46 | 133 | 13 | 43 | 123 | 61 |
| Binary | 11100100 | 10001101 | 10101 | 0 | 100110 | 1011011 | 1011 | 100011 | 1010011 | 110001 |
Color Harmonies of #E48D15
Complementary color
Monochromatic Colors of #E48D15
Black with #E48D15
Text Example
Text Example
White with #E48D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48D15; }
p { color: rgb(228,141,21); }
H1.HeaderClassName
{
color: #E48D15;
}
.AnyTagClassName
{
color: #E48D15;
}
</style>
background-color css
<style>
a { background-color: #E48D15; }
a { background-color: rgb(228,141,21); }
div.DivClassName
{
background-color: #E48D15;
}
.BgClassName
{
background-color: #E48D15;
}
</style>
border-color css
<style>
span { border-color: #E48D15; }
span { border-color: rgb(228,141,21); }
td.TdClassName
{
border-color: #E48D15;
}
.TagClassName
{
border-color: #E48D15;
}
</style>