Shades of Carrot Orange #E78014
Tints of Carrot Orange #E78014
RGB
CMYK
RGB Variations
Color information
#E78014 (or 0xE78014) is known color: Carrot Orange. HEX triplet: E7, 80 and 14. RGB value is (231,128,20). Sum of RGB (Red+Green+Blue) = 231+128+20=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E78014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78014 is #187FEB. Grayscale: #939393. Windows color (decimal): -1605612 or 1343719. OLE color: 1343719.
HSL color Cylindrical-coordinate representation of color #E78014: hue angle of 30.71º degrees, saturation: 0.84, 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 #E78014 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.09 |
| HSL | 30.71º | 0.84% | 0.49% | - |
| HSV(B) | 30.71º | 0.91% | 0.91% | - |
| XYZ | 40.8 | 32.48 | 4.78 | - |
| YUV | 146.49 | 56.62 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 20 | 0 | 0.45 | 0.91 | 0.09 | 30.71 | 0.84 | 0.49 |
| Hex | E7 | 80 | 14 | 0 | 2D | 5B | 9 | 1F | 54 | 31 |
| Octal | 347 | 200 | 24 | 0 | 55 | 133 | 11 | 37 | 124 | 61 |
| Binary | 11100111 | 10000000 | 10100 | 0 | 101101 | 1011011 | 1001 | 11111 | 1010100 | 110001 |
Color Harmonies of #E78014
Complementary color
Monochromatic Colors of #E78014
Black with #E78014
Text Example
Text Example
White with #E78014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78014; }
p { color: rgb(231,128,20); }
H1.HeaderClassName
{
color: #E78014;
}
.AnyTagClassName
{
color: #E78014;
}
</style>
background-color css
<style>
a { background-color: #E78014; }
a { background-color: rgb(231,128,20); }
div.DivClassName
{
background-color: #E78014;
}
.BgClassName
{
background-color: #E78014;
}
</style>
border-color css
<style>
span { border-color: #E78014; }
span { border-color: rgb(231,128,20); }
td.TdClassName
{
border-color: #E78014;
}
.TagClassName
{
border-color: #E78014;
}
</style>