Shades of Carrot Orange #E18319
Tints of Carrot Orange #E18319
RGB
CMYK
RGB Variations
Color information
#E18319 (or 0xE18319) is known color: Carrot Orange. HEX triplet: E1, 83 and 19. RGB value is (225,131,25). Sum of RGB (Red+Green+Blue) = 225+131+25=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E18319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18319 is #1E7CE6. Grayscale: #939393. Windows color (decimal): -1998055 or 1672161. OLE color: 1672161.
HSL color Cylindrical-coordinate representation of color #E18319: hue angle of 31.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E18319 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.12 |
| HSL | 31.8º | 0.8% | 0.49% | - |
| HSV(B) | 31.8º | 0.89% | 0.88% | - |
| XYZ | 39.34 | 32.31 | 5.08 | - |
| YUV | 147.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 25 | 0 | 0.42 | 0.89 | 0.12 | 31.8 | 0.8 | 0.49 |
| Hex | E1 | 83 | 19 | 0 | 2A | 59 | C | 20 | 50 | 31 |
| Octal | 341 | 203 | 31 | 0 | 52 | 131 | 14 | 40 | 120 | 61 |
| Binary | 11100001 | 10000011 | 11001 | 0 | 101010 | 1011001 | 1100 | 100000 | 1010000 | 110001 |
Color Harmonies of #E18319
Complementary color
Monochromatic Colors of #E18319
Black with #E18319
Text Example
Text Example
White with #E18319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18319; }
p { color: rgb(225,131,25); }
H1.HeaderClassName
{
color: #E18319;
}
.AnyTagClassName
{
color: #E18319;
}
</style>
background-color css
<style>
a { background-color: #E18319; }
a { background-color: rgb(225,131,25); }
div.DivClassName
{
background-color: #E18319;
}
.BgClassName
{
background-color: #E18319;
}
</style>
border-color css
<style>
span { border-color: #E18319; }
span { border-color: rgb(225,131,25); }
td.TdClassName
{
border-color: #E18319;
}
.TagClassName
{
border-color: #E18319;
}
</style>