Html Css Color HEX #E04008 Harley Davidson Orange
📋 copy color: '#E04008'red 224 ◦ green 64 ◦ blue 8
Shades of Harley Davidson Orange #E04008
Tints of Harley Davidson Orange #E04008
RGB
CMYK
RGB Variations
Color information
#E04008 (or 0xE04008) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 08. RGB value is (224,64,8). Sum of RGB (Red+Green+Blue) = 224+64+8=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E04008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04008 is #1FBFF7. Grayscale: #696969. Windows color (decimal): -2080760 or 540896. OLE color: 540896.
HSL color Cylindrical-coordinate representation of color #E04008: hue angle of 15.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E04008 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.12 |
| HSL | 15.56º | 0.93% | 0.45% | - |
| HSV(B) | 15.56º | 0.96% | 0.88% | - |
| XYZ | 32.62 | 19.53 | 2.28 | - |
| YUV | 105.46 | 73.01 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 8 | 0 | 0.71 | 0.96 | 0.12 | 15.56 | 0.93 | 0.45 |
| Hex | E0 | 40 | 8 | 0 | 47 | 60 | C | 10 | 5D | 2D |
| Octal | 340 | 100 | 10 | 0 | 107 | 140 | 14 | 20 | 135 | 55 |
| Binary | 11100000 | 1000000 | 1000 | 0 | 1000111 | 1100000 | 1100 | 10000 | 1011101 | 101101 |
Color Harmonies of #E04008
Complementary color
Monochromatic Colors of #E04008
Black with #E04008
Text Example
Text Example
White with #E04008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04008; }
p { color: rgb(224,64,8); }
H1.HeaderClassName
{
color: #E04008;
}
.AnyTagClassName
{
color: #E04008;
}
</style>
background-color css
<style>
a { background-color: #E04008; }
a { background-color: rgb(224,64,8); }
div.DivClassName
{
background-color: #E04008;
}
.BgClassName
{
background-color: #E04008;
}
</style>
border-color css
<style>
span { border-color: #E04008; }
span { border-color: rgb(224,64,8); }
td.TdClassName
{
border-color: #E04008;
}
.TagClassName
{
border-color: #E04008;
}
</style>