Shades of Porsche #E49B5F
Tints of Porsche #E49B5F
RGB
CMYK
RGB Variations
Color information
#E49B5F (or 0xE49B5F) is known color: Porsche. HEX triplet: E4, 9B and 5F. RGB value is (228,155,95). Sum of RGB (Red+Green+Blue) = 228+155+95=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B5F is #1B64A0. Grayscale: #AAAAAA. Windows color (decimal): -1795233 or 6265828. OLE color: 6265828.
HSL color Cylindrical-coordinate representation of color #E49B5F: hue angle of 27.07º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E49B5F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 95 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.11 |
| HSL | 27.07º | 0.71% | 0.63% | - |
| HSV(B) | 27.07º | 0.58% | 0.89% | - |
| XYZ | 45.78 | 40.76 | 16.28 | - |
| YUV | 169.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 95 | 0 | 0.32 | 0.58 | 0.11 | 27.07 | 0.71 | 0.63 |
| Hex | E4 | 9B | 5F | 0 | 20 | 3A | B | 1B | 47 | 3F |
| Octal | 344 | 233 | 137 | 0 | 40 | 72 | 13 | 33 | 107 | 77 |
| Binary | 11100100 | 10011011 | 1011111 | 0 | 100000 | 111010 | 1011 | 11011 | 1000111 | 111111 |
Color Harmonies of #E49B5F
Complementary color
Monochromatic Colors of #E49B5F
Black with #E49B5F
Text Example
Text Example
White with #E49B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B5F; }
p { color: rgb(228,155,95); }
H1.HeaderClassName
{
color: #E49B5F;
}
.AnyTagClassName
{
color: #E49B5F;
}
</style>
background-color css
<style>
a { background-color: #E49B5F; }
a { background-color: rgb(228,155,95); }
div.DivClassName
{
background-color: #E49B5F;
}
.BgClassName
{
background-color: #E49B5F;
}
</style>
border-color css
<style>
span { border-color: #E49B5F; }
span { border-color: rgb(228,155,95); }
td.TdClassName
{
border-color: #E49B5F;
}
.TagClassName
{
border-color: #E49B5F;
}
</style>