Shades of Porsche #E0A06B
Tints of Porsche #E0A06B
RGB
CMYK
RGB Variations
Color information
#E0A06B (or 0xE0A06B) is known color: Porsche. HEX triplet: E0, A0 and 6B. RGB value is (224,160,107). Sum of RGB (Red+Green+Blue) = 224+160+107=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A06B is #1F5F94. Grayscale: #ADADAD. Windows color (decimal): -2056085 or 7053536. OLE color: 7053536.
HSL color Cylindrical-coordinate representation of color #E0A06B: hue angle of 27.18º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0A06B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 107 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.12 |
| HSL | 27.18º | 0.65% | 0.65% | - |
| HSV(B) | 27.18º | 0.52% | 0.88% | - |
| XYZ | 45.97 | 42.05 | 19.6 | - |
| YUV | 173.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 107 | 0 | 0.29 | 0.52 | 0.12 | 27.18 | 0.65 | 0.65 |
| Hex | E0 | A0 | 6B | 0 | 1D | 34 | C | 1B | 41 | 41 |
| Octal | 340 | 240 | 153 | 0 | 35 | 64 | 14 | 33 | 101 | 101 |
| Binary | 11100000 | 10100000 | 1101011 | 0 | 11101 | 110100 | 1100 | 11011 | 1000001 | 1000001 |
Color Harmonies of #E0A06B
Complementary color
Monochromatic Colors of #E0A06B
Black with #E0A06B
Text Example
Text Example
White with #E0A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A06B; }
p { color: rgb(224,160,107); }
H1.HeaderClassName
{
color: #E0A06B;
}
.AnyTagClassName
{
color: #E0A06B;
}
</style>
background-color css
<style>
a { background-color: #E0A06B; }
a { background-color: rgb(224,160,107); }
div.DivClassName
{
background-color: #E0A06B;
}
.BgClassName
{
background-color: #E0A06B;
}
</style>
border-color css
<style>
span { border-color: #E0A06B; }
span { border-color: rgb(224,160,107); }
td.TdClassName
{
border-color: #E0A06B;
}
.TagClassName
{
border-color: #E0A06B;
}
</style>