Shades of Carrot Orange #E1921E
Tints of Carrot Orange #E1921E
RGB
CMYK
RGB Variations
Color information
#E1921E (or 0xE1921E) is known color: Carrot Orange. HEX triplet: E1, 92 and 1E. RGB value is (225,146,30). Sum of RGB (Red+Green+Blue) = 225+146+30=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1921E is #1E6DE1. Grayscale: #9C9C9C. Windows color (decimal): -1994210 or 2003681. OLE color: 2003681.
HSL color Cylindrical-coordinate representation of color #E1921E: hue angle of 35.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1921E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 30 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.12 |
| HSL | 35.69º | 0.76% | 0.5% | - |
| HSV(B) | 35.69º | 0.87% | 0.88% | - |
| XYZ | 41.56 | 36.66 | 6.11 | - |
| YUV | 156.4 | 56.67 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 30 | 0 | 0.35 | 0.87 | 0.12 | 35.69 | 0.76 | 0.5 |
| Hex | E1 | 92 | 1E | 0 | 23 | 57 | C | 24 | 4C | 32 |
| Octal | 341 | 222 | 36 | 0 | 43 | 127 | 14 | 44 | 114 | 62 |
| Binary | 11100001 | 10010010 | 11110 | 0 | 100011 | 1010111 | 1100 | 100100 | 1001100 | 110010 |
Color Harmonies of #E1921E
Complementary color
Monochromatic Colors of #E1921E
Black with #E1921E
Text Example
Text Example
White with #E1921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1921E; }
p { color: rgb(225,146,30); }
H1.HeaderClassName
{
color: #E1921E;
}
.AnyTagClassName
{
color: #E1921E;
}
</style>
background-color css
<style>
a { background-color: #E1921E; }
a { background-color: rgb(225,146,30); }
div.DivClassName
{
background-color: #E1921E;
}
.BgClassName
{
background-color: #E1921E;
}
</style>
border-color css
<style>
span { border-color: #E1921E; }
span { border-color: rgb(225,146,30); }
td.TdClassName
{
border-color: #E1921E;
}
.TagClassName
{
border-color: #E1921E;
}
</style>