Shades of Carrot Orange #E0841B
Tints of Carrot Orange #E0841B
RGB
CMYK
RGB Variations
Color information
#E0841B (or 0xE0841B) is known color: Carrot Orange. HEX triplet: E0, 84 and 1B. RGB value is (224,132,27). Sum of RGB (Red+Green+Blue) = 224+132+27=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0841B is #1F7BE4. Grayscale: #949494. Windows color (decimal): -2063333 or 1803488. OLE color: 1803488.
HSL color Cylindrical-coordinate representation of color #E0841B: hue angle of 31.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0841B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 27 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.12 |
| HSL | 31.98º | 0.78% | 0.49% | - |
| HSV(B) | 31.98º | 0.88% | 0.88% | - |
| XYZ | 39.19 | 32.43 | 5.23 | - |
| YUV | 147.54 | 59.98 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 27 | 0 | 0.41 | 0.88 | 0.12 | 31.98 | 0.78 | 0.49 |
| Hex | E0 | 84 | 1B | 0 | 29 | 58 | C | 20 | 4E | 31 |
| Octal | 340 | 204 | 33 | 0 | 51 | 130 | 14 | 40 | 116 | 61 |
| Binary | 11100000 | 10000100 | 11011 | 0 | 101001 | 1011000 | 1100 | 100000 | 1001110 | 110001 |
Color Harmonies of #E0841B
Complementary color
Monochromatic Colors of #E0841B
Black with #E0841B
Text Example
Text Example
White with #E0841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0841B; }
p { color: rgb(224,132,27); }
H1.HeaderClassName
{
color: #E0841B;
}
.AnyTagClassName
{
color: #E0841B;
}
</style>
background-color css
<style>
a { background-color: #E0841B; }
a { background-color: rgb(224,132,27); }
div.DivClassName
{
background-color: #E0841B;
}
.BgClassName
{
background-color: #E0841B;
}
</style>
border-color css
<style>
span { border-color: #E0841B; }
span { border-color: rgb(224,132,27); }
td.TdClassName
{
border-color: #E0841B;
}
.TagClassName
{
border-color: #E0841B;
}
</style>