Shades of Carrot Orange #E78A20
Tints of Carrot Orange #E78A20
RGB
CMYK
RGB Variations
Color information
#E78A20 (or 0xE78A20) is known color: Carrot Orange. HEX triplet: E7, 8A and 20. RGB value is (231,138,32). Sum of RGB (Red+Green+Blue) = 231+138+32=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78A20 is #1875DF. Grayscale: #9A9A9A. Windows color (decimal): -1603040 or 2132711. OLE color: 2132711.
HSL color Cylindrical-coordinate representation of color #E78A20: hue angle of 31.96º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E78A20 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 32 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.09 |
| HSL | 31.96º | 0.81% | 0.52% | - |
| HSV(B) | 31.96º | 0.86% | 0.91% | - |
| XYZ | 42.3 | 35.27 | 5.94 | - |
| YUV | 153.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 32 | 0 | 0.40 | 0.86 | 0.09 | 31.96 | 0.81 | 0.52 |
| Hex | E7 | 8A | 20 | 0 | 28 | 56 | 9 | 20 | 51 | 34 |
| Octal | 347 | 212 | 40 | 0 | 50 | 126 | 11 | 40 | 121 | 64 |
| Binary | 11100111 | 10001010 | 100000 | 0 | 101000 | 1010110 | 1001 | 100000 | 1010001 | 110100 |
Color Harmonies of #E78A20
Complementary color
Monochromatic Colors of #E78A20
Black with #E78A20
Text Example
Text Example
White with #E78A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A20; }
p { color: rgb(231,138,32); }
H1.HeaderClassName
{
color: #E78A20;
}
.AnyTagClassName
{
color: #E78A20;
}
</style>
background-color css
<style>
a { background-color: #E78A20; }
a { background-color: rgb(231,138,32); }
div.DivClassName
{
background-color: #E78A20;
}
.BgClassName
{
background-color: #E78A20;
}
</style>
border-color css
<style>
span { border-color: #E78A20; }
span { border-color: rgb(231,138,32); }
td.TdClassName
{
border-color: #E78A20;
}
.TagClassName
{
border-color: #E78A20;
}
</style>