Shades of Carrot Orange #E7961E
Tints of Carrot Orange #E7961E
RGB
CMYK
RGB Variations
Color information
#E7961E (or 0xE7961E) is known color: Carrot Orange. HEX triplet: E7, 96 and 1E. RGB value is (231,150,30). Sum of RGB (Red+Green+Blue) = 231+150+30=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E7961E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7961E is #1869E1. Grayscale: #A1A1A1. Windows color (decimal): -1599970 or 2004711. OLE color: 2004711.
HSL color Cylindrical-coordinate representation of color #E7961E: hue angle of 35.82º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7961E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 30 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.09 |
| HSL | 35.82º | 0.81% | 0.51% | - |
| HSV(B) | 35.82º | 0.87% | 0.91% | - |
| XYZ | 44.1 | 38.9 | 6.41 | - |
| YUV | 160.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 30 | 0 | 0.35 | 0.87 | 0.09 | 35.82 | 0.81 | 0.51 |
| Hex | E7 | 96 | 1E | 0 | 23 | 57 | 9 | 24 | 51 | 33 |
| Octal | 347 | 226 | 36 | 0 | 43 | 127 | 11 | 44 | 121 | 63 |
| Binary | 11100111 | 10010110 | 11110 | 0 | 100011 | 1010111 | 1001 | 100100 | 1010001 | 110011 |
Color Harmonies of #E7961E
Complementary color
Monochromatic Colors of #E7961E
Black with #E7961E
Text Example
Text Example
White with #E7961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7961E; }
p { color: rgb(231,150,30); }
H1.HeaderClassName
{
color: #E7961E;
}
.AnyTagClassName
{
color: #E7961E;
}
</style>
background-color css
<style>
a { background-color: #E7961E; }
a { background-color: rgb(231,150,30); }
div.DivClassName
{
background-color: #E7961E;
}
.BgClassName
{
background-color: #E7961E;
}
</style>
border-color css
<style>
span { border-color: #E7961E; }
span { border-color: rgb(231,150,30); }
td.TdClassName
{
border-color: #E7961E;
}
.TagClassName
{
border-color: #E7961E;
}
</style>