Html Css Color HEX #EA3217 Harley Davidson Orange

📋 copy color: '#EA3217'

red 234 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #EA3217

Tints of Harley Davidson Orange #EA3217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

 BLUE value IS 23 (9.38% from 255) = 7.49%

R = 76.22%
G = 16.29%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3217 (or 0xEA3217) is known color: Harley Davidson Orange. HEX triplet: EA, 32 and 17. RGB value is (234,50,23). Sum of RGB (Red+Green+Blue) = 234+50+23=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3217 is #15CDE8. Grayscale: #666666. Windows color (decimal): -1428969 or 1520362. OLE color: 1520362.

HSL color Cylindrical-coordinate representation of color #EA3217: hue angle of 7.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA3217 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 50 23 -
CMYK 0 0.79 0.90 0.08
HSL 7.68º 0.83% 0.5% -
HSV(B) 7.68º 0.9% 0.92% -
XYZ 35.23 19.84 2.78 -
YUV 101.94 83.46 222.2 -
System Red Green Blue C M Y K H S L
Decimal 234 50 23 0 0.79 0.90 0.08 7.68 0.83 0.5
Hex EA 32 17 0 4F 5A 8 8 53 32
Octal 352 62 27 0 117 132 10 10 123 62
Binary 11101010 110010 10111 0 1001111 1011010 1000 1000 1010011 110010

Color Harmonies of #EA3217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3217

Black with #EA3217

Text Example


Text Example

White with #EA3217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3217; }

 p { color: rgb(234,50,23); }

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

background-color css

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

 a { background-color: rgb(234,50,23); }

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

border-color css

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

 span { border-color: rgb(234,50,23); }

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