Shades of Carrot Orange #E3931A
Tints of Carrot Orange #E3931A
RGB
CMYK
RGB Variations
Color information
#E3931A (or 0xE3931A) is known color: Carrot Orange. HEX triplet: E3, 93 and 1A. RGB value is (227,147,26). Sum of RGB (Red+Green+Blue) = 227+147+26=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E3931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3931A is #1C6CE5. Grayscale: #9D9D9D. Windows color (decimal): -1862886 or 1741795. OLE color: 1741795.
HSL color Cylindrical-coordinate representation of color #E3931A: hue angle of 36.12º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3931A is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 26 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.11 |
| HSL | 36.12º | 0.79% | 0.5% | - |
| HSV(B) | 36.12º | 0.89% | 0.89% | - |
| XYZ | 42.3 | 37.27 | 5.94 | - |
| YUV | 157.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 26 | 0 | 0.35 | 0.89 | 0.11 | 36.12 | 0.79 | 0.5 |
| Hex | E3 | 93 | 1A | 0 | 23 | 59 | B | 24 | 4F | 32 |
| Octal | 343 | 223 | 32 | 0 | 43 | 131 | 13 | 44 | 117 | 62 |
| Binary | 11100011 | 10010011 | 11010 | 0 | 100011 | 1011001 | 1011 | 100100 | 1001111 | 110010 |
Color Harmonies of #E3931A
Complementary color
Monochromatic Colors of #E3931A
Black with #E3931A
Text Example
Text Example
White with #E3931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3931A; }
p { color: rgb(227,147,26); }
H1.HeaderClassName
{
color: #E3931A;
}
.AnyTagClassName
{
color: #E3931A;
}
</style>
background-color css
<style>
a { background-color: #E3931A; }
a { background-color: rgb(227,147,26); }
div.DivClassName
{
background-color: #E3931A;
}
.BgClassName
{
background-color: #E3931A;
}
</style>
border-color css
<style>
span { border-color: #E3931A; }
span { border-color: rgb(227,147,26); }
td.TdClassName
{
border-color: #E3931A;
}
.TagClassName
{
border-color: #E3931A;
}
</style>