Shades of Carrot Orange #E18A19
Tints of Carrot Orange #E18A19
RGB
CMYK
RGB Variations
Color information
#E18A19 (or 0xE18A19) is known color: Carrot Orange. HEX triplet: E1, 8A and 19. RGB value is (225,138,25). Sum of RGB (Red+Green+Blue) = 225+138+25=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A19 is #1E75E6. Grayscale: #979797. Windows color (decimal): -1996263 or 1673953. OLE color: 1673953.
HSL color Cylindrical-coordinate representation of color #E18A19: hue angle of 33.9º 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 #E18A19 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 25 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.12 |
| HSL | 33.9º | 0.8% | 0.49% | - |
| HSV(B) | 33.9º | 0.89% | 0.88% | - |
| XYZ | 40.32 | 34.25 | 5.41 | - |
| YUV | 151.13 | 56.82 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 25 | 0 | 0.39 | 0.89 | 0.12 | 33.9 | 0.8 | 0.49 |
| Hex | E1 | 8A | 19 | 0 | 27 | 59 | C | 22 | 50 | 31 |
| Octal | 341 | 212 | 31 | 0 | 47 | 131 | 14 | 42 | 120 | 61 |
| Binary | 11100001 | 10001010 | 11001 | 0 | 100111 | 1011001 | 1100 | 100010 | 1010000 | 110001 |
Color Harmonies of #E18A19
Complementary color
Monochromatic Colors of #E18A19
Black with #E18A19
Text Example
Text Example
White with #E18A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A19; }
p { color: rgb(225,138,25); }
H1.HeaderClassName
{
color: #E18A19;
}
.AnyTagClassName
{
color: #E18A19;
}
</style>
background-color css
<style>
a { background-color: #E18A19; }
a { background-color: rgb(225,138,25); }
div.DivClassName
{
background-color: #E18A19;
}
.BgClassName
{
background-color: #E18A19;
}
</style>
border-color css
<style>
span { border-color: #E18A19; }
span { border-color: rgb(225,138,25); }
td.TdClassName
{
border-color: #E18A19;
}
.TagClassName
{
border-color: #E18A19;
}
</style>