Shades of Porsche #E9925C
Tints of Porsche #E9925C
RGB
CMYK
RGB Variations
Color information
#E9925C (or 0xE9925C) is known color: Porsche. HEX triplet: E9, 92 and 5C. RGB value is (233,146,92). Sum of RGB (Red+Green+Blue) = 233+146+92=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E9925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9925C is #166DA3. Grayscale: #A6A6A6. Windows color (decimal): -1469860 or 6066921. OLE color: 6066921.
HSL color Cylindrical-coordinate representation of color #E9925C: hue angle of 22.98º 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 #E9925C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 92 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.09 |
| HSL | 22.98º | 0.76% | 0.64% | - |
| HSV(B) | 22.98º | 0.61% | 0.91% | - |
| XYZ | 45.81 | 38.65 | 15.17 | - |
| YUV | 165.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 92 | 0 | 0.37 | 0.61 | 0.09 | 22.98 | 0.76 | 0.64 |
| Hex | E9 | 92 | 5C | 0 | 25 | 3D | 9 | 17 | 4C | 40 |
| Octal | 351 | 222 | 134 | 0 | 45 | 75 | 11 | 27 | 114 | 100 |
| Binary | 11101001 | 10010010 | 1011100 | 0 | 100101 | 111101 | 1001 | 10111 | 1001100 | 1000000 |
Color Harmonies of #E9925C
Complementary color
Monochromatic Colors of #E9925C
Black with #E9925C
Text Example
Text Example
White with #E9925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9925C; }
p { color: rgb(233,146,92); }
H1.HeaderClassName
{
color: #E9925C;
}
.AnyTagClassName
{
color: #E9925C;
}
</style>
background-color css
<style>
a { background-color: #E9925C; }
a { background-color: rgb(233,146,92); }
div.DivClassName
{
background-color: #E9925C;
}
.BgClassName
{
background-color: #E9925C;
}
</style>
border-color css
<style>
span { border-color: #E9925C; }
span { border-color: rgb(233,146,92); }
td.TdClassName
{
border-color: #E9925C;
}
.TagClassName
{
border-color: #E9925C;
}
</style>