Shades of Porsche #EAA352
Tints of Porsche #EAA352
RGB
CMYK
RGB Variations
Color information
#EAA352 (or 0xEAA352) is known color: Porsche. HEX triplet: EA, A3 and 52. RGB value is (234,163,82). Sum of RGB (Red+Green+Blue) = 234+163+82=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA352 is #155CAD. Grayscale: #AFAFAF. Windows color (decimal): -1399982 or 5415914. OLE color: 5415914.
HSL color Cylindrical-coordinate representation of color #EAA352: hue angle of 31.97º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAA352 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 82 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.08 |
| HSL | 31.97º | 0.78% | 0.62% | - |
| HSV(B) | 31.97º | 0.65% | 0.92% | - |
| XYZ | 48.55 | 44.3 | 13.97 | - |
| YUV | 175 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 82 | 0 | 0.30 | 0.65 | 0.08 | 31.97 | 0.78 | 0.62 |
| Hex | EA | A3 | 52 | 0 | 1E | 41 | 8 | 20 | 4E | 3E |
| Octal | 352 | 243 | 122 | 0 | 36 | 101 | 10 | 40 | 116 | 76 |
| Binary | 11101010 | 10100011 | 1010010 | 0 | 11110 | 1000001 | 1000 | 100000 | 1001110 | 111110 |
Color Harmonies of #EAA352
Complementary color
Monochromatic Colors of #EAA352
Black with #EAA352
Text Example
Text Example
White with #EAA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA352; }
p { color: rgb(234,163,82); }
H1.HeaderClassName
{
color: #EAA352;
}
.AnyTagClassName
{
color: #EAA352;
}
</style>
background-color css
<style>
a { background-color: #EAA352; }
a { background-color: rgb(234,163,82); }
div.DivClassName
{
background-color: #EAA352;
}
.BgClassName
{
background-color: #EAA352;
}
</style>
border-color css
<style>
span { border-color: #EAA352; }
span { border-color: rgb(234,163,82); }
td.TdClassName
{
border-color: #EAA352;
}
.TagClassName
{
border-color: #EAA352;
}
</style>