Shades of Carrot Orange #E28018
Tints of Carrot Orange #E28018
RGB
CMYK
RGB Variations
Color information
#E28018 (or 0xE28018) is known color: Carrot Orange. HEX triplet: E2, 80 and 18. RGB value is (226,128,24). Sum of RGB (Red+Green+Blue) = 226+128+24=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E28018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28018 is #1D7FE7. Grayscale: #919191. Windows color (decimal): -1933288 or 1605858. OLE color: 1605858.
HSL color Cylindrical-coordinate representation of color #E28018: hue angle of 30.89º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E28018 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 24 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.11 |
| HSL | 30.89º | 0.81% | 0.49% | - |
| HSV(B) | 30.89º | 0.89% | 0.89% | - |
| XYZ | 39.25 | 31.67 | 4.91 | - |
| YUV | 145.45 | 59.47 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 24 | 0 | 0.43 | 0.89 | 0.11 | 30.89 | 0.81 | 0.49 |
| Hex | E2 | 80 | 18 | 0 | 2B | 59 | B | 1F | 51 | 31 |
| Octal | 342 | 200 | 30 | 0 | 53 | 131 | 13 | 37 | 121 | 61 |
| Binary | 11100010 | 10000000 | 11000 | 0 | 101011 | 1011001 | 1011 | 11111 | 1010001 | 110001 |
Color Harmonies of #E28018
Complementary color
Monochromatic Colors of #E28018
Black with #E28018
Text Example
Text Example
White with #E28018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28018; }
p { color: rgb(226,128,24); }
H1.HeaderClassName
{
color: #E28018;
}
.AnyTagClassName
{
color: #E28018;
}
</style>
background-color css
<style>
a { background-color: #E28018; }
a { background-color: rgb(226,128,24); }
div.DivClassName
{
background-color: #E28018;
}
.BgClassName
{
background-color: #E28018;
}
</style>
border-color css
<style>
span { border-color: #E28018; }
span { border-color: rgb(226,128,24); }
td.TdClassName
{
border-color: #E28018;
}
.TagClassName
{
border-color: #E28018;
}
</style>