Shades of Carrot Orange #E18318
Tints of Carrot Orange #E18318
RGB
CMYK
RGB Variations
Color information
#E18318 (or 0xE18318) is known color: Carrot Orange. HEX triplet: E1, 83 and 18. RGB value is (225,131,24). Sum of RGB (Red+Green+Blue) = 225+131+24=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18318 is #1E7CE7. Grayscale: #939393. Windows color (decimal): -1998056 or 1606625. OLE color: 1606625.
HSL color Cylindrical-coordinate representation of color #E18318: hue angle of 31.94º degrees, saturation: 0.81, 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 #E18318 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 24 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.12 |
| HSL | 31.94º | 0.81% | 0.49% | - |
| HSV(B) | 31.94º | 0.89% | 0.88% | - |
| XYZ | 39.33 | 32.31 | 5.03 | - |
| YUV | 146.91 | 58.64 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 24 | 0 | 0.42 | 0.89 | 0.12 | 31.94 | 0.81 | 0.49 |
| Hex | E1 | 83 | 18 | 0 | 2A | 59 | C | 20 | 51 | 31 |
| Octal | 341 | 203 | 30 | 0 | 52 | 131 | 14 | 40 | 121 | 61 |
| Binary | 11100001 | 10000011 | 11000 | 0 | 101010 | 1011001 | 1100 | 100000 | 1010001 | 110001 |
Color Harmonies of #E18318
Complementary color
Monochromatic Colors of #E18318
Black with #E18318
Text Example
Text Example
White with #E18318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18318; }
p { color: rgb(225,131,24); }
H1.HeaderClassName
{
color: #E18318;
}
.AnyTagClassName
{
color: #E18318;
}
</style>
background-color css
<style>
a { background-color: #E18318; }
a { background-color: rgb(225,131,24); }
div.DivClassName
{
background-color: #E18318;
}
.BgClassName
{
background-color: #E18318;
}
</style>
border-color css
<style>
span { border-color: #E18318; }
span { border-color: rgb(225,131,24); }
td.TdClassName
{
border-color: #E18318;
}
.TagClassName
{
border-color: #E18318;
}
</style>