Html Css Color HEX #E04816 Harley Davidson Orange
📋 copy color: '#E04816'red 224 ◦ green 72 ◦ blue 22
Shades of Harley Davidson Orange #E04816
Tints of Harley Davidson Orange #E04816
RGB
CMYK
RGB Variations
Color information
#E04816 (or 0xE04816) is known color: Harley Davidson Orange. HEX triplet: E0, 48 and 16. RGB value is (224,72,22). Sum of RGB (Red+Green+Blue) = 224+72+22=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E04816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04816 is #1FB7E9. Grayscale: #707070. Windows color (decimal): -2078698 or 1460448. OLE color: 1460448.
HSL color Cylindrical-coordinate representation of color #E04816: hue angle of 14.85º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E04816 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.12 |
| HSL | 14.85º | 0.82% | 0.48% | - |
| HSV(B) | 14.85º | 0.9% | 0.88% | - |
| XYZ | 33.2 | 20.54 | 2.97 | - |
| YUV | 111.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 22 | 0 | 0.68 | 0.90 | 0.12 | 14.85 | 0.82 | 0.48 |
| Hex | E0 | 48 | 16 | 0 | 44 | 5A | C | F | 52 | 30 |
| Octal | 340 | 110 | 26 | 0 | 104 | 132 | 14 | 17 | 122 | 60 |
| Binary | 11100000 | 1001000 | 10110 | 0 | 1000100 | 1011010 | 1100 | 1111 | 1010010 | 110000 |
Color Harmonies of #E04816
Complementary color
Monochromatic Colors of #E04816
Black with #E04816
Text Example
Text Example
White with #E04816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04816; }
p { color: rgb(224,72,22); }
H1.HeaderClassName
{
color: #E04816;
}
.AnyTagClassName
{
color: #E04816;
}
</style>
background-color css
<style>
a { background-color: #E04816; }
a { background-color: rgb(224,72,22); }
div.DivClassName
{
background-color: #E04816;
}
.BgClassName
{
background-color: #E04816;
}
</style>
border-color css
<style>
span { border-color: #E04816; }
span { border-color: rgb(224,72,22); }
td.TdClassName
{
border-color: #E04816;
}
.TagClassName
{
border-color: #E04816;
}
</style>