Shades of Porsche #E6915A
Tints of Porsche #E6915A
RGB
CMYK
RGB Variations
Color information
#E6915A (or 0xE6915A) is known color: Porsche. HEX triplet: E6, 91 and 5A. RGB value is (230,145,90). Sum of RGB (Red+Green+Blue) = 230+145+90=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6915A is #196EA5. Grayscale: #A4A4A4. Windows color (decimal): -1666726 or 5935590. OLE color: 5935590.
HSL color Cylindrical-coordinate representation of color #E6915A: hue angle of 23.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6915A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 90 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.10 |
| HSL | 23.57º | 0.74% | 0.63% | - |
| HSV(B) | 23.57º | 0.61% | 0.9% | - |
| XYZ | 44.6 | 37.81 | 14.62 | - |
| YUV | 164.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 90 | 0 | 0.37 | 0.61 | 0.10 | 23.57 | 0.74 | 0.63 |
| Hex | E6 | 91 | 5A | 0 | 25 | 3D | A | 18 | 4A | 3F |
| Octal | 346 | 221 | 132 | 0 | 45 | 75 | 12 | 30 | 112 | 77 |
| Binary | 11100110 | 10010001 | 1011010 | 0 | 100101 | 111101 | 1010 | 11000 | 1001010 | 111111 |
Color Harmonies of #E6915A
Complementary color
Monochromatic Colors of #E6915A
Black with #E6915A
Text Example
Text Example
White with #E6915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6915A; }
p { color: rgb(230,145,90); }
H1.HeaderClassName
{
color: #E6915A;
}
.AnyTagClassName
{
color: #E6915A;
}
</style>
background-color css
<style>
a { background-color: #E6915A; }
a { background-color: rgb(230,145,90); }
div.DivClassName
{
background-color: #E6915A;
}
.BgClassName
{
background-color: #E6915A;
}
</style>
border-color css
<style>
span { border-color: #E6915A; }
span { border-color: rgb(230,145,90); }
td.TdClassName
{
border-color: #E6915A;
}
.TagClassName
{
border-color: #E6915A;
}
</style>