Shades of Carrot Orange #E78A1E
Tints of Carrot Orange #E78A1E
RGB
CMYK
RGB Variations
Color information
#E78A1E (or 0xE78A1E) is known color: Carrot Orange. HEX triplet: E7, 8A and 1E. RGB value is (231,138,30). Sum of RGB (Red+Green+Blue) = 231+138+30=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78A1E is #1875E1. Grayscale: #9A9A9A. Windows color (decimal): -1603042 or 2001639. OLE color: 2001639.
HSL color Cylindrical-coordinate representation of color #E78A1E: hue angle of 32.24º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E78A1E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 30 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.09 |
| HSL | 32.24º | 0.81% | 0.51% | - |
| HSV(B) | 32.24º | 0.87% | 0.91% | - |
| XYZ | 42.28 | 35.26 | 5.81 | - |
| YUV | 153.5 | 58.31 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 30 | 0 | 0.40 | 0.87 | 0.09 | 32.24 | 0.81 | 0.51 |
| Hex | E7 | 8A | 1E | 0 | 28 | 57 | 9 | 20 | 51 | 33 |
| Octal | 347 | 212 | 36 | 0 | 50 | 127 | 11 | 40 | 121 | 63 |
| Binary | 11100111 | 10001010 | 11110 | 0 | 101000 | 1010111 | 1001 | 100000 | 1010001 | 110011 |
Color Harmonies of #E78A1E
Complementary color
Monochromatic Colors of #E78A1E
Black with #E78A1E
Text Example
Text Example
White with #E78A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A1E; }
p { color: rgb(231,138,30); }
H1.HeaderClassName
{
color: #E78A1E;
}
.AnyTagClassName
{
color: #E78A1E;
}
</style>
background-color css
<style>
a { background-color: #E78A1E; }
a { background-color: rgb(231,138,30); }
div.DivClassName
{
background-color: #E78A1E;
}
.BgClassName
{
background-color: #E78A1E;
}
</style>
border-color css
<style>
span { border-color: #E78A1E; }
span { border-color: rgb(231,138,30); }
td.TdClassName
{
border-color: #E78A1E;
}
.TagClassName
{
border-color: #E78A1E;
}
</style>