Html Css Color HEX #E04614 Harley Davidson Orange

📋 copy color: '#E04614'

red 224 ◦ green 70 ◦ blue 20

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

Shades of Harley Davidson Orange #E04614

Tints of Harley Davidson Orange #E04614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

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

R = 71.34%
G = 22.29%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E04614 (or 0xE04614) is known color: Harley Davidson Orange. HEX triplet: E0, 46 and 14. RGB value is (224,70,20). Sum of RGB (Red+Green+Blue) = 224+70+20=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04614 is #1FB9EB. Grayscale: #6E6E6E. Windows color (decimal): -2079212 or 1328864. OLE color: 1328864.

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

Color convert

RGB 224 70 20 -
CMYK 0 0.69 0.91 0.12
HSL 14.71º 0.84% 0.48% -
HSV(B) 14.71º 0.91% 0.88% -
XYZ 33.06 20.28 2.83 -
YUV 110.35 77.02 209.07 -
System Red Green Blue C M Y K H S L
Decimal 224 70 20 0 0.69 0.91 0.12 14.71 0.84 0.48
Hex E0 46 14 0 45 5B C F 54 30
Octal 340 106 24 0 105 133 14 17 124 60
Binary 11100000 1000110 10100 0 1000101 1011011 1100 1111 1010100 110000

Color Harmonies of #E04614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04614

Black with #E04614

Text Example


Text Example

White with #E04614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04614; }

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

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

background-color css

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

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

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

border-color css

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

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

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