Shades of Carrot Orange #E78A1F
Tints of Carrot Orange #E78A1F
RGB
CMYK
RGB Variations
Color information
#E78A1F (or 0xE78A1F) is known color: Carrot Orange. HEX triplet: E7, 8A and 1F. RGB value is (231,138,31). Sum of RGB (Red+Green+Blue) = 231+138+31=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78A1F is #1875E0. Grayscale: #9A9A9A. Windows color (decimal): -1603041 or 2067175. OLE color: 2067175.
HSL color Cylindrical-coordinate representation of color #E78A1F: hue angle of 32.1º 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 #E78A1F is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 31 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.09 |
| HSL | 32.1º | 0.81% | 0.51% | - |
| HSV(B) | 32.1º | 0.87% | 0.91% | - |
| XYZ | 42.29 | 35.26 | 5.87 | - |
| YUV | 153.61 | 58.81 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 31 | 0 | 0.40 | 0.87 | 0.09 | 32.1 | 0.81 | 0.51 |
| Hex | E7 | 8A | 1F | 0 | 28 | 57 | 9 | 20 | 51 | 33 |
| Octal | 347 | 212 | 37 | 0 | 50 | 127 | 11 | 40 | 121 | 63 |
| Binary | 11100111 | 10001010 | 11111 | 0 | 101000 | 1010111 | 1001 | 100000 | 1010001 | 110011 |
Color Harmonies of #E78A1F
Complementary color
Monochromatic Colors of #E78A1F
Black with #E78A1F
Text Example
Text Example
White with #E78A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A1F; }
p { color: rgb(231,138,31); }
H1.HeaderClassName
{
color: #E78A1F;
}
.AnyTagClassName
{
color: #E78A1F;
}
</style>
background-color css
<style>
a { background-color: #E78A1F; }
a { background-color: rgb(231,138,31); }
div.DivClassName
{
background-color: #E78A1F;
}
.BgClassName
{
background-color: #E78A1F;
}
</style>
border-color css
<style>
span { border-color: #E78A1F; }
span { border-color: rgb(231,138,31); }
td.TdClassName
{
border-color: #E78A1F;
}
.TagClassName
{
border-color: #E78A1F;
}
</style>