Shades of Carrot Orange #E18D1F
Tints of Carrot Orange #E18D1F
RGB
CMYK
RGB Variations
Color information
#E18D1F (or 0xE18D1F) is known color: Carrot Orange. HEX triplet: E1, 8D and 1F. RGB value is (225,141,31). Sum of RGB (Red+Green+Blue) = 225+141+31=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D1F is #1E72E0. Grayscale: #9A9A9A. Windows color (decimal): -1995489 or 2067937. OLE color: 2067937.
HSL color Cylindrical-coordinate representation of color #E18D1F: hue angle of 34.02º 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 #E18D1F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 31 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.12 |
| HSL | 34.02º | 0.76% | 0.5% | - |
| HSV(B) | 34.02º | 0.86% | 0.88% | - |
| XYZ | 40.82 | 35.16 | 5.93 | - |
| YUV | 153.58 | 58.83 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 31 | 0 | 0.37 | 0.86 | 0.12 | 34.02 | 0.76 | 0.5 |
| Hex | E1 | 8D | 1F | 0 | 25 | 56 | C | 22 | 4C | 32 |
| Octal | 341 | 215 | 37 | 0 | 45 | 126 | 14 | 42 | 114 | 62 |
| Binary | 11100001 | 10001101 | 11111 | 0 | 100101 | 1010110 | 1100 | 100010 | 1001100 | 110010 |
Color Harmonies of #E18D1F
Complementary color
Monochromatic Colors of #E18D1F
Black with #E18D1F
Text Example
Text Example
White with #E18D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D1F; }
p { color: rgb(225,141,31); }
H1.HeaderClassName
{
color: #E18D1F;
}
.AnyTagClassName
{
color: #E18D1F;
}
</style>
background-color css
<style>
a { background-color: #E18D1F; }
a { background-color: rgb(225,141,31); }
div.DivClassName
{
background-color: #E18D1F;
}
.BgClassName
{
background-color: #E18D1F;
}
</style>
border-color css
<style>
span { border-color: #E18D1F; }
span { border-color: rgb(225,141,31); }
td.TdClassName
{
border-color: #E18D1F;
}
.TagClassName
{
border-color: #E18D1F;
}
</style>