Shades of Porsche #E49D4F
Tints of Porsche #E49D4F
RGB
CMYK
RGB Variations
Color information
#E49D4F (or 0xE49D4F) is known color: Porsche. HEX triplet: E4, 9D and 4F. RGB value is (228,157,79). Sum of RGB (Red+Green+Blue) = 228+157+79=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49D4F is #1B62B0. Grayscale: #A9A9A9. Windows color (decimal): -1794737 or 5217764. OLE color: 5217764.
HSL color Cylindrical-coordinate representation of color #E49D4F: hue angle of 31.41º degrees, saturation: 0.73, 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 #E49D4F is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 79 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.11 |
| HSL | 31.41º | 0.73% | 0.6% | - |
| HSV(B) | 31.41º | 0.65% | 0.89% | - |
| XYZ | 45.46 | 41.17 | 12.95 | - |
| YUV | 169.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 79 | 0 | 0.31 | 0.65 | 0.11 | 31.41 | 0.73 | 0.6 |
| Hex | E4 | 9D | 4F | 0 | 1F | 41 | B | 1F | 49 | 3C |
| Octal | 344 | 235 | 117 | 0 | 37 | 101 | 13 | 37 | 111 | 74 |
| Binary | 11100100 | 10011101 | 1001111 | 0 | 11111 | 1000001 | 1011 | 11111 | 1001001 | 111100 |
Color Harmonies of #E49D4F
Complementary color
Monochromatic Colors of #E49D4F
Black with #E49D4F
Text Example
Text Example
White with #E49D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D4F; }
p { color: rgb(228,157,79); }
H1.HeaderClassName
{
color: #E49D4F;
}
.AnyTagClassName
{
color: #E49D4F;
}
</style>
background-color css
<style>
a { background-color: #E49D4F; }
a { background-color: rgb(228,157,79); }
div.DivClassName
{
background-color: #E49D4F;
}
.BgClassName
{
background-color: #E49D4F;
}
</style>
border-color css
<style>
span { border-color: #E49D4F; }
span { border-color: rgb(228,157,79); }
td.TdClassName
{
border-color: #E49D4F;
}
.TagClassName
{
border-color: #E49D4F;
}
</style>