Shades of Porsche #E69B5A
Tints of Porsche #E69B5A
RGB
CMYK
RGB Variations
Color information
#E69B5A (or 0xE69B5A) is known color: Porsche. HEX triplet: E6, 9B and 5A. RGB value is (230,155,90). Sum of RGB (Red+Green+Blue) = 230+155+90=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69B5A is #1964A5. Grayscale: #AAAAAA. Windows color (decimal): -1664166 or 5938150. OLE color: 5938150.
HSL color Cylindrical-coordinate representation of color #E69B5A: hue angle of 27.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E69B5A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 90 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.10 |
| HSL | 27.86º | 0.74% | 0.63% | - |
| HSV(B) | 27.86º | 0.61% | 0.9% | - |
| XYZ | 46.2 | 41 | 15.15 | - |
| YUV | 170.02 | 82.85 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 90 | 0 | 0.33 | 0.61 | 0.10 | 27.86 | 0.74 | 0.63 |
| Hex | E6 | 9B | 5A | 0 | 21 | 3D | A | 1C | 4A | 3F |
| Octal | 346 | 233 | 132 | 0 | 41 | 75 | 12 | 34 | 112 | 77 |
| Binary | 11100110 | 10011011 | 1011010 | 0 | 100001 | 111101 | 1010 | 11100 | 1001010 | 111111 |
Color Harmonies of #E69B5A
Complementary color
Monochromatic Colors of #E69B5A
Black with #E69B5A
Text Example
Text Example
White with #E69B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B5A; }
p { color: rgb(230,155,90); }
H1.HeaderClassName
{
color: #E69B5A;
}
.AnyTagClassName
{
color: #E69B5A;
}
</style>
background-color css
<style>
a { background-color: #E69B5A; }
a { background-color: rgb(230,155,90); }
div.DivClassName
{
background-color: #E69B5A;
}
.BgClassName
{
background-color: #E69B5A;
}
</style>
border-color css
<style>
span { border-color: #E69B5A; }
span { border-color: rgb(230,155,90); }
td.TdClassName
{
border-color: #E69B5A;
}
.TagClassName
{
border-color: #E69B5A;
}
</style>