Shades of Porsche #E0A25C
Tints of Porsche #E0A25C
RGB
CMYK
RGB Variations
Color information
#E0A25C (or 0xE0A25C) is known color: Porsche. HEX triplet: E0, A2 and 5C. RGB value is (224,162,92). Sum of RGB (Red+Green+Blue) = 224+162+92=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A25C is #1F5DA3. Grayscale: #ACACAC. Windows color (decimal): -2055588 or 6071008. OLE color: 6071008.
HSL color Cylindrical-coordinate representation of color #E0A25C: hue angle of 31.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0A25C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 92 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.12 |
| HSL | 31.82º | 0.68% | 0.62% | - |
| HSV(B) | 31.82º | 0.59% | 0.88% | - |
| XYZ | 45.59 | 42.46 | 15.92 | - |
| YUV | 172.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 92 | 0 | 0.28 | 0.59 | 0.12 | 31.82 | 0.68 | 0.62 |
| Hex | E0 | A2 | 5C | 0 | 1C | 3B | C | 20 | 44 | 3E |
| Octal | 340 | 242 | 134 | 0 | 34 | 73 | 14 | 40 | 104 | 76 |
| Binary | 11100000 | 10100010 | 1011100 | 0 | 11100 | 111011 | 1100 | 100000 | 1000100 | 111110 |
Color Harmonies of #E0A25C
Complementary color
Monochromatic Colors of #E0A25C
Black with #E0A25C
Text Example
Text Example
White with #E0A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A25C; }
p { color: rgb(224,162,92); }
H1.HeaderClassName
{
color: #E0A25C;
}
.AnyTagClassName
{
color: #E0A25C;
}
</style>
background-color css
<style>
a { background-color: #E0A25C; }
a { background-color: rgb(224,162,92); }
div.DivClassName
{
background-color: #E0A25C;
}
.BgClassName
{
background-color: #E0A25C;
}
</style>
border-color css
<style>
span { border-color: #E0A25C; }
span { border-color: rgb(224,162,92); }
td.TdClassName
{
border-color: #E0A25C;
}
.TagClassName
{
border-color: #E0A25C;
}
</style>