Shades of Carrot Orange #E88215
Tints of Carrot Orange #E88215
RGB
CMYK
RGB Variations
Color information
#E88215 (or 0xE88215) is known color: Carrot Orange. HEX triplet: E8, 82 and 15. RGB value is (232,130,21). Sum of RGB (Red+Green+Blue) = 232+130+21=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E88215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88215 is #177DEA. Grayscale: #949494. Windows color (decimal): -1539563 or 1409768. OLE color: 1409768.
HSL color Cylindrical-coordinate representation of color #E88215: hue angle of 31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E88215 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 21 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.09 |
| HSL | 31º | 0.83% | 0.5% | - |
| HSV(B) | 31º | 0.91% | 0.91% | - |
| XYZ | 41.4 | 33.18 | 4.93 | - |
| YUV | 148.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 21 | 0 | 0.44 | 0.91 | 0.09 | 31 | 0.83 | 0.5 |
| Hex | E8 | 82 | 15 | 0 | 2C | 5B | 9 | 1F | 53 | 32 |
| Octal | 350 | 202 | 25 | 0 | 54 | 133 | 11 | 37 | 123 | 62 |
| Binary | 11101000 | 10000010 | 10101 | 0 | 101100 | 1011011 | 1001 | 11111 | 1010011 | 110010 |
Color Harmonies of #E88215
Complementary color
Monochromatic Colors of #E88215
Black with #E88215
Text Example
Text Example
White with #E88215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88215; }
p { color: rgb(232,130,21); }
H1.HeaderClassName
{
color: #E88215;
}
.AnyTagClassName
{
color: #E88215;
}
</style>
background-color css
<style>
a { background-color: #E88215; }
a { background-color: rgb(232,130,21); }
div.DivClassName
{
background-color: #E88215;
}
.BgClassName
{
background-color: #E88215;
}
</style>
border-color css
<style>
span { border-color: #E88215; }
span { border-color: rgb(232,130,21); }
td.TdClassName
{
border-color: #E88215;
}
.TagClassName
{
border-color: #E88215;
}
</style>