Shades of Carrot Orange #E18219
Tints of Carrot Orange #E18219
RGB
CMYK
RGB Variations
Color information
#E18219 (or 0xE18219) is known color: Carrot Orange. HEX triplet: E1, 82 and 19. RGB value is (225,130,25). Sum of RGB (Red+Green+Blue) = 225+130+25=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18219 is #1E7DE6. Grayscale: #929292. Windows color (decimal): -1998311 or 1671905. OLE color: 1671905.
HSL color Cylindrical-coordinate representation of color #E18219: hue angle of 31.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E18219 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 25 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.12 |
| HSL | 31.5º | 0.8% | 0.49% | - |
| HSV(B) | 31.5º | 0.89% | 0.88% | - |
| XYZ | 39.21 | 32.04 | 5.04 | - |
| YUV | 146.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 25 | 0 | 0.42 | 0.89 | 0.12 | 31.5 | 0.8 | 0.49 |
| Hex | E1 | 82 | 19 | 0 | 2A | 59 | C | 1F | 50 | 31 |
| Octal | 341 | 202 | 31 | 0 | 52 | 131 | 14 | 37 | 120 | 61 |
| Binary | 11100001 | 10000010 | 11001 | 0 | 101010 | 1011001 | 1100 | 11111 | 1010000 | 110001 |
Color Harmonies of #E18219
Complementary color
Monochromatic Colors of #E18219
Black with #E18219
Text Example
Text Example
White with #E18219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18219; }
p { color: rgb(225,130,25); }
H1.HeaderClassName
{
color: #E18219;
}
.AnyTagClassName
{
color: #E18219;
}
</style>
background-color css
<style>
a { background-color: #E18219; }
a { background-color: rgb(225,130,25); }
div.DivClassName
{
background-color: #E18219;
}
.BgClassName
{
background-color: #E18219;
}
</style>
border-color css
<style>
span { border-color: #E18219; }
span { border-color: rgb(225,130,25); }
td.TdClassName
{
border-color: #E18219;
}
.TagClassName
{
border-color: #E18219;
}
</style>