Shades of Carrot Orange #E2911C
Tints of Carrot Orange #E2911C
RGB
CMYK
RGB Variations
Color information
#E2911C (or 0xE2911C) is known color: Carrot Orange. HEX triplet: E2, 91 and 1C. RGB value is (226,145,28). Sum of RGB (Red+Green+Blue) = 226+145+28=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2911C is #1D6EE3. Grayscale: #9C9C9C. Windows color (decimal): -1928932 or 1872354. OLE color: 1872354.
HSL color Cylindrical-coordinate representation of color #E2911C: hue angle of 35.45º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2911C is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 28 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.11 |
| HSL | 35.45º | 0.78% | 0.5% | - |
| HSV(B) | 35.45º | 0.88% | 0.89% | - |
| XYZ | 41.7 | 36.5 | 5.95 | - |
| YUV | 155.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 28 | 0 | 0.36 | 0.88 | 0.11 | 35.45 | 0.78 | 0.5 |
| Hex | E2 | 91 | 1C | 0 | 24 | 58 | B | 23 | 4E | 32 |
| Octal | 342 | 221 | 34 | 0 | 44 | 130 | 13 | 43 | 116 | 62 |
| Binary | 11100010 | 10010001 | 11100 | 0 | 100100 | 1011000 | 1011 | 100011 | 1001110 | 110010 |
Color Harmonies of #E2911C
Complementary color
Monochromatic Colors of #E2911C
Black with #E2911C
Text Example
Text Example
White with #E2911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2911C; }
p { color: rgb(226,145,28); }
H1.HeaderClassName
{
color: #E2911C;
}
.AnyTagClassName
{
color: #E2911C;
}
</style>
background-color css
<style>
a { background-color: #E2911C; }
a { background-color: rgb(226,145,28); }
div.DivClassName
{
background-color: #E2911C;
}
.BgClassName
{
background-color: #E2911C;
}
</style>
border-color css
<style>
span { border-color: #E2911C; }
span { border-color: rgb(226,145,28); }
td.TdClassName
{
border-color: #E2911C;
}
.TagClassName
{
border-color: #E2911C;
}
</style>