Shades of Porsche #E19D5A
Tints of Porsche #E19D5A
RGB
CMYK
RGB Variations
Color information
#E19D5A (or 0xE19D5A) is known color: Porsche. HEX triplet: E1, 9D and 5A. RGB value is (225,157,90). Sum of RGB (Red+Green+Blue) = 225+157+90=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D5A is #1E62A5. Grayscale: #AAAAAA. Windows color (decimal): -1991334 or 5938657. OLE color: 5938657.
HSL color Cylindrical-coordinate representation of color #E19D5A: hue angle of 29.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E19D5A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 90 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.12 |
| HSL | 29.78º | 0.69% | 0.62% | - |
| HSV(B) | 29.78º | 0.6% | 0.88% | - |
| XYZ | 44.95 | 40.86 | 15.19 | - |
| YUV | 169.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 90 | 0 | 0.30 | 0.60 | 0.12 | 29.78 | 0.69 | 0.62 |
| Hex | E1 | 9D | 5A | 0 | 1E | 3C | C | 1E | 45 | 3E |
| Octal | 341 | 235 | 132 | 0 | 36 | 74 | 14 | 36 | 105 | 76 |
| Binary | 11100001 | 10011101 | 1011010 | 0 | 11110 | 111100 | 1100 | 11110 | 1000101 | 111110 |
Color Harmonies of #E19D5A
Complementary color
Monochromatic Colors of #E19D5A
Black with #E19D5A
Text Example
Text Example
White with #E19D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D5A; }
p { color: rgb(225,157,90); }
H1.HeaderClassName
{
color: #E19D5A;
}
.AnyTagClassName
{
color: #E19D5A;
}
</style>
background-color css
<style>
a { background-color: #E19D5A; }
a { background-color: rgb(225,157,90); }
div.DivClassName
{
background-color: #E19D5A;
}
.BgClassName
{
background-color: #E19D5A;
}
</style>
border-color css
<style>
span { border-color: #E19D5A; }
span { border-color: rgb(225,157,90); }
td.TdClassName
{
border-color: #E19D5A;
}
.TagClassName
{
border-color: #E19D5A;
}
</style>