Shades of Carrot Orange #E28320
Tints of Carrot Orange #E28320
RGB
CMYK
RGB Variations
Color information
#E28320 (or 0xE28320) is known color: Carrot Orange. HEX triplet: E2, 83 and 20. RGB value is (226,131,32). Sum of RGB (Red+Green+Blue) = 226+131+32=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E28320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28320 is #1D7CDF. Grayscale: #949494. Windows color (decimal): -1932512 or 2130914. OLE color: 2130914.
HSL color Cylindrical-coordinate representation of color #E28320: hue angle of 30.62º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E28320 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 32 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.11 |
| HSL | 30.62º | 0.77% | 0.51% | - |
| HSV(B) | 30.62º | 0.86% | 0.89% | - |
| XYZ | 39.74 | 32.51 | 5.55 | - |
| YUV | 148.12 | 62.47 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 32 | 0 | 0.42 | 0.86 | 0.11 | 30.62 | 0.77 | 0.51 |
| Hex | E2 | 83 | 20 | 0 | 2A | 56 | B | 1F | 4D | 33 |
| Octal | 342 | 203 | 40 | 0 | 52 | 126 | 13 | 37 | 115 | 63 |
| Binary | 11100010 | 10000011 | 100000 | 0 | 101010 | 1010110 | 1011 | 11111 | 1001101 | 110011 |
Color Harmonies of #E28320
Complementary color
Monochromatic Colors of #E28320
Black with #E28320
Text Example
Text Example
White with #E28320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28320; }
p { color: rgb(226,131,32); }
H1.HeaderClassName
{
color: #E28320;
}
.AnyTagClassName
{
color: #E28320;
}
</style>
background-color css
<style>
a { background-color: #E28320; }
a { background-color: rgb(226,131,32); }
div.DivClassName
{
background-color: #E28320;
}
.BgClassName
{
background-color: #E28320;
}
</style>
border-color css
<style>
span { border-color: #E28320; }
span { border-color: rgb(226,131,32); }
td.TdClassName
{
border-color: #E28320;
}
.TagClassName
{
border-color: #E28320;
}
</style>