#EA3414

Color #EA3414 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #EA3414

Tints of Harley Davidson Orange #EA3414

Color information

#EA3414 (or 0xEA3414) is unknown color: approx Harley Davidson Orange. HEX triplet: EA, 34 and 14. RGB value is (234,52,20). Sum of RGB (Red+Green+Blue) = 234+52+20=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3414 is #15CBEB. Grayscale: #676767. Windows color (decimal): -1428460 or 1324266. OLE color: 1324266.

HSL color Cylindrical-coordinate representation of color #EA3414: hue angle of 8.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA3414 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB2345220-
CMYK00.780.910.08
HSL8.97º84.25%49.8%-
HSV(B)8.97º91.45%91.76%-
XYZ35.29202.66-
YUV102.7781.3221.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 76.47%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=76.47%
G=16.99%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234522000.780.910.088.9784.2549.8
HexEA341404E5B895432
Octal35264240116133101112462
Binary1110101011010010100010011101011011100010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3414; }

 p { color: rgb(234,52,20); }

 H1.HeaderClassName
 {
   color: #EA3414;
 }
 .AnyTagClassName
 {
   color: #EA3414;
 }
</style>
background-color css

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

 a { background-color: rgb(234,52,20); }

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

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

 span { border-color: rgb(234,52,20); }

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