Shades of Carrot Orange #E58A19
Tints of Carrot Orange #E58A19
RGB
CMYK
RGB Variations
Color information
#E58A19 (or 0xE58A19) is known color: Carrot Orange. HEX triplet: E5, 8A and 19. RGB value is (229,138,25). Sum of RGB (Red+Green+Blue) = 229+138+25=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58A19 is #1A75E6. Grayscale: #989898. Windows color (decimal): -1734119 or 1673957. OLE color: 1673957.
HSL color Cylindrical-coordinate representation of color #E58A19: hue angle of 33.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E58A19 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 25 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.10 |
| HSL | 33.24º | 0.8% | 0.5% | - |
| HSV(B) | 33.24º | 0.89% | 0.9% | - |
| XYZ | 41.58 | 34.91 | 5.47 | - |
| YUV | 152.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 25 | 0 | 0.40 | 0.89 | 0.10 | 33.24 | 0.8 | 0.5 |
| Hex | E5 | 8A | 19 | 0 | 28 | 59 | A | 21 | 50 | 32 |
| Octal | 345 | 212 | 31 | 0 | 50 | 131 | 12 | 41 | 120 | 62 |
| Binary | 11100101 | 10001010 | 11001 | 0 | 101000 | 1011001 | 1010 | 100001 | 1010000 | 110010 |
Color Harmonies of #E58A19
Complementary color
Monochromatic Colors of #E58A19
Black with #E58A19
Text Example
Text Example
White with #E58A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A19; }
p { color: rgb(229,138,25); }
H1.HeaderClassName
{
color: #E58A19;
}
.AnyTagClassName
{
color: #E58A19;
}
</style>
background-color css
<style>
a { background-color: #E58A19; }
a { background-color: rgb(229,138,25); }
div.DivClassName
{
background-color: #E58A19;
}
.BgClassName
{
background-color: #E58A19;
}
</style>
border-color css
<style>
span { border-color: #E58A19; }
span { border-color: rgb(229,138,25); }
td.TdClassName
{
border-color: #E58A19;
}
.TagClassName
{
border-color: #E58A19;
}
</style>