Shades of Porsche #E9925D
Tints of Porsche #E9925D
RGB
CMYK
RGB Variations
Color information
#E9925D (or 0xE9925D) is known color: Porsche. HEX triplet: E9, 92 and 5D. RGB value is (233,146,93). Sum of RGB (Red+Green+Blue) = 233+146+93=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9925D is #166DA2. Grayscale: #A6A6A6. Windows color (decimal): -1469859 or 6132457. OLE color: 6132457.
HSL color Cylindrical-coordinate representation of color #E9925D: hue angle of 22.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9925D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 93 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.09 |
| HSL | 22.71º | 0.76% | 0.64% | - |
| HSV(B) | 22.71º | 0.6% | 0.91% | - |
| XYZ | 45.86 | 38.67 | 15.4 | - |
| YUV | 165.97 | 86.82 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 93 | 0 | 0.37 | 0.60 | 0.09 | 22.71 | 0.76 | 0.64 |
| Hex | E9 | 92 | 5D | 0 | 25 | 3C | 9 | 17 | 4C | 40 |
| Octal | 351 | 222 | 135 | 0 | 45 | 74 | 11 | 27 | 114 | 100 |
| Binary | 11101001 | 10010010 | 1011101 | 0 | 100101 | 111100 | 1001 | 10111 | 1001100 | 1000000 |
Color Harmonies of #E9925D
Complementary color
Monochromatic Colors of #E9925D
Black with #E9925D
Text Example
Text Example
White with #E9925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9925D; }
p { color: rgb(233,146,93); }
H1.HeaderClassName
{
color: #E9925D;
}
.AnyTagClassName
{
color: #E9925D;
}
</style>
background-color css
<style>
a { background-color: #E9925D; }
a { background-color: rgb(233,146,93); }
div.DivClassName
{
background-color: #E9925D;
}
.BgClassName
{
background-color: #E9925D;
}
</style>
border-color css
<style>
span { border-color: #E9925D; }
span { border-color: rgb(233,146,93); }
td.TdClassName
{
border-color: #E9925D;
}
.TagClassName
{
border-color: #E9925D;
}
</style>