Shades of Carrot Orange #E58D25
Tints of Carrot Orange #E58D25
RGB
CMYK
RGB Variations
Color information
#E58D25 (or 0xE58D25) is known color: Carrot Orange. HEX triplet: E5, 8D and 25. RGB value is (229,141,37). Sum of RGB (Red+Green+Blue) = 229+141+37=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58D25 is #1A72DA. Grayscale: #9B9B9B. Windows color (decimal): -1733339 or 2461157. OLE color: 2461157.
HSL color Cylindrical-coordinate representation of color #E58D25: hue angle of 32.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E58D25 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 37 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.10 |
| HSL | 32.5º | 0.79% | 0.52% | - |
| HSV(B) | 32.5º | 0.84% | 0.9% | - |
| XYZ | 42.17 | 35.84 | 6.45 | - |
| YUV | 155.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 37 | 0 | 0.38 | 0.84 | 0.10 | 32.5 | 0.79 | 0.52 |
| Hex | E5 | 8D | 25 | 0 | 26 | 54 | A | 20 | 4F | 34 |
| Octal | 345 | 215 | 45 | 0 | 46 | 124 | 12 | 40 | 117 | 64 |
| Binary | 11100101 | 10001101 | 100101 | 0 | 100110 | 1010100 | 1010 | 100000 | 1001111 | 110100 |
Color Harmonies of #E58D25
Complementary color
Monochromatic Colors of #E58D25
Black with #E58D25
Text Example
Text Example
White with #E58D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D25; }
p { color: rgb(229,141,37); }
H1.HeaderClassName
{
color: #E58D25;
}
.AnyTagClassName
{
color: #E58D25;
}
</style>
background-color css
<style>
a { background-color: #E58D25; }
a { background-color: rgb(229,141,37); }
div.DivClassName
{
background-color: #E58D25;
}
.BgClassName
{
background-color: #E58D25;
}
</style>
border-color css
<style>
span { border-color: #E58D25; }
span { border-color: rgb(229,141,37); }
td.TdClassName
{
border-color: #E58D25;
}
.TagClassName
{
border-color: #E58D25;
}
</style>