Html Css Color HEX #E04516 Harley Davidson Orange

📋 copy color: '#E04516'

red 224 ◦ green 69 ◦ blue 22

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

Shades of Harley Davidson Orange #E04516

Tints of Harley Davidson Orange #E04516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

 BLUE value IS 22 (8.98% from 255) = 6.98%

R = 71.11%
G = 21.9%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E04516 (or 0xE04516) is known color: Harley Davidson Orange. HEX triplet: E0, 45 and 16. RGB value is (224,69,22). Sum of RGB (Red+Green+Blue) = 224+69+22=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E04516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04516 is #1FBAE9. Grayscale: #6E6E6E. Windows color (decimal): -2079466 or 1459680. OLE color: 1459680.

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

Color convert

RGB 224 69 22 -
CMYK 0 0.69 0.90 0.12
HSL 13.96º 0.82% 0.48% -
HSV(B) 13.96º 0.9% 0.88% -
XYZ 33.01 20.16 2.91 -
YUV 109.99 78.35 209.32 -
System Red Green Blue C M Y K H S L
Decimal 224 69 22 0 0.69 0.90 0.12 13.96 0.82 0.48
Hex E0 45 16 0 45 5A C E 52 30
Octal 340 105 26 0 105 132 14 16 122 60
Binary 11100000 1000101 10110 0 1000101 1011010 1100 1110 1010010 110000

Color Harmonies of #E04516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04516

Black with #E04516

Text Example


Text Example

White with #E04516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04516; }

 p { color: rgb(224,69,22); }

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

background-color css

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

 a { background-color: rgb(224,69,22); }

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

border-color css

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

 span { border-color: rgb(224,69,22); }

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