Shades of Carrot Orange #E2921A
Tints of Carrot Orange #E2921A
RGB
CMYK
RGB Variations
Color information
#E2921A (or 0xE2921A) is known color: Carrot Orange. HEX triplet: E2, 92 and 1A. RGB value is (226,146,26). Sum of RGB (Red+Green+Blue) = 226+146+26=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2921A is #1D6DE5. Grayscale: #9C9C9C. Windows color (decimal): -1928678 or 1741538. OLE color: 1741538.
HSL color Cylindrical-coordinate representation of color #E2921A: hue angle of 36º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2921A is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 26 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.11 |
| HSL | 36º | 0.79% | 0.49% | - |
| HSV(B) | 36º | 0.88% | 0.89% | - |
| XYZ | 41.83 | 36.8 | 5.88 | - |
| YUV | 156.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 26 | 0 | 0.35 | 0.88 | 0.11 | 36 | 0.79 | 0.49 |
| Hex | E2 | 92 | 1A | 0 | 23 | 58 | B | 24 | 4F | 31 |
| Octal | 342 | 222 | 32 | 0 | 43 | 130 | 13 | 44 | 117 | 61 |
| Binary | 11100010 | 10010010 | 11010 | 0 | 100011 | 1011000 | 1011 | 100100 | 1001111 | 110001 |
Color Harmonies of #E2921A
Complementary color
Monochromatic Colors of #E2921A
Black with #E2921A
Text Example
Text Example
White with #E2921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2921A; }
p { color: rgb(226,146,26); }
H1.HeaderClassName
{
color: #E2921A;
}
.AnyTagClassName
{
color: #E2921A;
}
</style>
background-color css
<style>
a { background-color: #E2921A; }
a { background-color: rgb(226,146,26); }
div.DivClassName
{
background-color: #E2921A;
}
.BgClassName
{
background-color: #E2921A;
}
</style>
border-color css
<style>
span { border-color: #E2921A; }
span { border-color: rgb(226,146,26); }
td.TdClassName
{
border-color: #E2921A;
}
.TagClassName
{
border-color: #E2921A;
}
</style>