Shades of Carrot Orange #E48B15
Tints of Carrot Orange #E48B15
RGB
CMYK
RGB Variations
Color information
#E48B15 (or 0xE48B15) is known color: Carrot Orange. HEX triplet: E4, 8B and 15. RGB value is (228,139,21). Sum of RGB (Red+Green+Blue) = 228+139+21=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48B15 is #1B74EA. Grayscale: #989898. Windows color (decimal): -1799403 or 1412068. OLE color: 1412068.
HSL color Cylindrical-coordinate representation of color #E48B15: hue angle of 34.2º 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 #E48B15 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 21 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.11 |
| HSL | 34.2º | 0.83% | 0.49% | - |
| HSV(B) | 34.2º | 0.91% | 0.89% | - |
| XYZ | 41.36 | 35.01 | 5.29 | - |
| YUV | 152.16 | 53.99 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 21 | 0 | 0.39 | 0.91 | 0.11 | 34.2 | 0.83 | 0.49 |
| Hex | E4 | 8B | 15 | 0 | 27 | 5B | B | 22 | 53 | 31 |
| Octal | 344 | 213 | 25 | 0 | 47 | 133 | 13 | 42 | 123 | 61 |
| Binary | 11100100 | 10001011 | 10101 | 0 | 100111 | 1011011 | 1011 | 100010 | 1010011 | 110001 |
Color Harmonies of #E48B15
Complementary color
Monochromatic Colors of #E48B15
Black with #E48B15
Text Example
Text Example
White with #E48B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B15; }
p { color: rgb(228,139,21); }
H1.HeaderClassName
{
color: #E48B15;
}
.AnyTagClassName
{
color: #E48B15;
}
</style>
background-color css
<style>
a { background-color: #E48B15; }
a { background-color: rgb(228,139,21); }
div.DivClassName
{
background-color: #E48B15;
}
.BgClassName
{
background-color: #E48B15;
}
</style>
border-color css
<style>
span { border-color: #E48B15; }
span { border-color: rgb(228,139,21); }
td.TdClassName
{
border-color: #E48B15;
}
.TagClassName
{
border-color: #E48B15;
}
</style>