Shades of Carrot Orange #E0841F
Tints of Carrot Orange #E0841F
RGB
CMYK
RGB Variations
Color information
#E0841F (or 0xE0841F) is known color: Carrot Orange. HEX triplet: E0, 84 and 1F. RGB value is (224,132,31). Sum of RGB (Red+Green+Blue) = 224+132+31=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0841F is #1F7BE0. Grayscale: #949494. Windows color (decimal): -2063329 or 2065632. OLE color: 2065632.
HSL color Cylindrical-coordinate representation of color #E0841F: hue angle of 31.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0841F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 31 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.12 |
| HSL | 31.4º | 0.76% | 0.5% | - |
| HSV(B) | 31.4º | 0.86% | 0.88% | - |
| XYZ | 39.24 | 32.45 | 5.49 | - |
| YUV | 147.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 31 | 0 | 0.41 | 0.86 | 0.12 | 31.4 | 0.76 | 0.5 |
| Hex | E0 | 84 | 1F | 0 | 29 | 56 | C | 1F | 4C | 32 |
| Octal | 340 | 204 | 37 | 0 | 51 | 126 | 14 | 37 | 114 | 62 |
| Binary | 11100000 | 10000100 | 11111 | 0 | 101001 | 1010110 | 1100 | 11111 | 1001100 | 110010 |
Color Harmonies of #E0841F
Complementary color
Monochromatic Colors of #E0841F
Black with #E0841F
Text Example
Text Example
White with #E0841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0841F; }
p { color: rgb(224,132,31); }
H1.HeaderClassName
{
color: #E0841F;
}
.AnyTagClassName
{
color: #E0841F;
}
</style>
background-color css
<style>
a { background-color: #E0841F; }
a { background-color: rgb(224,132,31); }
div.DivClassName
{
background-color: #E0841F;
}
.BgClassName
{
background-color: #E0841F;
}
</style>
border-color css
<style>
span { border-color: #E0841F; }
span { border-color: rgb(224,132,31); }
td.TdClassName
{
border-color: #E0841F;
}
.TagClassName
{
border-color: #E0841F;
}
</style>