Shades of Carrot Orange #E5831A
Tints of Carrot Orange #E5831A
RGB
CMYK
RGB Variations
Color information
#E5831A (or 0xE5831A) is known color: Carrot Orange. HEX triplet: E5, 83 and 1A. RGB value is (229,131,26). Sum of RGB (Red+Green+Blue) = 229+131+26=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5831A is #1A7CE5. Grayscale: #949494. Windows color (decimal): -1735910 or 1737701. OLE color: 1737701.
HSL color Cylindrical-coordinate representation of color #E5831A: hue angle of 31.03º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5831A is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 26 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.10 |
| HSL | 31.03º | 0.8% | 0.5% | - |
| HSV(B) | 31.03º | 0.89% | 0.9% | - |
| XYZ | 40.62 | 32.97 | 5.2 | - |
| YUV | 148.33 | 58.97 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 26 | 0 | 0.43 | 0.89 | 0.10 | 31.03 | 0.8 | 0.5 |
| Hex | E5 | 83 | 1A | 0 | 2B | 59 | A | 1F | 50 | 32 |
| Octal | 345 | 203 | 32 | 0 | 53 | 131 | 12 | 37 | 120 | 62 |
| Binary | 11100101 | 10000011 | 11010 | 0 | 101011 | 1011001 | 1010 | 11111 | 1010000 | 110010 |
Color Harmonies of #E5831A
Complementary color
Monochromatic Colors of #E5831A
Black with #E5831A
Text Example
Text Example
White with #E5831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5831A; }
p { color: rgb(229,131,26); }
H1.HeaderClassName
{
color: #E5831A;
}
.AnyTagClassName
{
color: #E5831A;
}
</style>
background-color css
<style>
a { background-color: #E5831A; }
a { background-color: rgb(229,131,26); }
div.DivClassName
{
background-color: #E5831A;
}
.BgClassName
{
background-color: #E5831A;
}
</style>
border-color css
<style>
span { border-color: #E5831A; }
span { border-color: rgb(229,131,26); }
td.TdClassName
{
border-color: #E5831A;
}
.TagClassName
{
border-color: #E5831A;
}
</style>