Shades of Porsche #E2A25C
Tints of Porsche #E2A25C
RGB
CMYK
RGB Variations
Color information
#E2A25C (or 0xE2A25C) is known color: Porsche. HEX triplet: E2, A2 and 5C. RGB value is (226,162,92). Sum of RGB (Red+Green+Blue) = 226+162+92=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A25C is #1D5DA3. Grayscale: #ADADAD. Windows color (decimal): -1924516 or 6071010. OLE color: 6071010.
HSL color Cylindrical-coordinate representation of color #E2A25C: hue angle of 31.34º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2A25C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 92 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.11 |
| HSL | 31.34º | 0.7% | 0.62% | - |
| HSV(B) | 31.34º | 0.59% | 0.89% | - |
| XYZ | 46.22 | 42.78 | 15.95 | - |
| YUV | 173.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 92 | 0 | 0.28 | 0.59 | 0.11 | 31.34 | 0.7 | 0.62 |
| Hex | E2 | A2 | 5C | 0 | 1C | 3B | B | 1F | 46 | 3E |
| Octal | 342 | 242 | 134 | 0 | 34 | 73 | 13 | 37 | 106 | 76 |
| Binary | 11100010 | 10100010 | 1011100 | 0 | 11100 | 111011 | 1011 | 11111 | 1000110 | 111110 |
Color Harmonies of #E2A25C
Complementary color
Monochromatic Colors of #E2A25C
Black with #E2A25C
Text Example
Text Example
White with #E2A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A25C; }
p { color: rgb(226,162,92); }
H1.HeaderClassName
{
color: #E2A25C;
}
.AnyTagClassName
{
color: #E2A25C;
}
</style>
background-color css
<style>
a { background-color: #E2A25C; }
a { background-color: rgb(226,162,92); }
div.DivClassName
{
background-color: #E2A25C;
}
.BgClassName
{
background-color: #E2A25C;
}
</style>
border-color css
<style>
span { border-color: #E2A25C; }
span { border-color: rgb(226,162,92); }
td.TdClassName
{
border-color: #E2A25C;
}
.TagClassName
{
border-color: #E2A25C;
}
</style>