Shades of Porsche #E9955B
Tints of Porsche #E9955B
RGB
CMYK
RGB Variations
Color information
#E9955B (or 0xE9955B) is known color: Porsche. HEX triplet: E9, 95 and 5B. RGB value is (233,149,91). Sum of RGB (Red+Green+Blue) = 233+149+91=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9955B is #166AA4. Grayscale: #A7A7A7. Windows color (decimal): -1469093 or 6002153. OLE color: 6002153.
HSL color Cylindrical-coordinate representation of color #E9955B: hue angle of 24.51º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9955B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 91 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.09 |
| HSL | 24.51º | 0.76% | 0.64% | - |
| HSV(B) | 24.51º | 0.61% | 0.91% | - |
| XYZ | 46.24 | 39.57 | 15.1 | - |
| YUV | 167.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 91 | 0 | 0.36 | 0.61 | 0.09 | 24.51 | 0.76 | 0.64 |
| Hex | E9 | 95 | 5B | 0 | 24 | 3D | 9 | 19 | 4C | 40 |
| Octal | 351 | 225 | 133 | 0 | 44 | 75 | 11 | 31 | 114 | 100 |
| Binary | 11101001 | 10010101 | 1011011 | 0 | 100100 | 111101 | 1001 | 11001 | 1001100 | 1000000 |
Color Harmonies of #E9955B
Complementary color
Monochromatic Colors of #E9955B
Black with #E9955B
Text Example
Text Example
White with #E9955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9955B; }
p { color: rgb(233,149,91); }
H1.HeaderClassName
{
color: #E9955B;
}
.AnyTagClassName
{
color: #E9955B;
}
</style>
background-color css
<style>
a { background-color: #E9955B; }
a { background-color: rgb(233,149,91); }
div.DivClassName
{
background-color: #E9955B;
}
.BgClassName
{
background-color: #E9955B;
}
</style>
border-color css
<style>
span { border-color: #E9955B; }
span { border-color: rgb(233,149,91); }
td.TdClassName
{
border-color: #E9955B;
}
.TagClassName
{
border-color: #E9955B;
}
</style>