Shades of Porsche #E2995A
Tints of Porsche #E2995A
RGB
CMYK
RGB Variations
Color information
#E2995A (or 0xE2995A) is known color: Porsche. HEX triplet: E2, 99 and 5A. RGB value is (226,153,90). Sum of RGB (Red+Green+Blue) = 226+153+90=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2995A is #1D66A5. Grayscale: #A7A7A7. Windows color (decimal): -1926822 or 5937634. OLE color: 5937634.
HSL color Cylindrical-coordinate representation of color #E2995A: hue angle of 27.79º 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 #E2995A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 90 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.11 |
| HSL | 27.79º | 0.7% | 0.62% | - |
| HSV(B) | 27.79º | 0.6% | 0.89% | - |
| XYZ | 44.6 | 39.69 | 14.98 | - |
| YUV | 167.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 90 | 0 | 0.32 | 0.60 | 0.11 | 27.79 | 0.7 | 0.62 |
| Hex | E2 | 99 | 5A | 0 | 20 | 3C | B | 1C | 46 | 3E |
| Octal | 342 | 231 | 132 | 0 | 40 | 74 | 13 | 34 | 106 | 76 |
| Binary | 11100010 | 10011001 | 1011010 | 0 | 100000 | 111100 | 1011 | 11100 | 1000110 | 111110 |
Color Harmonies of #E2995A
Complementary color
Monochromatic Colors of #E2995A
Black with #E2995A
Text Example
Text Example
White with #E2995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2995A; }
p { color: rgb(226,153,90); }
H1.HeaderClassName
{
color: #E2995A;
}
.AnyTagClassName
{
color: #E2995A;
}
</style>
background-color css
<style>
a { background-color: #E2995A; }
a { background-color: rgb(226,153,90); }
div.DivClassName
{
background-color: #E2995A;
}
.BgClassName
{
background-color: #E2995A;
}
</style>
border-color css
<style>
span { border-color: #E2995A; }
span { border-color: rgb(226,153,90); }
td.TdClassName
{
border-color: #E2995A;
}
.TagClassName
{
border-color: #E2995A;
}
</style>