Html Css Color HEX #EA3714 Harley Davidson Orange
📋 copy color: '#EA3714'red 234 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #EA3714
Tints of Harley Davidson Orange #EA3714
RGB
CMYK
RGB Variations
Color information
#EA3714 (or 0xEA3714) is known color: 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
| RGB | 234 | 55 | 20 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.08 |
| HSL | 9.81º | 0.84% | 0.5% | - |
| HSV(B) | 9.81º | 0.91% | 0.92% | - |
| XYZ | 35.42 | 20.28 | 2.71 | - |
| YUV | 104.53 | 80.3 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 20 | 0 | 0.76 | 0.91 | 0.08 | 9.81 | 0.84 | 0.5 |
| Hex | EA | 37 | 14 | 0 | 4C | 5B | 8 | A | 54 | 32 |
| Octal | 352 | 67 | 24 | 0 | 114 | 133 | 10 | 12 | 124 | 62 |
| Binary | 11101010 | 110111 | 10100 | 0 | 1001100 | 1011011 | 1000 | 1010 | 1010100 | 110010 |
Color Harmonies of #EA3714
Complementary color
Monochromatic Colors of #EA3714
Black with #EA3714
Text Example
Text Example
White with #EA3714
Text Example
Text Example
HTML Codes & Css Web 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>