Shades of Porsche #E0A769
Tints of Porsche #E0A769
RGB
CMYK
RGB Variations
Color information
#E0A769 (or 0xE0A769) is known color: Porsche. HEX triplet: E0, A7 and 69. RGB value is (224,167,105). Sum of RGB (Red+Green+Blue) = 224+167+105=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A769 is #1F5896. Grayscale: #B1B1B1. Windows color (decimal): -2054295 or 6924256. OLE color: 6924256.
HSL color Cylindrical-coordinate representation of color #E0A769: hue angle of 31.26º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0A769 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 105 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.12 |
| HSL | 31.26º | 0.66% | 0.65% | - |
| HSV(B) | 31.26º | 0.53% | 0.88% | - |
| XYZ | 47.11 | 44.5 | 19.47 | - |
| YUV | 176.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 105 | 0 | 0.25 | 0.53 | 0.12 | 31.26 | 0.66 | 0.65 |
| Hex | E0 | A7 | 69 | 0 | 19 | 35 | C | 1F | 42 | 41 |
| Octal | 340 | 247 | 151 | 0 | 31 | 65 | 14 | 37 | 102 | 101 |
| Binary | 11100000 | 10100111 | 1101001 | 0 | 11001 | 110101 | 1100 | 11111 | 1000010 | 1000001 |
Color Harmonies of #E0A769
Complementary color
Monochromatic Colors of #E0A769
Black with #E0A769
Text Example
Text Example
White with #E0A769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A769; }
p { color: rgb(224,167,105); }
H1.HeaderClassName
{
color: #E0A769;
}
.AnyTagClassName
{
color: #E0A769;
}
</style>
background-color css
<style>
a { background-color: #E0A769; }
a { background-color: rgb(224,167,105); }
div.DivClassName
{
background-color: #E0A769;
}
.BgClassName
{
background-color: #E0A769;
}
</style>
border-color css
<style>
span { border-color: #E0A769; }
span { border-color: rgb(224,167,105); }
td.TdClassName
{
border-color: #E0A769;
}
.TagClassName
{
border-color: #E0A769;
}
</style>