Shades of Carrot Orange #E78C1F
Tints of Carrot Orange #E78C1F
RGB
CMYK
RGB Variations
Color information
#E78C1F (or 0xE78C1F) is known color: Carrot Orange. HEX triplet: E7, 8C and 1F. RGB value is (231,140,31). Sum of RGB (Red+Green+Blue) = 231+140+31=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78C1F is #1873E0. Grayscale: #9B9B9B. Windows color (decimal): -1602529 or 2067687. OLE color: 2067687.
HSL color Cylindrical-coordinate representation of color #E78C1F: hue angle of 32.7º 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 #E78C1F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 31 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.09 |
| HSL | 32.7º | 0.81% | 0.51% | - |
| HSV(B) | 32.7º | 0.87% | 0.91% | - |
| XYZ | 42.58 | 35.84 | 5.97 | - |
| YUV | 154.78 | 58.15 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 31 | 0 | 0.39 | 0.87 | 0.09 | 32.7 | 0.81 | 0.51 |
| Hex | E7 | 8C | 1F | 0 | 27 | 57 | 9 | 21 | 51 | 33 |
| Octal | 347 | 214 | 37 | 0 | 47 | 127 | 11 | 41 | 121 | 63 |
| Binary | 11100111 | 10001100 | 11111 | 0 | 100111 | 1010111 | 1001 | 100001 | 1010001 | 110011 |
Color Harmonies of #E78C1F
Complementary color
Monochromatic Colors of #E78C1F
Black with #E78C1F
Text Example
Text Example
White with #E78C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C1F; }
p { color: rgb(231,140,31); }
H1.HeaderClassName
{
color: #E78C1F;
}
.AnyTagClassName
{
color: #E78C1F;
}
</style>
background-color css
<style>
a { background-color: #E78C1F; }
a { background-color: rgb(231,140,31); }
div.DivClassName
{
background-color: #E78C1F;
}
.BgClassName
{
background-color: #E78C1F;
}
</style>
border-color css
<style>
span { border-color: #E78C1F; }
span { border-color: rgb(231,140,31); }
td.TdClassName
{
border-color: #E78C1F;
}
.TagClassName
{
border-color: #E78C1F;
}
</style>