Shades of Carrot Orange #E1921C
Tints of Carrot Orange #E1921C
RGB
CMYK
RGB Variations
Color information
#E1921C (or 0xE1921C) is known color: Carrot Orange. HEX triplet: E1, 92 and 1C. RGB value is (225,146,28). Sum of RGB (Red+Green+Blue) = 225+146+28=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1921C is #1E6DE3. Grayscale: #9C9C9C. Windows color (decimal): -1994212 or 1872609. OLE color: 1872609.
HSL color Cylindrical-coordinate representation of color #E1921C: hue angle of 35.94º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1921C is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 28 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.12 |
| HSL | 35.94º | 0.78% | 0.5% | - |
| HSV(B) | 35.94º | 0.88% | 0.88% | - |
| XYZ | 41.54 | 36.65 | 5.98 | - |
| YUV | 156.17 | 55.67 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 28 | 0 | 0.35 | 0.88 | 0.12 | 35.94 | 0.78 | 0.5 |
| Hex | E1 | 92 | 1C | 0 | 23 | 58 | C | 24 | 4E | 32 |
| Octal | 341 | 222 | 34 | 0 | 43 | 130 | 14 | 44 | 116 | 62 |
| Binary | 11100001 | 10010010 | 11100 | 0 | 100011 | 1011000 | 1100 | 100100 | 1001110 | 110010 |
Color Harmonies of #E1921C
Complementary color
Monochromatic Colors of #E1921C
Black with #E1921C
Text Example
Text Example
White with #E1921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1921C; }
p { color: rgb(225,146,28); }
H1.HeaderClassName
{
color: #E1921C;
}
.AnyTagClassName
{
color: #E1921C;
}
</style>
background-color css
<style>
a { background-color: #E1921C; }
a { background-color: rgb(225,146,28); }
div.DivClassName
{
background-color: #E1921C;
}
.BgClassName
{
background-color: #E1921C;
}
</style>
border-color css
<style>
span { border-color: #E1921C; }
span { border-color: rgb(225,146,28); }
td.TdClassName
{
border-color: #E1921C;
}
.TagClassName
{
border-color: #E1921C;
}
</style>