#EA3714

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

Shades of Harley Davidson Orange #EA3714

Tints of Harley Davidson Orange #EA3714

Color information

#EA3714 (or 0xEA3714) is unknown color: approx Harley Davidson Orange. HEX triplet: EA, 37 and 14. RGB value is (234,55,20). Sum of RGB (Red+Green+Blue) = 234+55+20=309 (40% of max value = 765). Red value is 234 (91.80% from 255 or 75.73% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3714 is #15C8EB. Grayscale: #686868. Windows color (decimal): -1427692 or 1325034. OLE color: 1325034.

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

Color convert

RGB2345520-
CMYK00.760.910.08
HSL9.81º84.25%49.8%-
HSV(B)9.81º91.45%91.76%-
XYZ35.4220.282.71-
YUV104.5380.3220.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 75.73%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=75.73%
G=17.80%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234552000.760.910.089.8184.2549.8
HexEA371404C5B8a5432
Octal35267240114133101212462
Binary1110101011011110100010011001011011100010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3714; }

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

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

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

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

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

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

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

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