Shades of Carrot Orange #E1821F
Tints of Carrot Orange #E1821F
RGB
CMYK
RGB Variations
Color information
#E1821F (or 0xE1821F) is known color: Carrot Orange. HEX triplet: E1, 82 and 1F. RGB value is (225,130,31). Sum of RGB (Red+Green+Blue) = 225+130+31=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E1821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1821F is #1E7DE0. Grayscale: #939393. Windows color (decimal): -1998305 or 2065121. OLE color: 2065121.
HSL color Cylindrical-coordinate representation of color #E1821F: hue angle of 30.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1821F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 31 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.12 |
| HSL | 30.62º | 0.76% | 0.5% | - |
| HSV(B) | 30.62º | 0.86% | 0.88% | - |
| XYZ | 39.28 | 32.07 | 5.42 | - |
| YUV | 147.12 | 62.47 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 31 | 0 | 0.42 | 0.86 | 0.12 | 30.62 | 0.76 | 0.5 |
| Hex | E1 | 82 | 1F | 0 | 2A | 56 | C | 1F | 4C | 32 |
| Octal | 341 | 202 | 37 | 0 | 52 | 126 | 14 | 37 | 114 | 62 |
| Binary | 11100001 | 10000010 | 11111 | 0 | 101010 | 1010110 | 1100 | 11111 | 1001100 | 110010 |
Color Harmonies of #E1821F
Complementary color
Monochromatic Colors of #E1821F
Black with #E1821F
Text Example
Text Example
White with #E1821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1821F; }
p { color: rgb(225,130,31); }
H1.HeaderClassName
{
color: #E1821F;
}
.AnyTagClassName
{
color: #E1821F;
}
</style>
background-color css
<style>
a { background-color: #E1821F; }
a { background-color: rgb(225,130,31); }
div.DivClassName
{
background-color: #E1821F;
}
.BgClassName
{
background-color: #E1821F;
}
</style>
border-color css
<style>
span { border-color: #E1821F; }
span { border-color: rgb(225,130,31); }
td.TdClassName
{
border-color: #E1821F;
}
.TagClassName
{
border-color: #E1821F;
}
</style>