Html Css Color HEX #EA3616 Harley Davidson Orange

📋 copy color: '#EA3616'

red 234 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #EA3616

Tints of Harley Davidson Orange #EA3616

RGB

 RED value IS 234 (91.8% from 255) = 75.48%

 GREEN value IS 54 (21.48% from 255) = 17.42%

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

R = 75.48%
G = 17.42%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA3616 (or 0xEA3616) is known color: Harley Davidson Orange. HEX triplet: EA, 36 and 16. RGB value is (234,54,22). Sum of RGB (Red+Green+Blue) = 234+54+22=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3616 is #15C9E9. Grayscale: #686868. Windows color (decimal): -1427946 or 1455850. OLE color: 1455850.

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

Color convert

RGB 234 54 22 -
CMYK 0 0.77 0.91 0.08
HSL 9.06º 0.83% 0.5% -
HSV(B) 9.06º 0.91% 0.92% -
XYZ 35.4 20.19 2.79 -
YUV 104.17 81.63 220.6 -
System Red Green Blue C M Y K H S L
Decimal 234 54 22 0 0.77 0.91 0.08 9.06 0.83 0.5
Hex EA 36 16 0 4D 5B 8 9 53 32
Octal 352 66 26 0 115 133 10 11 123 62
Binary 11101010 110110 10110 0 1001101 1011011 1000 1001 1010011 110010

Color Harmonies of #EA3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3616

Black with #EA3616

Text Example


Text Example

White with #EA3616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3616; }

 p { color: rgb(234,54,22); }

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

background-color css

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

 a { background-color: rgb(234,54,22); }

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

border-color css

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

 span { border-color: rgb(234,54,22); }

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