Shades of Porsche #E0A25B
Tints of Porsche #E0A25B
RGB
CMYK
RGB Variations
Color information
#E0A25B (or 0xE0A25B) is known color: Porsche. HEX triplet: E0, A2 and 5B. RGB value is (224,162,91). Sum of RGB (Red+Green+Blue) = 224+162+91=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A25B is #1F5DA4. Grayscale: #ACACAC. Windows color (decimal): -2055589 or 6005472. OLE color: 6005472.
HSL color Cylindrical-coordinate representation of color #E0A25B: hue angle of 32.03º 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 #E0A25B is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 91 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.12 |
| HSL | 32.03º | 0.68% | 0.62% | - |
| HSV(B) | 32.03º | 0.59% | 0.88% | - |
| XYZ | 45.55 | 42.44 | 15.69 | - |
| YUV | 172.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 91 | 0 | 0.28 | 0.59 | 0.12 | 32.03 | 0.68 | 0.62 |
| Hex | E0 | A2 | 5B | 0 | 1C | 3B | C | 20 | 44 | 3E |
| Octal | 340 | 242 | 133 | 0 | 34 | 73 | 14 | 40 | 104 | 76 |
| Binary | 11100000 | 10100010 | 1011011 | 0 | 11100 | 111011 | 1100 | 100000 | 1000100 | 111110 |
Color Harmonies of #E0A25B
Complementary color
Monochromatic Colors of #E0A25B
Black with #E0A25B
Text Example
Text Example
White with #E0A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A25B; }
p { color: rgb(224,162,91); }
H1.HeaderClassName
{
color: #E0A25B;
}
.AnyTagClassName
{
color: #E0A25B;
}
</style>
background-color css
<style>
a { background-color: #E0A25B; }
a { background-color: rgb(224,162,91); }
div.DivClassName
{
background-color: #E0A25B;
}
.BgClassName
{
background-color: #E0A25B;
}
</style>
border-color css
<style>
span { border-color: #E0A25B; }
span { border-color: rgb(224,162,91); }
td.TdClassName
{
border-color: #E0A25B;
}
.TagClassName
{
border-color: #E0A25B;
}
</style>