Shades of Porsche #E69D5A
Tints of Porsche #E69D5A
RGB
CMYK
RGB Variations
Color information
#E69D5A (or 0xE69D5A) is known color: Porsche. HEX triplet: E6, 9D and 5A. RGB value is (230,157,90). Sum of RGB (Red+Green+Blue) = 230+157+90=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D5A is #1962A5. Grayscale: #ABABAB. Windows color (decimal): -1663654 or 5938662. OLE color: 5938662.
HSL color Cylindrical-coordinate representation of color #E69D5A: hue angle of 28.71º 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 #E69D5A is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 90 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.10 |
| HSL | 28.71º | 0.74% | 0.63% | - |
| HSV(B) | 28.71º | 0.61% | 0.9% | - |
| XYZ | 46.54 | 41.68 | 15.26 | - |
| YUV | 171.19 | 82.18 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 90 | 0 | 0.32 | 0.61 | 0.10 | 28.71 | 0.74 | 0.63 |
| Hex | E6 | 9D | 5A | 0 | 20 | 3D | A | 1D | 4A | 3F |
| Octal | 346 | 235 | 132 | 0 | 40 | 75 | 12 | 35 | 112 | 77 |
| Binary | 11100110 | 10011101 | 1011010 | 0 | 100000 | 111101 | 1010 | 11101 | 1001010 | 111111 |
Color Harmonies of #E69D5A
Complementary color
Monochromatic Colors of #E69D5A
Black with #E69D5A
Text Example
Text Example
White with #E69D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D5A; }
p { color: rgb(230,157,90); }
H1.HeaderClassName
{
color: #E69D5A;
}
.AnyTagClassName
{
color: #E69D5A;
}
</style>
background-color css
<style>
a { background-color: #E69D5A; }
a { background-color: rgb(230,157,90); }
div.DivClassName
{
background-color: #E69D5A;
}
.BgClassName
{
background-color: #E69D5A;
}
</style>
border-color css
<style>
span { border-color: #E69D5A; }
span { border-color: rgb(230,157,90); }
td.TdClassName
{
border-color: #E69D5A;
}
.TagClassName
{
border-color: #E69D5A;
}
</style>