Shades of Carrot Orange #E78C20
Tints of Carrot Orange #E78C20
RGB
CMYK
RGB Variations
Color information
#E78C20 (or 0xE78C20) is known color: Carrot Orange. HEX triplet: E7, 8C and 20. RGB value is (231,140,32). Sum of RGB (Red+Green+Blue) = 231+140+32=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78C20 is #1873DF. Grayscale: #9B9B9B. Windows color (decimal): -1602528 or 2133223. OLE color: 2133223.
HSL color Cylindrical-coordinate representation of color #E78C20: hue angle of 32.56º 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 #E78C20 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.09 |
| HSL | 32.56º | 0.81% | 0.52% | - |
| HSV(B) | 32.56º | 0.86% | 0.91% | - |
| XYZ | 42.59 | 35.85 | 6.04 | - |
| YUV | 154.9 | 58.65 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 32 | 0 | 0.39 | 0.86 | 0.09 | 32.56 | 0.81 | 0.52 |
| Hex | E7 | 8C | 20 | 0 | 27 | 56 | 9 | 21 | 51 | 34 |
| Octal | 347 | 214 | 40 | 0 | 47 | 126 | 11 | 41 | 121 | 64 |
| Binary | 11100111 | 10001100 | 100000 | 0 | 100111 | 1010110 | 1001 | 100001 | 1010001 | 110100 |
Color Harmonies of #E78C20
Complementary color
Monochromatic Colors of #E78C20
Black with #E78C20
Text Example
Text Example
White with #E78C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C20; }
p { color: rgb(231,140,32); }
H1.HeaderClassName
{
color: #E78C20;
}
.AnyTagClassName
{
color: #E78C20;
}
</style>
background-color css
<style>
a { background-color: #E78C20; }
a { background-color: rgb(231,140,32); }
div.DivClassName
{
background-color: #E78C20;
}
.BgClassName
{
background-color: #E78C20;
}
</style>
border-color css
<style>
span { border-color: #E78C20; }
span { border-color: rgb(231,140,32); }
td.TdClassName
{
border-color: #E78C20;
}
.TagClassName
{
border-color: #E78C20;
}
</style>