Shades of Porsche #E69E5A
Tints of Porsche #E69E5A
RGB
CMYK
RGB Variations
Color information
#E69E5A (or 0xE69E5A) is known color: Porsche. HEX triplet: E6, 9E and 5A. RGB value is (230,158,90). Sum of RGB (Red+Green+Blue) = 230+158+90=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E5A is #1961A5. Grayscale: #ACACAC. Windows color (decimal): -1663398 or 5938918. OLE color: 5938918.
HSL color Cylindrical-coordinate representation of color #E69E5A: hue angle of 29.14º 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 #E69E5A is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 90 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.10 |
| HSL | 29.14º | 0.74% | 0.63% | - |
| HSV(B) | 29.14º | 0.61% | 0.9% | - |
| XYZ | 46.71 | 42.01 | 15.32 | - |
| YUV | 171.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 90 | 0 | 0.31 | 0.61 | 0.10 | 29.14 | 0.74 | 0.63 |
| Hex | E6 | 9E | 5A | 0 | 1F | 3D | A | 1D | 4A | 3F |
| Octal | 346 | 236 | 132 | 0 | 37 | 75 | 12 | 35 | 112 | 77 |
| Binary | 11100110 | 10011110 | 1011010 | 0 | 11111 | 111101 | 1010 | 11101 | 1001010 | 111111 |
Color Harmonies of #E69E5A
Complementary color
Monochromatic Colors of #E69E5A
Black with #E69E5A
Text Example
Text Example
White with #E69E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E5A; }
p { color: rgb(230,158,90); }
H1.HeaderClassName
{
color: #E69E5A;
}
.AnyTagClassName
{
color: #E69E5A;
}
</style>
background-color css
<style>
a { background-color: #E69E5A; }
a { background-color: rgb(230,158,90); }
div.DivClassName
{
background-color: #E69E5A;
}
.BgClassName
{
background-color: #E69E5A;
}
</style>
border-color css
<style>
span { border-color: #E69E5A; }
span { border-color: rgb(230,158,90); }
td.TdClassName
{
border-color: #E69E5A;
}
.TagClassName
{
border-color: #E69E5A;
}
</style>