Shades of Carrot Orange #E5821B
Tints of Carrot Orange #E5821B
RGB
CMYK
RGB Variations
Color information
#E5821B (or 0xE5821B) is known color: Carrot Orange. HEX triplet: E5, 82 and 1B. RGB value is (229,130,27). Sum of RGB (Red+Green+Blue) = 229+130+27=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5821B is #1A7DE4. Grayscale: #949494. Windows color (decimal): -1736165 or 1802981. OLE color: 1802981.
HSL color Cylindrical-coordinate representation of color #E5821B: hue angle of 30.59º degrees, saturation: 0.8, 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 #E5821B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.10 |
| HSL | 30.59º | 0.8% | 0.5% | - |
| HSV(B) | 30.59º | 0.88% | 0.9% | - |
| XYZ | 40.49 | 32.7 | 5.21 | - |
| YUV | 147.86 | 59.8 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 27 | 0 | 0.43 | 0.88 | 0.10 | 30.59 | 0.8 | 0.5 |
| Hex | E5 | 82 | 1B | 0 | 2B | 58 | A | 1F | 50 | 32 |
| Octal | 345 | 202 | 33 | 0 | 53 | 130 | 12 | 37 | 120 | 62 |
| Binary | 11100101 | 10000010 | 11011 | 0 | 101011 | 1011000 | 1010 | 11111 | 1010000 | 110010 |
Color Harmonies of #E5821B
Complementary color
Monochromatic Colors of #E5821B
Black with #E5821B
Text Example
Text Example
White with #E5821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5821B; }
p { color: rgb(229,130,27); }
H1.HeaderClassName
{
color: #E5821B;
}
.AnyTagClassName
{
color: #E5821B;
}
</style>
background-color css
<style>
a { background-color: #E5821B; }
a { background-color: rgb(229,130,27); }
div.DivClassName
{
background-color: #E5821B;
}
.BgClassName
{
background-color: #E5821B;
}
</style>
border-color css
<style>
span { border-color: #E5821B; }
span { border-color: rgb(229,130,27); }
td.TdClassName
{
border-color: #E5821B;
}
.TagClassName
{
border-color: #E5821B;
}
</style>