Shades of Carrot Orange #E18525
Tints of Carrot Orange #E18525
RGB
CMYK
RGB Variations
Color information
#E18525 (or 0xE18525) is known color: Carrot Orange. HEX triplet: E1, 85 and 25. RGB value is (225,133,37). Sum of RGB (Red+Green+Blue) = 225+133+37=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E18525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18525 is #1E7ADA. Grayscale: #969696. Windows color (decimal): -1997531 or 2459105. OLE color: 2459105.
HSL color Cylindrical-coordinate representation of color #E18525: hue angle of 30.64º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E18525 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 37 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.12 |
| HSL | 30.64º | 0.76% | 0.51% | - |
| HSV(B) | 30.64º | 0.84% | 0.88% | - |
| XYZ | 39.77 | 32.92 | 6.01 | - |
| YUV | 149.56 | 64.48 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 37 | 0 | 0.41 | 0.84 | 0.12 | 30.64 | 0.76 | 0.51 |
| Hex | E1 | 85 | 25 | 0 | 29 | 54 | C | 1F | 4C | 33 |
| Octal | 341 | 205 | 45 | 0 | 51 | 124 | 14 | 37 | 114 | 63 |
| Binary | 11100001 | 10000101 | 100101 | 0 | 101001 | 1010100 | 1100 | 11111 | 1001100 | 110011 |
Color Harmonies of #E18525
Complementary color
Monochromatic Colors of #E18525
Black with #E18525
Text Example
Text Example
White with #E18525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18525; }
p { color: rgb(225,133,37); }
H1.HeaderClassName
{
color: #E18525;
}
.AnyTagClassName
{
color: #E18525;
}
</style>
background-color css
<style>
a { background-color: #E18525; }
a { background-color: rgb(225,133,37); }
div.DivClassName
{
background-color: #E18525;
}
.BgClassName
{
background-color: #E18525;
}
</style>
border-color css
<style>
span { border-color: #E18525; }
span { border-color: rgb(225,133,37); }
td.TdClassName
{
border-color: #E18525;
}
.TagClassName
{
border-color: #E18525;
}
</style>