Shades of Carrot Orange #E79A1F
Tints of Carrot Orange #E79A1F
RGB
CMYK
RGB Variations
Color information
#E79A1F (or 0xE79A1F) is known color: Carrot Orange. HEX triplet: E7, 9A and 1F. RGB value is (231,154,31). Sum of RGB (Red+Green+Blue) = 231+154+31=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79A1F is #1865E0. Grayscale: #A3A3A3. Windows color (decimal): -1598945 or 2071271. OLE color: 2071271.
HSL color Cylindrical-coordinate representation of color #E79A1F: hue angle of 36.9º 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 #E79A1F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 31 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.09 |
| HSL | 36.9º | 0.81% | 0.51% | - |
| HSV(B) | 36.9º | 0.87% | 0.91% | - |
| XYZ | 44.76 | 40.2 | 6.7 | - |
| YUV | 163 | 53.51 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 31 | 0 | 0.33 | 0.87 | 0.09 | 36.9 | 0.81 | 0.51 |
| Hex | E7 | 9A | 1F | 0 | 21 | 57 | 9 | 25 | 51 | 33 |
| Octal | 347 | 232 | 37 | 0 | 41 | 127 | 11 | 45 | 121 | 63 |
| Binary | 11100111 | 10011010 | 11111 | 0 | 100001 | 1010111 | 1001 | 100101 | 1010001 | 110011 |
Color Harmonies of #E79A1F
Complementary color
Monochromatic Colors of #E79A1F
Black with #E79A1F
Text Example
Text Example
White with #E79A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A1F; }
p { color: rgb(231,154,31); }
H1.HeaderClassName
{
color: #E79A1F;
}
.AnyTagClassName
{
color: #E79A1F;
}
</style>
background-color css
<style>
a { background-color: #E79A1F; }
a { background-color: rgb(231,154,31); }
div.DivClassName
{
background-color: #E79A1F;
}
.BgClassName
{
background-color: #E79A1F;
}
</style>
border-color css
<style>
span { border-color: #E79A1F; }
span { border-color: rgb(231,154,31); }
td.TdClassName
{
border-color: #E79A1F;
}
.TagClassName
{
border-color: #E79A1F;
}
</style>