Shades of Carrot Orange #E18316
Tints of Carrot Orange #E18316
RGB
CMYK
RGB Variations
Color information
#E18316 (or 0xE18316) is known color: Carrot Orange. HEX triplet: E1, 83 and 16. RGB value is (225,131,22). Sum of RGB (Red+Green+Blue) = 225+131+22=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E18316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18316 is #1E7CE9. Grayscale: #939393. Windows color (decimal): -1998058 or 1475553. OLE color: 1475553.
HSL color Cylindrical-coordinate representation of color #E18316: hue angle of 32.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E18316 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 22 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.12 |
| HSL | 32.22º | 0.82% | 0.48% | - |
| HSV(B) | 32.22º | 0.9% | 0.88% | - |
| XYZ | 39.31 | 32.3 | 4.92 | - |
| YUV | 146.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 22 | 0 | 0.42 | 0.90 | 0.12 | 32.22 | 0.82 | 0.48 |
| Hex | E1 | 83 | 16 | 0 | 2A | 5A | C | 20 | 52 | 30 |
| Octal | 341 | 203 | 26 | 0 | 52 | 132 | 14 | 40 | 122 | 60 |
| Binary | 11100001 | 10000011 | 10110 | 0 | 101010 | 1011010 | 1100 | 100000 | 1010010 | 110000 |
Color Harmonies of #E18316
Complementary color
Monochromatic Colors of #E18316
Black with #E18316
Text Example
Text Example
White with #E18316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18316; }
p { color: rgb(225,131,22); }
H1.HeaderClassName
{
color: #E18316;
}
.AnyTagClassName
{
color: #E18316;
}
</style>
background-color css
<style>
a { background-color: #E18316; }
a { background-color: rgb(225,131,22); }
div.DivClassName
{
background-color: #E18316;
}
.BgClassName
{
background-color: #E18316;
}
</style>
border-color css
<style>
span { border-color: #E18316; }
span { border-color: rgb(225,131,22); }
td.TdClassName
{
border-color: #E18316;
}
.TagClassName
{
border-color: #E18316;
}
</style>