Shades of Porsche #E0A368
Tints of Porsche #E0A368
RGB
CMYK
RGB Variations
Color information
#E0A368 (or 0xE0A368) is known color: Porsche. HEX triplet: E0, A3 and 68. RGB value is (224,163,104). Sum of RGB (Red+Green+Blue) = 224+163+104=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A368 is #1F5C97. Grayscale: #AEAEAE. Windows color (decimal): -2055320 or 6857696. OLE color: 6857696.
HSL color Cylindrical-coordinate representation of color #E0A368: hue angle of 29.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0A368 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 104 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.12 |
| HSL | 29.5º | 0.66% | 0.64% | - |
| HSV(B) | 29.5º | 0.54% | 0.88% | - |
| XYZ | 46.34 | 43.04 | 18.96 | - |
| YUV | 174.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 104 | 0 | 0.27 | 0.54 | 0.12 | 29.5 | 0.66 | 0.64 |
| Hex | E0 | A3 | 68 | 0 | 1B | 36 | C | 1E | 42 | 40 |
| Octal | 340 | 243 | 150 | 0 | 33 | 66 | 14 | 36 | 102 | 100 |
| Binary | 11100000 | 10100011 | 1101000 | 0 | 11011 | 110110 | 1100 | 11110 | 1000010 | 1000000 |
Color Harmonies of #E0A368
Complementary color
Monochromatic Colors of #E0A368
Black with #E0A368
Text Example
Text Example
White with #E0A368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A368; }
p { color: rgb(224,163,104); }
H1.HeaderClassName
{
color: #E0A368;
}
.AnyTagClassName
{
color: #E0A368;
}
</style>
background-color css
<style>
a { background-color: #E0A368; }
a { background-color: rgb(224,163,104); }
div.DivClassName
{
background-color: #E0A368;
}
.BgClassName
{
background-color: #E0A368;
}
</style>
border-color css
<style>
span { border-color: #E0A368; }
span { border-color: rgb(224,163,104); }
td.TdClassName
{
border-color: #E0A368;
}
.TagClassName
{
border-color: #E0A368;
}
</style>