Html Css Color HEX #E04014 Harley Davidson Orange

📋 copy color: '#E04014'

red 224 ◦ green 64 ◦ blue 20

#E04014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E04014

Tints of Harley Davidson Orange #E04014

RGB

 RED value IS 224 (87.89% from 255) = 72.73%

 GREEN value IS 64 (25.39% from 255) = 20.78%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 72.73%
G = 20.78%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E04014 (or 0xE04014) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 14. RGB value is (224,64,20). Sum of RGB (Red+Green+Blue) = 224+64+20=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E04014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04014 is #1FBFEB. Grayscale: #6B6B6B. Windows color (decimal): -2080748 or 1327328. OLE color: 1327328.

HSL color Cylindrical-coordinate representation of color #E04014: hue angle of 12.94º 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 #E04014 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 20 -
CMYK 0 0.71 0.91 0.12
HSL 12.94º 0.84% 0.48% -
HSV(B) 12.94º 0.91% 0.88% -
XYZ 32.7 19.56 2.71 -
YUV 106.82 79.01 211.58 -
System Red Green Blue C M Y K H S L
Decimal 224 64 20 0 0.71 0.91 0.12 12.94 0.84 0.48
Hex E0 40 14 0 47 5B C D 54 30
Octal 340 100 24 0 107 133 14 15 124 60
Binary 11100000 1000000 10100 0 1000111 1011011 1100 1101 1010100 110000

Color Harmonies of #E04014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04014

Black with #E04014

Text Example


Text Example

White with #E04014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04014; }

 p { color: rgb(224,64,20); }

 H1.HeaderClassName
 {
   color: #E04014;
 }
 .AnyTagClassName
 {
   color: #E04014;
 }
</style>

background-color css

<style>
 a { background-color: #E04014; }

 a { background-color: rgb(224,64,20); }

 div.DivClassName
 {
   background-color: #E04014;
 }
 .BgClassName
 {
   background-color: #E04014;
 }
</style>

border-color css

<style>
 span { border-color: #E04014; }

 span { border-color: rgb(224,64,20); }

 td.TdClassName
 {
   border-color: #E04014;
 }
 .TagClassName
 {
   border-color: #E04014;
 }
</style>