Shades of Carrot Orange #E18C20
Tints of Carrot Orange #E18C20
RGB
CMYK
RGB Variations
Color information
#E18C20 (or 0xE18C20) is known color: Carrot Orange. HEX triplet: E1, 8C and 20. RGB value is (225,140,32). Sum of RGB (Red+Green+Blue) = 225+140+32=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C20 is #1E73DF. Grayscale: #999999. Windows color (decimal): -1995744 or 2133217. OLE color: 2133217.
HSL color Cylindrical-coordinate representation of color #E18C20: hue angle of 33.58º 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 #E18C20 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 32 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.12 |
| HSL | 33.58º | 0.76% | 0.5% | - |
| HSV(B) | 33.58º | 0.86% | 0.88% | - |
| XYZ | 40.69 | 34.87 | 5.95 | - |
| YUV | 153.1 | 59.66 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 32 | 0 | 0.38 | 0.86 | 0.12 | 33.58 | 0.76 | 0.5 |
| Hex | E1 | 8C | 20 | 0 | 26 | 56 | C | 22 | 4C | 32 |
| Octal | 341 | 214 | 40 | 0 | 46 | 126 | 14 | 42 | 114 | 62 |
| Binary | 11100001 | 10001100 | 100000 | 0 | 100110 | 1010110 | 1100 | 100010 | 1001100 | 110010 |
Color Harmonies of #E18C20
Complementary color
Monochromatic Colors of #E18C20
Black with #E18C20
Text Example
Text Example
White with #E18C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18C20; }
p { color: rgb(225,140,32); }
H1.HeaderClassName
{
color: #E18C20;
}
.AnyTagClassName
{
color: #E18C20;
}
</style>
background-color css
<style>
a { background-color: #E18C20; }
a { background-color: rgb(225,140,32); }
div.DivClassName
{
background-color: #E18C20;
}
.BgClassName
{
background-color: #E18C20;
}
</style>
border-color css
<style>
span { border-color: #E18C20; }
span { border-color: rgb(225,140,32); }
td.TdClassName
{
border-color: #E18C20;
}
.TagClassName
{
border-color: #E18C20;
}
</style>