Shades of Carrot Orange #E1851D
Tints of Carrot Orange #E1851D
RGB
CMYK
RGB Variations
Color information
#E1851D (or 0xE1851D) is known color: Carrot Orange. HEX triplet: E1, 85 and 1D. RGB value is (225,133,29). Sum of RGB (Red+Green+Blue) = 225+133+29=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1851D is #1E7AE2. Grayscale: #959595. Windows color (decimal): -1997539 or 1934817. OLE color: 1934817.
HSL color Cylindrical-coordinate representation of color #E1851D: hue angle of 31.84º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1851D is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 29 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.12 |
| HSL | 31.84º | 0.77% | 0.5% | - |
| HSV(B) | 31.84º | 0.87% | 0.88% | - |
| XYZ | 39.66 | 32.87 | 5.42 | - |
| YUV | 148.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 29 | 0 | 0.41 | 0.87 | 0.12 | 31.84 | 0.77 | 0.5 |
| Hex | E1 | 85 | 1D | 0 | 29 | 57 | C | 20 | 4D | 32 |
| Octal | 341 | 205 | 35 | 0 | 51 | 127 | 14 | 40 | 115 | 62 |
| Binary | 11100001 | 10000101 | 11101 | 0 | 101001 | 1010111 | 1100 | 100000 | 1001101 | 110010 |
Color Harmonies of #E1851D
Complementary color
Monochromatic Colors of #E1851D
Black with #E1851D
Text Example
Text Example
White with #E1851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1851D; }
p { color: rgb(225,133,29); }
H1.HeaderClassName
{
color: #E1851D;
}
.AnyTagClassName
{
color: #E1851D;
}
</style>
background-color css
<style>
a { background-color: #E1851D; }
a { background-color: rgb(225,133,29); }
div.DivClassName
{
background-color: #E1851D;
}
.BgClassName
{
background-color: #E1851D;
}
</style>
border-color css
<style>
span { border-color: #E1851D; }
span { border-color: rgb(225,133,29); }
td.TdClassName
{
border-color: #E1851D;
}
.TagClassName
{
border-color: #E1851D;
}
</style>