Shades of Carrot Orange #E78215
Tints of Carrot Orange #E78215
RGB
CMYK
RGB Variations
Color information
#E78215 (or 0xE78215) is known color: Carrot Orange. HEX triplet: E7, 82 and 15. RGB value is (231,130,21). Sum of RGB (Red+Green+Blue) = 231+130+21=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E78215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78215 is #187DEA. Grayscale: #949494. Windows color (decimal): -1605099 or 1409767. OLE color: 1409767.
HSL color Cylindrical-coordinate representation of color #E78215: hue angle of 31.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E78215 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 21 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.09 |
| HSL | 31.14º | 0.83% | 0.49% | - |
| HSV(B) | 31.14º | 0.91% | 0.91% | - |
| XYZ | 41.07 | 33.01 | 4.92 | - |
| YUV | 147.77 | 56.46 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 21 | 0 | 0.44 | 0.91 | 0.09 | 31.14 | 0.83 | 0.49 |
| Hex | E7 | 82 | 15 | 0 | 2C | 5B | 9 | 1F | 53 | 31 |
| Octal | 347 | 202 | 25 | 0 | 54 | 133 | 11 | 37 | 123 | 61 |
| Binary | 11100111 | 10000010 | 10101 | 0 | 101100 | 1011011 | 1001 | 11111 | 1010011 | 110001 |
Color Harmonies of #E78215
Complementary color
Monochromatic Colors of #E78215
Black with #E78215
Text Example
Text Example
White with #E78215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78215; }
p { color: rgb(231,130,21); }
H1.HeaderClassName
{
color: #E78215;
}
.AnyTagClassName
{
color: #E78215;
}
</style>
background-color css
<style>
a { background-color: #E78215; }
a { background-color: rgb(231,130,21); }
div.DivClassName
{
background-color: #E78215;
}
.BgClassName
{
background-color: #E78215;
}
</style>
border-color css
<style>
span { border-color: #E78215; }
span { border-color: rgb(231,130,21); }
td.TdClassName
{
border-color: #E78215;
}
.TagClassName
{
border-color: #E78215;
}
</style>