Html Css Color HEX #E04714 Harley Davidson Orange
📋 copy color: '#E04714'red 224 ◦ green 71 ◦ blue 20
Shades of Harley Davidson Orange #E04714
Tints of Harley Davidson Orange #E04714
RGB
CMYK
RGB Variations
Color information
#E04714 (or 0xE04714) is known color: Harley Davidson Orange. HEX triplet: E0, 47 and 14. RGB value is (224,71,20). Sum of RGB (Red+Green+Blue) = 224+71+20=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E04714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04714 is #1FB8EB. Grayscale: #6F6F6F. Windows color (decimal): -2078956 or 1329120. OLE color: 1329120.
HSL color Cylindrical-coordinate representation of color #E04714: hue angle of 15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04714 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.12 |
| HSL | 15º | 0.84% | 0.48% | - |
| HSV(B) | 15º | 0.91% | 0.88% | - |
| XYZ | 33.12 | 20.4 | 2.85 | - |
| YUV | 110.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 20 | 0 | 0.68 | 0.91 | 0.12 | 15 | 0.84 | 0.48 |
| Hex | E0 | 47 | 14 | 0 | 44 | 5B | C | F | 54 | 30 |
| Octal | 340 | 107 | 24 | 0 | 104 | 133 | 14 | 17 | 124 | 60 |
| Binary | 11100000 | 1000111 | 10100 | 0 | 1000100 | 1011011 | 1100 | 1111 | 1010100 | 110000 |
Color Harmonies of #E04714
Complementary color
Monochromatic Colors of #E04714
Black with #E04714
Text Example
Text Example
White with #E04714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04714; }
p { color: rgb(224,71,20); }
H1.HeaderClassName
{
color: #E04714;
}
.AnyTagClassName
{
color: #E04714;
}
</style>
background-color css
<style>
a { background-color: #E04714; }
a { background-color: rgb(224,71,20); }
div.DivClassName
{
background-color: #E04714;
}
.BgClassName
{
background-color: #E04714;
}
</style>
border-color css
<style>
span { border-color: #E04714; }
span { border-color: rgb(224,71,20); }
td.TdClassName
{
border-color: #E04714;
}
.TagClassName
{
border-color: #E04714;
}
</style>