Shades of Porsche #E99B5F
Tints of Porsche #E99B5F
RGB
CMYK
RGB Variations
Color information
#E99B5F (or 0xE99B5F) is known color: Porsche. HEX triplet: E9, 9B and 5F. RGB value is (233,155,95). Sum of RGB (Red+Green+Blue) = 233+155+95=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99B5F is #1664A0. Grayscale: #ABABAB. Windows color (decimal): -1467553 or 6265833. OLE color: 6265833.
HSL color Cylindrical-coordinate representation of color #E99B5F: hue angle of 26.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E99B5F is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 95 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.09 |
| HSL | 26.09º | 0.76% | 0.64% | - |
| HSV(B) | 26.09º | 0.59% | 0.91% | - |
| XYZ | 47.39 | 41.59 | 16.36 | - |
| YUV | 171.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 95 | 0 | 0.33 | 0.59 | 0.09 | 26.09 | 0.76 | 0.64 |
| Hex | E9 | 9B | 5F | 0 | 21 | 3B | 9 | 1A | 4C | 40 |
| Octal | 351 | 233 | 137 | 0 | 41 | 73 | 11 | 32 | 114 | 100 |
| Binary | 11101001 | 10011011 | 1011111 | 0 | 100001 | 111011 | 1001 | 11010 | 1001100 | 1000000 |
Color Harmonies of #E99B5F
Complementary color
Monochromatic Colors of #E99B5F
Black with #E99B5F
Text Example
Text Example
White with #E99B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B5F; }
p { color: rgb(233,155,95); }
H1.HeaderClassName
{
color: #E99B5F;
}
.AnyTagClassName
{
color: #E99B5F;
}
</style>
background-color css
<style>
a { background-color: #E99B5F; }
a { background-color: rgb(233,155,95); }
div.DivClassName
{
background-color: #E99B5F;
}
.BgClassName
{
background-color: #E99B5F;
}
</style>
border-color css
<style>
span { border-color: #E99B5F; }
span { border-color: rgb(233,155,95); }
td.TdClassName
{
border-color: #E99B5F;
}
.TagClassName
{
border-color: #E99B5F;
}
</style>