Shades of Carrot Orange #E3921F
Tints of Carrot Orange #E3921F
RGB
CMYK
RGB Variations
Color information
#E3921F (or 0xE3921F) is known color: Carrot Orange. HEX triplet: E3, 92 and 1F. RGB value is (227,146,31). Sum of RGB (Red+Green+Blue) = 227+146+31=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E3921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3921F is #1C6DE0. Grayscale: #9D9D9D. Windows color (decimal): -1863137 or 2069219. OLE color: 2069219.
HSL color Cylindrical-coordinate representation of color #E3921F: hue angle of 35.2º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3921F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 31 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.11 |
| HSL | 35.2º | 0.78% | 0.51% | - |
| HSV(B) | 35.2º | 0.86% | 0.89% | - |
| XYZ | 42.2 | 36.99 | 6.21 | - |
| YUV | 157.11 | 56.84 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 31 | 0 | 0.36 | 0.86 | 0.11 | 35.2 | 0.78 | 0.51 |
| Hex | E3 | 92 | 1F | 0 | 24 | 56 | B | 23 | 4E | 33 |
| Octal | 343 | 222 | 37 | 0 | 44 | 126 | 13 | 43 | 116 | 63 |
| Binary | 11100011 | 10010010 | 11111 | 0 | 100100 | 1010110 | 1011 | 100011 | 1001110 | 110011 |
Color Harmonies of #E3921F
Complementary color
Monochromatic Colors of #E3921F
Black with #E3921F
Text Example
Text Example
White with #E3921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3921F; }
p { color: rgb(227,146,31); }
H1.HeaderClassName
{
color: #E3921F;
}
.AnyTagClassName
{
color: #E3921F;
}
</style>
background-color css
<style>
a { background-color: #E3921F; }
a { background-color: rgb(227,146,31); }
div.DivClassName
{
background-color: #E3921F;
}
.BgClassName
{
background-color: #E3921F;
}
</style>
border-color css
<style>
span { border-color: #E3921F; }
span { border-color: rgb(227,146,31); }
td.TdClassName
{
border-color: #E3921F;
}
.TagClassName
{
border-color: #E3921F;
}
</style>