Shades of Porsche #E6925E
Tints of Porsche #E6925E
RGB
CMYK
RGB Variations
Color information
#E6925E (or 0xE6925E) is known color: Porsche. HEX triplet: E6, 92 and 5E. RGB value is (230,146,94). Sum of RGB (Red+Green+Blue) = 230+146+94=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6925E is #196DA1. Grayscale: #A5A5A5. Windows color (decimal): -1666466 or 6197990. OLE color: 6197990.
HSL color Cylindrical-coordinate representation of color #E6925E: hue angle of 22.94º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6925E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 94 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.10 |
| HSL | 22.94º | 0.73% | 0.64% | - |
| HSV(B) | 22.94º | 0.59% | 0.9% | - |
| XYZ | 44.93 | 38.19 | 15.59 | - |
| YUV | 165.19 | 87.83 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 94 | 0 | 0.37 | 0.59 | 0.10 | 22.94 | 0.73 | 0.64 |
| Hex | E6 | 92 | 5E | 0 | 25 | 3B | A | 17 | 49 | 40 |
| Octal | 346 | 222 | 136 | 0 | 45 | 73 | 12 | 27 | 111 | 100 |
| Binary | 11100110 | 10010010 | 1011110 | 0 | 100101 | 111011 | 1010 | 10111 | 1001001 | 1000000 |
Color Harmonies of #E6925E
Complementary color
Monochromatic Colors of #E6925E
Black with #E6925E
Text Example
Text Example
White with #E6925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6925E; }
p { color: rgb(230,146,94); }
H1.HeaderClassName
{
color: #E6925E;
}
.AnyTagClassName
{
color: #E6925E;
}
</style>
background-color css
<style>
a { background-color: #E6925E; }
a { background-color: rgb(230,146,94); }
div.DivClassName
{
background-color: #E6925E;
}
.BgClassName
{
background-color: #E6925E;
}
</style>
border-color css
<style>
span { border-color: #E6925E; }
span { border-color: rgb(230,146,94); }
td.TdClassName
{
border-color: #E6925E;
}
.TagClassName
{
border-color: #E6925E;
}
</style>