Shades of Carrot Orange #E18F19
Tints of Carrot Orange #E18F19
RGB
CMYK
RGB Variations
Color information
#E18F19 (or 0xE18F19) is known color: Carrot Orange. HEX triplet: E1, 8F and 19. RGB value is (225,143,25). Sum of RGB (Red+Green+Blue) = 225+143+25=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F19 is #1E70E6. Grayscale: #9A9A9A. Windows color (decimal): -1994983 or 1675233. OLE color: 1675233.
HSL color Cylindrical-coordinate representation of color #E18F19: hue angle of 35.4º 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 #E18F19 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 25 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.12 |
| HSL | 35.4º | 0.8% | 0.49% | - |
| HSV(B) | 35.4º | 0.89% | 0.88% | - |
| XYZ | 41.05 | 35.72 | 5.65 | - |
| YUV | 154.07 | 55.17 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 25 | 0 | 0.36 | 0.89 | 0.12 | 35.4 | 0.8 | 0.49 |
| Hex | E1 | 8F | 19 | 0 | 24 | 59 | C | 23 | 50 | 31 |
| Octal | 341 | 217 | 31 | 0 | 44 | 131 | 14 | 43 | 120 | 61 |
| Binary | 11100001 | 10001111 | 11001 | 0 | 100100 | 1011001 | 1100 | 100011 | 1010000 | 110001 |
Color Harmonies of #E18F19
Complementary color
Monochromatic Colors of #E18F19
Black with #E18F19
Text Example
Text Example
White with #E18F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F19; }
p { color: rgb(225,143,25); }
H1.HeaderClassName
{
color: #E18F19;
}
.AnyTagClassName
{
color: #E18F19;
}
</style>
background-color css
<style>
a { background-color: #E18F19; }
a { background-color: rgb(225,143,25); }
div.DivClassName
{
background-color: #E18F19;
}
.BgClassName
{
background-color: #E18F19;
}
</style>
border-color css
<style>
span { border-color: #E18F19; }
span { border-color: rgb(225,143,25); }
td.TdClassName
{
border-color: #E18F19;
}
.TagClassName
{
border-color: #E18F19;
}
</style>