Shades of Carrot Orange #E18A20
Tints of Carrot Orange #E18A20
RGB
CMYK
RGB Variations
Color information
#E18A20 (or 0xE18A20) is known color: Carrot Orange. HEX triplet: E1, 8A and 20. RGB value is (225,138,32). Sum of RGB (Red+Green+Blue) = 225+138+32=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A20 is #1E75DF. Grayscale: #989898. Windows color (decimal): -1996256 or 2132705. OLE color: 2132705.
HSL color Cylindrical-coordinate representation of color #E18A20: hue angle of 32.95º 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 #E18A20 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.12 |
| HSL | 32.95º | 0.76% | 0.5% | - |
| HSV(B) | 32.95º | 0.86% | 0.88% | - |
| XYZ | 40.4 | 34.29 | 5.86 | - |
| YUV | 151.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 32 | 0 | 0.39 | 0.86 | 0.12 | 32.95 | 0.76 | 0.5 |
| Hex | E1 | 8A | 20 | 0 | 27 | 56 | C | 21 | 4C | 32 |
| Octal | 341 | 212 | 40 | 0 | 47 | 126 | 14 | 41 | 114 | 62 |
| Binary | 11100001 | 10001010 | 100000 | 0 | 100111 | 1010110 | 1100 | 100001 | 1001100 | 110010 |
Color Harmonies of #E18A20
Complementary color
Monochromatic Colors of #E18A20
Black with #E18A20
Text Example
Text Example
White with #E18A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A20; }
p { color: rgb(225,138,32); }
H1.HeaderClassName
{
color: #E18A20;
}
.AnyTagClassName
{
color: #E18A20;
}
</style>
background-color css
<style>
a { background-color: #E18A20; }
a { background-color: rgb(225,138,32); }
div.DivClassName
{
background-color: #E18A20;
}
.BgClassName
{
background-color: #E18A20;
}
</style>
border-color css
<style>
span { border-color: #E18A20; }
span { border-color: rgb(225,138,32); }
td.TdClassName
{
border-color: #E18A20;
}
.TagClassName
{
border-color: #E18A20;
}
</style>