Shades of Carrot Orange #E18516
Tints of Carrot Orange #E18516
RGB
CMYK
RGB Variations
Color information
#E18516 (or 0xE18516) is known color: Carrot Orange. HEX triplet: E1, 85 and 16. RGB value is (225,133,22). Sum of RGB (Red+Green+Blue) = 225+133+22=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E18516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18516 is #1E7AE9. Grayscale: #949494. Windows color (decimal): -1997546 or 1476065. OLE color: 1476065.
HSL color Cylindrical-coordinate representation of color #E18516: hue angle of 32.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E18516 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 22 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.12 |
| HSL | 32.81º | 0.82% | 0.48% | - |
| HSV(B) | 32.81º | 0.9% | 0.88% | - |
| XYZ | 39.58 | 32.84 | 5.01 | - |
| YUV | 147.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 22 | 0 | 0.41 | 0.90 | 0.12 | 32.81 | 0.82 | 0.48 |
| Hex | E1 | 85 | 16 | 0 | 29 | 5A | C | 21 | 52 | 30 |
| Octal | 341 | 205 | 26 | 0 | 51 | 132 | 14 | 41 | 122 | 60 |
| Binary | 11100001 | 10000101 | 10110 | 0 | 101001 | 1011010 | 1100 | 100001 | 1010010 | 110000 |
Color Harmonies of #E18516
Complementary color
Monochromatic Colors of #E18516
Black with #E18516
Text Example
Text Example
White with #E18516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18516; }
p { color: rgb(225,133,22); }
H1.HeaderClassName
{
color: #E18516;
}
.AnyTagClassName
{
color: #E18516;
}
</style>
background-color css
<style>
a { background-color: #E18516; }
a { background-color: rgb(225,133,22); }
div.DivClassName
{
background-color: #E18516;
}
.BgClassName
{
background-color: #E18516;
}
</style>
border-color css
<style>
span { border-color: #E18516; }
span { border-color: rgb(225,133,22); }
td.TdClassName
{
border-color: #E18516;
}
.TagClassName
{
border-color: #E18516;
}
</style>