Shades of Porsche #E69A5B
Tints of Porsche #E69A5B
RGB
CMYK
RGB Variations
Color information
#E69A5B (or 0xE69A5B) is known color: Porsche. HEX triplet: E6, 9A and 5B. RGB value is (230,154,91). Sum of RGB (Red+Green+Blue) = 230+154+91=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A5B is #1965A4. Grayscale: #A9A9A9. Windows color (decimal): -1664421 or 6003430. OLE color: 6003430.
HSL color Cylindrical-coordinate representation of color #E69A5B: hue angle of 27.19º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E69A5B is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 91 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.10 |
| HSL | 27.19º | 0.74% | 0.63% | - |
| HSV(B) | 27.19º | 0.6% | 0.9% | - |
| XYZ | 46.08 | 40.69 | 15.32 | - |
| YUV | 169.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 91 | 0 | 0.33 | 0.60 | 0.10 | 27.19 | 0.74 | 0.63 |
| Hex | E6 | 9A | 5B | 0 | 21 | 3C | A | 1B | 4A | 3F |
| Octal | 346 | 232 | 133 | 0 | 41 | 74 | 12 | 33 | 112 | 77 |
| Binary | 11100110 | 10011010 | 1011011 | 0 | 100001 | 111100 | 1010 | 11011 | 1001010 | 111111 |
Color Harmonies of #E69A5B
Complementary color
Monochromatic Colors of #E69A5B
Black with #E69A5B
Text Example
Text Example
White with #E69A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A5B; }
p { color: rgb(230,154,91); }
H1.HeaderClassName
{
color: #E69A5B;
}
.AnyTagClassName
{
color: #E69A5B;
}
</style>
background-color css
<style>
a { background-color: #E69A5B; }
a { background-color: rgb(230,154,91); }
div.DivClassName
{
background-color: #E69A5B;
}
.BgClassName
{
background-color: #E69A5B;
}
</style>
border-color css
<style>
span { border-color: #E69A5B; }
span { border-color: rgb(230,154,91); }
td.TdClassName
{
border-color: #E69A5B;
}
.TagClassName
{
border-color: #E69A5B;
}
</style>