Html Css Color HEX #E64014 Harley Davidson Orange
📋 copy color: '#E64014'red 230 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #E64014
Tints of Harley Davidson Orange #E64014
RGB
CMYK
RGB Variations
Color information
#E64014 (or 0xE64014) is known color: Harley Davidson Orange. HEX triplet: E6, 40 and 14. RGB value is (230,64,20). Sum of RGB (Red+Green+Blue) = 230+64+20=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E64014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64014 is #19BFEB. Grayscale: #6C6C6C. Windows color (decimal): -1687532 or 1327334. OLE color: 1327334.
HSL color Cylindrical-coordinate representation of color #E64014: hue angle of 12.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E64014 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.10 |
| HSL | 12.57º | 0.84% | 0.49% | - |
| HSV(B) | 12.57º | 0.91% | 0.9% | - |
| XYZ | 34.59 | 20.54 | 2.8 | - |
| YUV | 108.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 20 | 0 | 0.72 | 0.91 | 0.10 | 12.57 | 0.84 | 0.49 |
| Hex | E6 | 40 | 14 | 0 | 48 | 5B | A | D | 54 | 31 |
| Octal | 346 | 100 | 24 | 0 | 110 | 133 | 12 | 15 | 124 | 61 |
| Binary | 11100110 | 1000000 | 10100 | 0 | 1001000 | 1011011 | 1010 | 1101 | 1010100 | 110001 |
Color Harmonies of #E64014
Complementary color
Monochromatic Colors of #E64014
Black with #E64014
Text Example
Text Example
White with #E64014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64014; }
p { color: rgb(230,64,20); }
H1.HeaderClassName
{
color: #E64014;
}
.AnyTagClassName
{
color: #E64014;
}
</style>
background-color css
<style>
a { background-color: #E64014; }
a { background-color: rgb(230,64,20); }
div.DivClassName
{
background-color: #E64014;
}
.BgClassName
{
background-color: #E64014;
}
</style>
border-color css
<style>
span { border-color: #E64014; }
span { border-color: rgb(230,64,20); }
td.TdClassName
{
border-color: #E64014;
}
.TagClassName
{
border-color: #E64014;
}
</style>