Html Css Color HEX #E5330E Harley Davidson Orange
📋 copy color: '#E5330E'red 229 ◦ green 51 ◦ blue 14
Shades of Harley Davidson Orange #E5330E
Tints of Harley Davidson Orange #E5330E
RGB
CMYK
RGB Variations
Color information
#E5330E (or 0xE5330E) is known color: Harley Davidson Orange. HEX triplet: E5, 33 and 0E. RGB value is (229,51,14). Sum of RGB (Red+Green+Blue) = 229+51+14=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5330E is #1ACCF1. Grayscale: #646464. Windows color (decimal): -1756402 or 930789. OLE color: 930789.
HSL color Cylindrical-coordinate representation of color #E5330E: hue angle of 10.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5330E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.10 |
| HSL | 10.33º | 0.88% | 0.48% | - |
| HSV(B) | 10.33º | 0.94% | 0.9% | - |
| XYZ | 33.58 | 19.06 | 2.32 | - |
| YUV | 100 | 79.47 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 14 | 0 | 0.78 | 0.94 | 0.10 | 10.33 | 0.88 | 0.48 |
| Hex | E5 | 33 | E | 0 | 4E | 5E | A | A | 58 | 30 |
| Octal | 345 | 63 | 16 | 0 | 116 | 136 | 12 | 12 | 130 | 60 |
| Binary | 11100101 | 110011 | 1110 | 0 | 1001110 | 1011110 | 1010 | 1010 | 1011000 | 110000 |
Color Harmonies of #E5330E
Complementary color
Monochromatic Colors of #E5330E
Black with #E5330E
Text Example
Text Example
White with #E5330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5330E; }
p { color: rgb(229,51,14); }
H1.HeaderClassName
{
color: #E5330E;
}
.AnyTagClassName
{
color: #E5330E;
}
</style>
background-color css
<style>
a { background-color: #E5330E; }
a { background-color: rgb(229,51,14); }
div.DivClassName
{
background-color: #E5330E;
}
.BgClassName
{
background-color: #E5330E;
}
</style>
border-color css
<style>
span { border-color: #E5330E; }
span { border-color: rgb(229,51,14); }
td.TdClassName
{
border-color: #E5330E;
}
.TagClassName
{
border-color: #E5330E;
}
</style>