Shades of Carrot Orange #E3961D
Tints of Carrot Orange #E3961D
RGB
CMYK
RGB Variations
Color information
#E3961D (or 0xE3961D) is known color: Carrot Orange. HEX triplet: E3, 96 and 1D. RGB value is (227,150,29). Sum of RGB (Red+Green+Blue) = 227+150+29=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E3961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3961D is #1C69E2. Grayscale: #9F9F9F. Windows color (decimal): -1862115 or 1939171. OLE color: 1939171.
HSL color Cylindrical-coordinate representation of color #E3961D: hue angle of 36.67º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3961D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 29 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.11 |
| HSL | 36.67º | 0.78% | 0.5% | - |
| HSV(B) | 36.67º | 0.87% | 0.89% | - |
| XYZ | 42.81 | 38.23 | 6.29 | - |
| YUV | 159.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 29 | 0 | 0.34 | 0.87 | 0.11 | 36.67 | 0.78 | 0.5 |
| Hex | E3 | 96 | 1D | 0 | 22 | 57 | B | 25 | 4E | 32 |
| Octal | 343 | 226 | 35 | 0 | 42 | 127 | 13 | 45 | 116 | 62 |
| Binary | 11100011 | 10010110 | 11101 | 0 | 100010 | 1010111 | 1011 | 100101 | 1001110 | 110010 |
Color Harmonies of #E3961D
Complementary color
Monochromatic Colors of #E3961D
Black with #E3961D
Text Example
Text Example
White with #E3961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3961D; }
p { color: rgb(227,150,29); }
H1.HeaderClassName
{
color: #E3961D;
}
.AnyTagClassName
{
color: #E3961D;
}
</style>
background-color css
<style>
a { background-color: #E3961D; }
a { background-color: rgb(227,150,29); }
div.DivClassName
{
background-color: #E3961D;
}
.BgClassName
{
background-color: #E3961D;
}
</style>
border-color css
<style>
span { border-color: #E3961D; }
span { border-color: rgb(227,150,29); }
td.TdClassName
{
border-color: #E3961D;
}
.TagClassName
{
border-color: #E3961D;
}
</style>