Shades of Carrot Orange #E18820
Tints of Carrot Orange #E18820
RGB
CMYK
RGB Variations
Color information
#E18820 (or 0xE18820) is known color: Carrot Orange. HEX triplet: E1, 88 and 20. RGB value is (225,136,32). Sum of RGB (Red+Green+Blue) = 225+136+32=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E18820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18820 is #1E77DF. Grayscale: #979797. Windows color (decimal): -1996768 or 2132193. OLE color: 2132193.
HSL color Cylindrical-coordinate representation of color #E18820: hue angle of 32.33º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E18820 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 32 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.12 |
| HSL | 32.33º | 0.76% | 0.5% | - |
| HSV(B) | 32.33º | 0.86% | 0.88% | - |
| XYZ | 40.12 | 33.72 | 5.76 | - |
| YUV | 150.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 32 | 0 | 0.40 | 0.86 | 0.12 | 32.33 | 0.76 | 0.5 |
| Hex | E1 | 88 | 20 | 0 | 28 | 56 | C | 20 | 4C | 32 |
| Octal | 341 | 210 | 40 | 0 | 50 | 126 | 14 | 40 | 114 | 62 |
| Binary | 11100001 | 10001000 | 100000 | 0 | 101000 | 1010110 | 1100 | 100000 | 1001100 | 110010 |
Color Harmonies of #E18820
Complementary color
Monochromatic Colors of #E18820
Black with #E18820
Text Example
Text Example
White with #E18820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18820; }
p { color: rgb(225,136,32); }
H1.HeaderClassName
{
color: #E18820;
}
.AnyTagClassName
{
color: #E18820;
}
</style>
background-color css
<style>
a { background-color: #E18820; }
a { background-color: rgb(225,136,32); }
div.DivClassName
{
background-color: #E18820;
}
.BgClassName
{
background-color: #E18820;
}
</style>
border-color css
<style>
span { border-color: #E18820; }
span { border-color: rgb(225,136,32); }
td.TdClassName
{
border-color: #E18820;
}
.TagClassName
{
border-color: #E18820;
}
</style>