Shades of Carrot Orange #E18D1E
Tints of Carrot Orange #E18D1E
RGB
CMYK
RGB Variations
Color information
#E18D1E (or 0xE18D1E) is known color: Carrot Orange. HEX triplet: E1, 8D and 1E. RGB value is (225,141,30). Sum of RGB (Red+Green+Blue) = 225+141+30=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D1E is #1E72E1. Grayscale: #999999. Windows color (decimal): -1995490 or 2002401. OLE color: 2002401.
HSL color Cylindrical-coordinate representation of color #E18D1E: hue angle of 34.15º degrees, saturation: 0.76, 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 #E18D1E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.12 |
| HSL | 34.15º | 0.76% | 0.5% | - |
| HSV(B) | 34.15º | 0.87% | 0.88% | - |
| XYZ | 40.81 | 35.15 | 5.86 | - |
| YUV | 153.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 30 | 0 | 0.37 | 0.87 | 0.12 | 34.15 | 0.76 | 0.5 |
| Hex | E1 | 8D | 1E | 0 | 25 | 57 | C | 22 | 4C | 32 |
| Octal | 341 | 215 | 36 | 0 | 45 | 127 | 14 | 42 | 114 | 62 |
| Binary | 11100001 | 10001101 | 11110 | 0 | 100101 | 1010111 | 1100 | 100010 | 1001100 | 110010 |
Color Harmonies of #E18D1E
Complementary color
Monochromatic Colors of #E18D1E
Black with #E18D1E
Text Example
Text Example
White with #E18D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D1E; }
p { color: rgb(225,141,30); }
H1.HeaderClassName
{
color: #E18D1E;
}
.AnyTagClassName
{
color: #E18D1E;
}
</style>
background-color css
<style>
a { background-color: #E18D1E; }
a { background-color: rgb(225,141,30); }
div.DivClassName
{
background-color: #E18D1E;
}
.BgClassName
{
background-color: #E18D1E;
}
</style>
border-color css
<style>
span { border-color: #E18D1E; }
span { border-color: rgb(225,141,30); }
td.TdClassName
{
border-color: #E18D1E;
}
.TagClassName
{
border-color: #E18D1E;
}
</style>