Shades of Porsche #E0995B
Tints of Porsche #E0995B
RGB
CMYK
RGB Variations
Color information
#E0995B (or 0xE0995B) is known color: Porsche. HEX triplet: E0, 99 and 5B. RGB value is (224,153,91). Sum of RGB (Red+Green+Blue) = 224+153+91=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0995B is #1F66A4. Grayscale: #A7A7A7. Windows color (decimal): -2057893 or 6003168. OLE color: 6003168.
HSL color Cylindrical-coordinate representation of color #E0995B: hue angle of 27.97º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0995B is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 91 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.12 |
| HSL | 27.97º | 0.68% | 0.62% | - |
| HSV(B) | 27.97º | 0.59% | 0.88% | - |
| XYZ | 44.02 | 39.39 | 15.18 | - |
| YUV | 167.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 91 | 0 | 0.32 | 0.59 | 0.12 | 27.97 | 0.68 | 0.62 |
| Hex | E0 | 99 | 5B | 0 | 20 | 3B | C | 1C | 44 | 3E |
| Octal | 340 | 231 | 133 | 0 | 40 | 73 | 14 | 34 | 104 | 76 |
| Binary | 11100000 | 10011001 | 1011011 | 0 | 100000 | 111011 | 1100 | 11100 | 1000100 | 111110 |
Color Harmonies of #E0995B
Complementary color
Monochromatic Colors of #E0995B
Black with #E0995B
Text Example
Text Example
White with #E0995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0995B; }
p { color: rgb(224,153,91); }
H1.HeaderClassName
{
color: #E0995B;
}
.AnyTagClassName
{
color: #E0995B;
}
</style>
background-color css
<style>
a { background-color: #E0995B; }
a { background-color: rgb(224,153,91); }
div.DivClassName
{
background-color: #E0995B;
}
.BgClassName
{
background-color: #E0995B;
}
</style>
border-color css
<style>
span { border-color: #E0995B; }
span { border-color: rgb(224,153,91); }
td.TdClassName
{
border-color: #E0995B;
}
.TagClassName
{
border-color: #E0995B;
}
</style>