Shades of Carrot Orange #E5841C
Tints of Carrot Orange #E5841C
RGB
CMYK
RGB Variations
Color information
#E5841C (or 0xE5841C) is known color: Carrot Orange. HEX triplet: E5, 84 and 1C. RGB value is (229,132,28). Sum of RGB (Red+Green+Blue) = 229+132+28=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5841C is #1A7BE3. Grayscale: #959595. Windows color (decimal): -1735652 or 1869029. OLE color: 1869029.
HSL color Cylindrical-coordinate representation of color #E5841C: hue angle of 31.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5841C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.10 |
| HSL | 31.04º | 0.79% | 0.5% | - |
| HSV(B) | 31.04º | 0.88% | 0.9% | - |
| XYZ | 40.77 | 33.24 | 5.37 | - |
| YUV | 149.15 | 59.64 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 28 | 0 | 0.42 | 0.88 | 0.10 | 31.04 | 0.79 | 0.5 |
| Hex | E5 | 84 | 1C | 0 | 2A | 58 | A | 1F | 4F | 32 |
| Octal | 345 | 204 | 34 | 0 | 52 | 130 | 12 | 37 | 117 | 62 |
| Binary | 11100101 | 10000100 | 11100 | 0 | 101010 | 1011000 | 1010 | 11111 | 1001111 | 110010 |
Color Harmonies of #E5841C
Complementary color
Monochromatic Colors of #E5841C
Black with #E5841C
Text Example
Text Example
White with #E5841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5841C; }
p { color: rgb(229,132,28); }
H1.HeaderClassName
{
color: #E5841C;
}
.AnyTagClassName
{
color: #E5841C;
}
</style>
background-color css
<style>
a { background-color: #E5841C; }
a { background-color: rgb(229,132,28); }
div.DivClassName
{
background-color: #E5841C;
}
.BgClassName
{
background-color: #E5841C;
}
</style>
border-color css
<style>
span { border-color: #E5841C; }
span { border-color: rgb(229,132,28); }
td.TdClassName
{
border-color: #E5841C;
}
.TagClassName
{
border-color: #E5841C;
}
</style>