Shades of Carrot Orange #E48E1A
Tints of Carrot Orange #E48E1A
RGB
CMYK
RGB Variations
Color information
#E48E1A (or 0xE48E1A) is known color: Carrot Orange. HEX triplet: E4, 8E and 1A. RGB value is (228,142,26). Sum of RGB (Red+Green+Blue) = 228+142+26=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E1A is #1B71E5. Grayscale: #9B9B9B. Windows color (decimal): -1798630 or 1740516. OLE color: 1740516.
HSL color Cylindrical-coordinate representation of color #E48E1A: hue angle of 34.46º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E48E1A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 26 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.11 |
| HSL | 34.46º | 0.8% | 0.5% | - |
| HSV(B) | 34.46º | 0.89% | 0.89% | - |
| XYZ | 41.85 | 35.91 | 5.7 | - |
| YUV | 154.49 | 55.49 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 26 | 0 | 0.38 | 0.89 | 0.11 | 34.46 | 0.8 | 0.5 |
| Hex | E4 | 8E | 1A | 0 | 26 | 59 | B | 22 | 50 | 32 |
| Octal | 344 | 216 | 32 | 0 | 46 | 131 | 13 | 42 | 120 | 62 |
| Binary | 11100100 | 10001110 | 11010 | 0 | 100110 | 1011001 | 1011 | 100010 | 1010000 | 110010 |
Color Harmonies of #E48E1A
Complementary color
Monochromatic Colors of #E48E1A
Black with #E48E1A
Text Example
Text Example
White with #E48E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E1A; }
p { color: rgb(228,142,26); }
H1.HeaderClassName
{
color: #E48E1A;
}
.AnyTagClassName
{
color: #E48E1A;
}
</style>
background-color css
<style>
a { background-color: #E48E1A; }
a { background-color: rgb(228,142,26); }
div.DivClassName
{
background-color: #E48E1A;
}
.BgClassName
{
background-color: #E48E1A;
}
</style>
border-color css
<style>
span { border-color: #E48E1A; }
span { border-color: rgb(228,142,26); }
td.TdClassName
{
border-color: #E48E1A;
}
.TagClassName
{
border-color: #E48E1A;
}
</style>