Shades of Porsche #E29E5A
Tints of Porsche #E29E5A
RGB
CMYK
RGB Variations
Color information
#E29E5A (or 0xE29E5A) is known color: Porsche. HEX triplet: E2, 9E and 5A. RGB value is (226,158,90). Sum of RGB (Red+Green+Blue) = 226+158+90=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29E5A is #1D61A5. Grayscale: #AAAAAA. Windows color (decimal): -1925542 or 5938914. OLE color: 5938914.
HSL color Cylindrical-coordinate representation of color #E29E5A: hue angle of 30º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E29E5A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 90 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.11 |
| HSL | 30º | 0.7% | 0.62% | - |
| HSV(B) | 30º | 0.6% | 0.89% | - |
| XYZ | 45.44 | 41.36 | 15.26 | - |
| YUV | 170.58 | 82.53 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 90 | 0 | 0.30 | 0.60 | 0.11 | 30 | 0.7 | 0.62 |
| Hex | E2 | 9E | 5A | 0 | 1E | 3C | B | 1E | 46 | 3E |
| Octal | 342 | 236 | 132 | 0 | 36 | 74 | 13 | 36 | 106 | 76 |
| Binary | 11100010 | 10011110 | 1011010 | 0 | 11110 | 111100 | 1011 | 11110 | 1000110 | 111110 |
Color Harmonies of #E29E5A
Complementary color
Monochromatic Colors of #E29E5A
Black with #E29E5A
Text Example
Text Example
White with #E29E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E5A; }
p { color: rgb(226,158,90); }
H1.HeaderClassName
{
color: #E29E5A;
}
.AnyTagClassName
{
color: #E29E5A;
}
</style>
background-color css
<style>
a { background-color: #E29E5A; }
a { background-color: rgb(226,158,90); }
div.DivClassName
{
background-color: #E29E5A;
}
.BgClassName
{
background-color: #E29E5A;
}
</style>
border-color css
<style>
span { border-color: #E29E5A; }
span { border-color: rgb(226,158,90); }
td.TdClassName
{
border-color: #E29E5A;
}
.TagClassName
{
border-color: #E29E5A;
}
</style>