Shades of Carrot Orange #E78313
Tints of Carrot Orange #E78313
RGB
CMYK
RGB Variations
Color information
#E78313 (or 0xE78313) is known color: Carrot Orange. HEX triplet: E7, 83 and 13. RGB value is (231,131,19). Sum of RGB (Red+Green+Blue) = 231+131+19=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E78313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78313 is #187CEC. Grayscale: #949494. Windows color (decimal): -1604845 or 1278951. OLE color: 1278951.
HSL color Cylindrical-coordinate representation of color #E78313: hue angle of 31.7º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E78313 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 19 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.09 |
| HSL | 31.7º | 0.85% | 0.49% | - |
| HSV(B) | 31.7º | 0.92% | 0.91% | - |
| XYZ | 41.19 | 33.27 | 4.87 | - |
| YUV | 148.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 19 | 0 | 0.43 | 0.92 | 0.09 | 31.7 | 0.85 | 0.49 |
| Hex | E7 | 83 | 13 | 0 | 2B | 5C | 9 | 20 | 55 | 31 |
| Octal | 347 | 203 | 23 | 0 | 53 | 134 | 11 | 40 | 125 | 61 |
| Binary | 11100111 | 10000011 | 10011 | 0 | 101011 | 1011100 | 1001 | 100000 | 1010101 | 110001 |
Color Harmonies of #E78313
Complementary color
Monochromatic Colors of #E78313
Black with #E78313
Text Example
Text Example
White with #E78313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78313; }
p { color: rgb(231,131,19); }
H1.HeaderClassName
{
color: #E78313;
}
.AnyTagClassName
{
color: #E78313;
}
</style>
background-color css
<style>
a { background-color: #E78313; }
a { background-color: rgb(231,131,19); }
div.DivClassName
{
background-color: #E78313;
}
.BgClassName
{
background-color: #E78313;
}
</style>
border-color css
<style>
span { border-color: #E78313; }
span { border-color: rgb(231,131,19); }
td.TdClassName
{
border-color: #E78313;
}
.TagClassName
{
border-color: #E78313;
}
</style>