Shades of Porsche #E1965A
Tints of Porsche #E1965A
RGB
CMYK
RGB Variations
Color information
#E1965A (or 0xE1965A) is known color: Porsche. HEX triplet: E1, 96 and 5A. RGB value is (225,150,90). Sum of RGB (Red+Green+Blue) = 225+150+90=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1965A is #1E69A5. Grayscale: #A5A5A5. Windows color (decimal): -1993126 or 5936865. OLE color: 5936865.
HSL color Cylindrical-coordinate representation of color #E1965A: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1965A is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 90 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.12 |
| HSL | 26.67º | 0.69% | 0.62% | - |
| HSV(B) | 26.67º | 0.6% | 0.88% | - |
| XYZ | 43.8 | 38.56 | 14.81 | - |
| YUV | 165.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 90 | 0 | 0.33 | 0.60 | 0.12 | 26.67 | 0.69 | 0.62 |
| Hex | E1 | 96 | 5A | 0 | 21 | 3C | C | 1B | 45 | 3E |
| Octal | 341 | 226 | 132 | 0 | 41 | 74 | 14 | 33 | 105 | 76 |
| Binary | 11100001 | 10010110 | 1011010 | 0 | 100001 | 111100 | 1100 | 11011 | 1000101 | 111110 |
Color Harmonies of #E1965A
Complementary color
Monochromatic Colors of #E1965A
Black with #E1965A
Text Example
Text Example
White with #E1965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1965A; }
p { color: rgb(225,150,90); }
H1.HeaderClassName
{
color: #E1965A;
}
.AnyTagClassName
{
color: #E1965A;
}
</style>
background-color css
<style>
a { background-color: #E1965A; }
a { background-color: rgb(225,150,90); }
div.DivClassName
{
background-color: #E1965A;
}
.BgClassName
{
background-color: #E1965A;
}
</style>
border-color css
<style>
span { border-color: #E1965A; }
span { border-color: rgb(225,150,90); }
td.TdClassName
{
border-color: #E1965A;
}
.TagClassName
{
border-color: #E1965A;
}
</style>