Shades of Carrot Orange #E1921D
Tints of Carrot Orange #E1921D
RGB
CMYK
RGB Variations
Color information
#E1921D (or 0xE1921D) is known color: Carrot Orange. HEX triplet: E1, 92 and 1D. RGB value is (225,146,29). Sum of RGB (Red+Green+Blue) = 225+146+29=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1921D is #1E6DE2. Grayscale: #9C9C9C. Windows color (decimal): -1994211 or 1938145. OLE color: 1938145.
HSL color Cylindrical-coordinate representation of color #E1921D: hue angle of 35.82º degrees, saturation: 0.77, 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 #E1921D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 29 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.12 |
| HSL | 35.82º | 0.77% | 0.5% | - |
| HSV(B) | 35.82º | 0.87% | 0.88% | - |
| XYZ | 41.55 | 36.65 | 6.05 | - |
| YUV | 156.28 | 56.17 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 29 | 0 | 0.35 | 0.87 | 0.12 | 35.82 | 0.77 | 0.5 |
| Hex | E1 | 92 | 1D | 0 | 23 | 57 | C | 24 | 4D | 32 |
| Octal | 341 | 222 | 35 | 0 | 43 | 127 | 14 | 44 | 115 | 62 |
| Binary | 11100001 | 10010010 | 11101 | 0 | 100011 | 1010111 | 1100 | 100100 | 1001101 | 110010 |
Color Harmonies of #E1921D
Complementary color
Monochromatic Colors of #E1921D
Black with #E1921D
Text Example
Text Example
White with #E1921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1921D; }
p { color: rgb(225,146,29); }
H1.HeaderClassName
{
color: #E1921D;
}
.AnyTagClassName
{
color: #E1921D;
}
</style>
background-color css
<style>
a { background-color: #E1921D; }
a { background-color: rgb(225,146,29); }
div.DivClassName
{
background-color: #E1921D;
}
.BgClassName
{
background-color: #E1921D;
}
</style>
border-color css
<style>
span { border-color: #E1921D; }
span { border-color: rgb(225,146,29); }
td.TdClassName
{
border-color: #E1921D;
}
.TagClassName
{
border-color: #E1921D;
}
</style>