Shades of Carrot Orange #E3841B
Tints of Carrot Orange #E3841B
RGB
CMYK
RGB Variations
Color information
#E3841B (or 0xE3841B) is known color: Carrot Orange. HEX triplet: E3, 84 and 1B. RGB value is (227,132,27). Sum of RGB (Red+Green+Blue) = 227+132+27=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3841B is #1C7BE4. Grayscale: #949494. Windows color (decimal): -1866725 or 1803491. OLE color: 1803491.
HSL color Cylindrical-coordinate representation of color #E3841B: hue angle of 31.5º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3841B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 27 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.11 |
| HSL | 31.5º | 0.79% | 0.5% | - |
| HSV(B) | 31.5º | 0.88% | 0.89% | - |
| XYZ | 40.13 | 32.91 | 5.27 | - |
| YUV | 148.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 27 | 0 | 0.42 | 0.88 | 0.11 | 31.5 | 0.79 | 0.5 |
| Hex | E3 | 84 | 1B | 0 | 2A | 58 | B | 1F | 4F | 32 |
| Octal | 343 | 204 | 33 | 0 | 52 | 130 | 13 | 37 | 117 | 62 |
| Binary | 11100011 | 10000100 | 11011 | 0 | 101010 | 1011000 | 1011 | 11111 | 1001111 | 110010 |
Color Harmonies of #E3841B
Complementary color
Monochromatic Colors of #E3841B
Black with #E3841B
Text Example
Text Example
White with #E3841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3841B; }
p { color: rgb(227,132,27); }
H1.HeaderClassName
{
color: #E3841B;
}
.AnyTagClassName
{
color: #E3841B;
}
</style>
background-color css
<style>
a { background-color: #E3841B; }
a { background-color: rgb(227,132,27); }
div.DivClassName
{
background-color: #E3841B;
}
.BgClassName
{
background-color: #E3841B;
}
</style>
border-color css
<style>
span { border-color: #E3841B; }
span { border-color: rgb(227,132,27); }
td.TdClassName
{
border-color: #E3841B;
}
.TagClassName
{
border-color: #E3841B;
}
</style>