Shades of Carrot Orange #E28521
Tints of Carrot Orange #E28521
RGB
CMYK
RGB Variations
Color information
#E28521 (or 0xE28521) is known color: Carrot Orange. HEX triplet: E2, 85 and 21. RGB value is (226,133,33). Sum of RGB (Red+Green+Blue) = 226+133+33=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E28521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28521 is #1D7ADE. Grayscale: #959595. Windows color (decimal): -1931999 or 2196962. OLE color: 2196962.
HSL color Cylindrical-coordinate representation of color #E28521: hue angle of 31.09º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E28521 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 33 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.11 |
| HSL | 31.09º | 0.77% | 0.51% | - |
| HSV(B) | 31.09º | 0.85% | 0.89% | - |
| XYZ | 40.03 | 33.05 | 5.71 | - |
| YUV | 149.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 33 | 0 | 0.41 | 0.85 | 0.11 | 31.09 | 0.77 | 0.51 |
| Hex | E2 | 85 | 21 | 0 | 29 | 55 | B | 1F | 4D | 33 |
| Octal | 342 | 205 | 41 | 0 | 51 | 125 | 13 | 37 | 115 | 63 |
| Binary | 11100010 | 10000101 | 100001 | 0 | 101001 | 1010101 | 1011 | 11111 | 1001101 | 110011 |
Color Harmonies of #E28521
Complementary color
Monochromatic Colors of #E28521
Black with #E28521
Text Example
Text Example
White with #E28521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28521; }
p { color: rgb(226,133,33); }
H1.HeaderClassName
{
color: #E28521;
}
.AnyTagClassName
{
color: #E28521;
}
</style>
background-color css
<style>
a { background-color: #E28521; }
a { background-color: rgb(226,133,33); }
div.DivClassName
{
background-color: #E28521;
}
.BgClassName
{
background-color: #E28521;
}
</style>
border-color css
<style>
span { border-color: #E28521; }
span { border-color: rgb(226,133,33); }
td.TdClassName
{
border-color: #E28521;
}
.TagClassName
{
border-color: #E28521;
}
</style>