Shades of Porsche #E69956
Tints of Porsche #E69956
RGB
CMYK
RGB Variations
Color information
#E69956 (or 0xE69956) is known color: Porsche. HEX triplet: E6, 99 and 56. RGB value is (230,153,86). Sum of RGB (Red+Green+Blue) = 230+153+86=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E69956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69956 is #1966A9. Grayscale: #A8A8A8. Windows color (decimal): -1664682 or 5675494. OLE color: 5675494.
HSL color Cylindrical-coordinate representation of color #E69956: hue angle of 27.92º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E69956 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 86 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.10 |
| HSL | 27.92º | 0.74% | 0.62% | - |
| HSV(B) | 27.92º | 0.63% | 0.9% | - |
| XYZ | 45.7 | 40.28 | 14.17 | - |
| YUV | 168.39 | 81.51 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 86 | 0 | 0.33 | 0.63 | 0.10 | 27.92 | 0.74 | 0.62 |
| Hex | E6 | 99 | 56 | 0 | 21 | 3F | A | 1C | 4A | 3E |
| Octal | 346 | 231 | 126 | 0 | 41 | 77 | 12 | 34 | 112 | 76 |
| Binary | 11100110 | 10011001 | 1010110 | 0 | 100001 | 111111 | 1010 | 11100 | 1001010 | 111110 |
Color Harmonies of #E69956
Complementary color
Monochromatic Colors of #E69956
Black with #E69956
Text Example
Text Example
White with #E69956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69956; }
p { color: rgb(230,153,86); }
H1.HeaderClassName
{
color: #E69956;
}
.AnyTagClassName
{
color: #E69956;
}
</style>
background-color css
<style>
a { background-color: #E69956; }
a { background-color: rgb(230,153,86); }
div.DivClassName
{
background-color: #E69956;
}
.BgClassName
{
background-color: #E69956;
}
</style>
border-color css
<style>
span { border-color: #E69956; }
span { border-color: rgb(230,153,86); }
td.TdClassName
{
border-color: #E69956;
}
.TagClassName
{
border-color: #E69956;
}
</style>