#E64013

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

Shades of Harley Davidson Orange #E64013

Tints of Harley Davidson Orange #E64013

Color information

#E64013 (or 0xE64013) is unknown color: approx Harley Davidson Orange. HEX triplet: E6, 40 and 13. RGB value is (230,64,19). Sum of RGB (Red+Green+Blue) = 230+64+19=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E64013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64013 is #19BFEC. Grayscale: #6C6C6C. Windows color (decimal): -1687533 or 1261798. OLE color: 1261798.

HSL color Cylindrical-coordinate representation of color #E64013: hue angle of 12.8º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E64013 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB2306419-
CMYK00.720.920.10
HSL12.8º84.74%48.82%-
HSV(B)12.8º91.74%90.2%-
XYZ34.5820.542.76-
YUV108.577.5214.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.48%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 19 (7.81% from 255) = 6.07%
R=73.48%
G=20.45%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230641900.720.920.1012.884.7448.82
HexE640130485CAd5531
Octal346100230110134121512561
Binary11100110100000010011010010001011100101011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64013; }

 p { color: rgb(230,64,19); }

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

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

 a { background-color: rgb(230,64,19); }

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

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

 span { border-color: rgb(230,64,19); }

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