Shades of Porsche #E2994F
Tints of Porsche #E2994F
RGB
CMYK
RGB Variations
Color information
#E2994F (or 0xE2994F) is known color: Porsche. HEX triplet: E2, 99 and 4F. RGB value is (226,153,79). Sum of RGB (Red+Green+Blue) = 226+153+79=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2994F is #1D66B0. Grayscale: #A6A6A6. Windows color (decimal): -1926833 or 5216738. OLE color: 5216738.
HSL color Cylindrical-coordinate representation of color #E2994F: hue angle of 30.2º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2994F is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 79 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.11 |
| HSL | 30.2º | 0.72% | 0.6% | - |
| HSV(B) | 30.2º | 0.65% | 0.89% | - |
| XYZ | 44.17 | 39.52 | 12.7 | - |
| YUV | 166.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 79 | 0 | 0.32 | 0.65 | 0.11 | 30.2 | 0.72 | 0.6 |
| Hex | E2 | 99 | 4F | 0 | 20 | 41 | B | 1E | 48 | 3C |
| Octal | 342 | 231 | 117 | 0 | 40 | 101 | 13 | 36 | 110 | 74 |
| Binary | 11100010 | 10011001 | 1001111 | 0 | 100000 | 1000001 | 1011 | 11110 | 1001000 | 111100 |
Color Harmonies of #E2994F
Complementary color
Monochromatic Colors of #E2994F
Black with #E2994F
Text Example
Text Example
White with #E2994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2994F; }
p { color: rgb(226,153,79); }
H1.HeaderClassName
{
color: #E2994F;
}
.AnyTagClassName
{
color: #E2994F;
}
</style>
background-color css
<style>
a { background-color: #E2994F; }
a { background-color: rgb(226,153,79); }
div.DivClassName
{
background-color: #E2994F;
}
.BgClassName
{
background-color: #E2994F;
}
</style>
border-color css
<style>
span { border-color: #E2994F; }
span { border-color: rgb(226,153,79); }
td.TdClassName
{
border-color: #E2994F;
}
.TagClassName
{
border-color: #E2994F;
}
</style>