Shades of Porsche #E4A06C
Tints of Porsche #E4A06C
RGB
CMYK
RGB Variations
Color information
#E4A06C (or 0xE4A06C) is known color: Porsche. HEX triplet: E4, A0 and 6C. RGB value is (228,160,108). Sum of RGB (Red+Green+Blue) = 228+160+108=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A06C is #1B5F93. Grayscale: #AEAEAE. Windows color (decimal): -1793940 or 7119076. OLE color: 7119076.
HSL color Cylindrical-coordinate representation of color #E4A06C: hue angle of 26º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4A06C is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 160 | 108 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.11 |
| HSL | 26º | 0.69% | 0.66% | - |
| HSV(B) | 26º | 0.53% | 0.89% | - |
| XYZ | 47.27 | 42.72 | 19.94 | - |
| YUV | 174.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 160 | 108 | 0 | 0.30 | 0.53 | 0.11 | 26 | 0.69 | 0.66 |
| Hex | E4 | A0 | 6C | 0 | 1E | 35 | B | 1A | 45 | 42 |
| Octal | 344 | 240 | 154 | 0 | 36 | 65 | 13 | 32 | 105 | 102 |
| Binary | 11100100 | 10100000 | 1101100 | 0 | 11110 | 110101 | 1011 | 11010 | 1000101 | 1000010 |
Color Harmonies of #E4A06C
Complementary color
Monochromatic Colors of #E4A06C
Black with #E4A06C
Text Example
Text Example
White with #E4A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A06C; }
p { color: rgb(228,160,108); }
H1.HeaderClassName
{
color: #E4A06C;
}
.AnyTagClassName
{
color: #E4A06C;
}
</style>
background-color css
<style>
a { background-color: #E4A06C; }
a { background-color: rgb(228,160,108); }
div.DivClassName
{
background-color: #E4A06C;
}
.BgClassName
{
background-color: #E4A06C;
}
</style>
border-color css
<style>
span { border-color: #E4A06C; }
span { border-color: rgb(228,160,108); }
td.TdClassName
{
border-color: #E4A06C;
}
.TagClassName
{
border-color: #E4A06C;
}
</style>