Shades of Carrot Orange #E7811F
Tints of Carrot Orange #E7811F
RGB
CMYK
RGB Variations
Color information
#E7811F (or 0xE7811F) is known color: Carrot Orange. HEX triplet: E7, 81 and 1F. RGB value is (231,129,31). Sum of RGB (Red+Green+Blue) = 231+129+31=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7811F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7811F is #187EE0. Grayscale: #949494. Windows color (decimal): -1605345 or 2064871. OLE color: 2064871.
HSL color Cylindrical-coordinate representation of color #E7811F: hue angle of 29.4º 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 #E7811F is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 31 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.09 |
| HSL | 29.4º | 0.81% | 0.51% | - |
| HSV(B) | 29.4º | 0.87% | 0.91% | - |
| XYZ | 41.05 | 32.79 | 5.46 | - |
| YUV | 148.33 | 61.79 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 31 | 0 | 0.44 | 0.87 | 0.09 | 29.4 | 0.81 | 0.51 |
| Hex | E7 | 81 | 1F | 0 | 2C | 57 | 9 | 1D | 51 | 33 |
| Octal | 347 | 201 | 37 | 0 | 54 | 127 | 11 | 35 | 121 | 63 |
| Binary | 11100111 | 10000001 | 11111 | 0 | 101100 | 1010111 | 1001 | 11101 | 1010001 | 110011 |
Color Harmonies of #E7811F
Complementary color
Monochromatic Colors of #E7811F
Black with #E7811F
Text Example
Text Example
White with #E7811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7811F; }
p { color: rgb(231,129,31); }
H1.HeaderClassName
{
color: #E7811F;
}
.AnyTagClassName
{
color: #E7811F;
}
</style>
background-color css
<style>
a { background-color: #E7811F; }
a { background-color: rgb(231,129,31); }
div.DivClassName
{
background-color: #E7811F;
}
.BgClassName
{
background-color: #E7811F;
}
</style>
border-color css
<style>
span { border-color: #E7811F; }
span { border-color: rgb(231,129,31); }
td.TdClassName
{
border-color: #E7811F;
}
.TagClassName
{
border-color: #E7811F;
}
</style>