Shades of Carrot Orange #E6931E
Tints of Carrot Orange #E6931E
RGB
CMYK
RGB Variations
Color information
#E6931E (or 0xE6931E) is known color: Carrot Orange. HEX triplet: E6, 93 and 1E. RGB value is (230,147,30). Sum of RGB (Red+Green+Blue) = 230+147+30=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6931E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6931E is #196CE1. Grayscale: #9F9F9F. Windows color (decimal): -1666274 or 2003942. OLE color: 2003942.
HSL color Cylindrical-coordinate representation of color #E6931E: hue angle of 35.1º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6931E is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 30 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.10 |
| HSL | 35.1º | 0.8% | 0.51% | - |
| HSV(B) | 35.1º | 0.87% | 0.9% | - |
| XYZ | 43.3 | 37.78 | 6.24 | - |
| YUV | 158.48 | 55.5 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 30 | 0 | 0.36 | 0.87 | 0.10 | 35.1 | 0.8 | 0.51 |
| Hex | E6 | 93 | 1E | 0 | 24 | 57 | A | 23 | 50 | 33 |
| Octal | 346 | 223 | 36 | 0 | 44 | 127 | 12 | 43 | 120 | 63 |
| Binary | 11100110 | 10010011 | 11110 | 0 | 100100 | 1010111 | 1010 | 100011 | 1010000 | 110011 |
Color Harmonies of #E6931E
Complementary color
Monochromatic Colors of #E6931E
Black with #E6931E
Text Example
Text Example
White with #E6931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6931E; }
p { color: rgb(230,147,30); }
H1.HeaderClassName
{
color: #E6931E;
}
.AnyTagClassName
{
color: #E6931E;
}
</style>
background-color css
<style>
a { background-color: #E6931E; }
a { background-color: rgb(230,147,30); }
div.DivClassName
{
background-color: #E6931E;
}
.BgClassName
{
background-color: #E6931E;
}
</style>
border-color css
<style>
span { border-color: #E6931E; }
span { border-color: rgb(230,147,30); }
td.TdClassName
{
border-color: #E6931E;
}
.TagClassName
{
border-color: #E6931E;
}
</style>