Shades of Carrot Orange #E5841F
Tints of Carrot Orange #E5841F
RGB
CMYK
RGB Variations
Color information
#E5841F (or 0xE5841F) is known color: Carrot Orange. HEX triplet: E5, 84 and 1F. RGB value is (229,132,31). Sum of RGB (Red+Green+Blue) = 229+132+31=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5841F is #1A7BE0. Grayscale: #959595. Windows color (decimal): -1735649 or 2065637. OLE color: 2065637.
HSL color Cylindrical-coordinate representation of color #E5841F: hue angle of 30.61º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5841F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 31 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.10 |
| HSL | 30.61º | 0.79% | 0.51% | - |
| HSV(B) | 30.61º | 0.86% | 0.9% | - |
| XYZ | 40.81 | 33.26 | 5.57 | - |
| YUV | 149.49 | 61.14 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 31 | 0 | 0.42 | 0.86 | 0.10 | 30.61 | 0.79 | 0.51 |
| Hex | E5 | 84 | 1F | 0 | 2A | 56 | A | 1F | 4F | 33 |
| Octal | 345 | 204 | 37 | 0 | 52 | 126 | 12 | 37 | 117 | 63 |
| Binary | 11100101 | 10000100 | 11111 | 0 | 101010 | 1010110 | 1010 | 11111 | 1001111 | 110011 |
Color Harmonies of #E5841F
Complementary color
Monochromatic Colors of #E5841F
Black with #E5841F
Text Example
Text Example
White with #E5841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5841F; }
p { color: rgb(229,132,31); }
H1.HeaderClassName
{
color: #E5841F;
}
.AnyTagClassName
{
color: #E5841F;
}
</style>
background-color css
<style>
a { background-color: #E5841F; }
a { background-color: rgb(229,132,31); }
div.DivClassName
{
background-color: #E5841F;
}
.BgClassName
{
background-color: #E5841F;
}
</style>
border-color css
<style>
span { border-color: #E5841F; }
span { border-color: rgb(229,132,31); }
td.TdClassName
{
border-color: #E5841F;
}
.TagClassName
{
border-color: #E5841F;
}
</style>