Shades of Carrot Orange #E78221
Tints of Carrot Orange #E78221
RGB
CMYK
RGB Variations
Color information
#E78221 (or 0xE78221) is known color: Carrot Orange. HEX triplet: E7, 82 and 21. RGB value is (231,130,33). Sum of RGB (Red+Green+Blue) = 231+130+33=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E78221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78221 is #187DDE. Grayscale: #959595. Windows color (decimal): -1605087 or 2196199. OLE color: 2196199.
HSL color Cylindrical-coordinate representation of color #E78221: hue angle of 29.39º degrees, saturation: 0.8, 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 #E78221 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.09 |
| HSL | 29.39º | 0.8% | 0.52% | - |
| HSV(B) | 29.39º | 0.86% | 0.91% | - |
| XYZ | 41.21 | 33.06 | 5.65 | - |
| YUV | 149.14 | 62.46 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 33 | 0 | 0.44 | 0.86 | 0.09 | 29.39 | 0.8 | 0.52 |
| Hex | E7 | 82 | 21 | 0 | 2C | 56 | 9 | 1D | 50 | 34 |
| Octal | 347 | 202 | 41 | 0 | 54 | 126 | 11 | 35 | 120 | 64 |
| Binary | 11100111 | 10000010 | 100001 | 0 | 101100 | 1010110 | 1001 | 11101 | 1010000 | 110100 |
Color Harmonies of #E78221
Complementary color
Monochromatic Colors of #E78221
Black with #E78221
Text Example
Text Example
White with #E78221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78221; }
p { color: rgb(231,130,33); }
H1.HeaderClassName
{
color: #E78221;
}
.AnyTagClassName
{
color: #E78221;
}
</style>
background-color css
<style>
a { background-color: #E78221; }
a { background-color: rgb(231,130,33); }
div.DivClassName
{
background-color: #E78221;
}
.BgClassName
{
background-color: #E78221;
}
</style>
border-color css
<style>
span { border-color: #E78221; }
span { border-color: rgb(231,130,33); }
td.TdClassName
{
border-color: #E78221;
}
.TagClassName
{
border-color: #E78221;
}
</style>