Shades of Porsche #E69A64
Tints of Porsche #E69A64
RGB
CMYK
RGB Variations
Color information
#E69A64 (or 0xE69A64) is known color: Porsche. HEX triplet: E6, 9A and 64. RGB value is (230,154,100). Sum of RGB (Red+Green+Blue) = 230+154+100=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A64 is #19659B. Grayscale: #AAAAAA. Windows color (decimal): -1664412 or 6593254. OLE color: 6593254.
HSL color Cylindrical-coordinate representation of color #E69A64: hue angle of 24.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E69A64 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 100 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.10 |
| HSL | 24.92º | 0.72% | 0.65% | - |
| HSV(B) | 24.92º | 0.57% | 0.9% | - |
| XYZ | 46.49 | 40.85 | 17.49 | - |
| YUV | 170.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 100 | 0 | 0.33 | 0.57 | 0.10 | 24.92 | 0.72 | 0.65 |
| Hex | E6 | 9A | 64 | 0 | 21 | 39 | A | 19 | 48 | 41 |
| Octal | 346 | 232 | 144 | 0 | 41 | 71 | 12 | 31 | 110 | 101 |
| Binary | 11100110 | 10011010 | 1100100 | 0 | 100001 | 111001 | 1010 | 11001 | 1001000 | 1000001 |
Color Harmonies of #E69A64
Complementary color
Monochromatic Colors of #E69A64
Black with #E69A64
Text Example
Text Example
White with #E69A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A64; }
p { color: rgb(230,154,100); }
H1.HeaderClassName
{
color: #E69A64;
}
.AnyTagClassName
{
color: #E69A64;
}
</style>
background-color css
<style>
a { background-color: #E69A64; }
a { background-color: rgb(230,154,100); }
div.DivClassName
{
background-color: #E69A64;
}
.BgClassName
{
background-color: #E69A64;
}
</style>
border-color css
<style>
span { border-color: #E69A64; }
span { border-color: rgb(230,154,100); }
td.TdClassName
{
border-color: #E69A64;
}
.TagClassName
{
border-color: #E69A64;
}
</style>