Shades of Porsche #E1994F
Tints of Porsche #E1994F
RGB
CMYK
RGB Variations
Color information
#E1994F (or 0xE1994F) is known color: Porsche. HEX triplet: E1, 99 and 4F. RGB value is (225,153,79). Sum of RGB (Red+Green+Blue) = 225+153+79=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1994F is #1E66B0. Grayscale: #A6A6A6. Windows color (decimal): -1992369 or 5216737. OLE color: 5216737.
HSL color Cylindrical-coordinate representation of color #E1994F: hue angle of 30.41º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1994F is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 79 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.12 |
| HSL | 30.41º | 0.71% | 0.6% | - |
| HSV(B) | 30.41º | 0.65% | 0.88% | - |
| XYZ | 43.85 | 39.35 | 12.68 | - |
| YUV | 166.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 79 | 0 | 0.32 | 0.65 | 0.12 | 30.41 | 0.71 | 0.6 |
| Hex | E1 | 99 | 4F | 0 | 20 | 41 | C | 1E | 47 | 3C |
| Octal | 341 | 231 | 117 | 0 | 40 | 101 | 14 | 36 | 107 | 74 |
| Binary | 11100001 | 10011001 | 1001111 | 0 | 100000 | 1000001 | 1100 | 11110 | 1000111 | 111100 |
Color Harmonies of #E1994F
Complementary color
Monochromatic Colors of #E1994F
Black with #E1994F
Text Example
Text Example
White with #E1994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1994F; }
p { color: rgb(225,153,79); }
H1.HeaderClassName
{
color: #E1994F;
}
.AnyTagClassName
{
color: #E1994F;
}
</style>
background-color css
<style>
a { background-color: #E1994F; }
a { background-color: rgb(225,153,79); }
div.DivClassName
{
background-color: #E1994F;
}
.BgClassName
{
background-color: #E1994F;
}
</style>
border-color css
<style>
span { border-color: #E1994F; }
span { border-color: rgb(225,153,79); }
td.TdClassName
{
border-color: #E1994F;
}
.TagClassName
{
border-color: #E1994F;
}
</style>