Shades of Porsche #EA9756
Tints of Porsche #EA9756
RGB
CMYK
RGB Variations
Color information
#EA9756 (or 0xEA9756) is known color: Porsche. HEX triplet: EA, 97 and 56. RGB value is (234,151,86). Sum of RGB (Red+Green+Blue) = 234+151+86=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9756 is #1568A9. Grayscale: #A8A8A8. Windows color (decimal): -1403050 or 5674986. OLE color: 5674986.
HSL color Cylindrical-coordinate representation of color #EA9756: hue angle of 26.35º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA9756 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 86 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.08 |
| HSL | 26.35º | 0.78% | 0.63% | - |
| HSV(B) | 26.35º | 0.63% | 0.92% | - |
| XYZ | 46.68 | 40.3 | 14.12 | - |
| YUV | 168.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 86 | 0 | 0.35 | 0.63 | 0.08 | 26.35 | 0.78 | 0.63 |
| Hex | EA | 97 | 56 | 0 | 23 | 3F | 8 | 1A | 4E | 3F |
| Octal | 352 | 227 | 126 | 0 | 43 | 77 | 10 | 32 | 116 | 77 |
| Binary | 11101010 | 10010111 | 1010110 | 0 | 100011 | 111111 | 1000 | 11010 | 1001110 | 111111 |
Color Harmonies of #EA9756
Complementary color
Monochromatic Colors of #EA9756
Black with #EA9756
Text Example
Text Example
White with #EA9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9756; }
p { color: rgb(234,151,86); }
H1.HeaderClassName
{
color: #EA9756;
}
.AnyTagClassName
{
color: #EA9756;
}
</style>
background-color css
<style>
a { background-color: #EA9756; }
a { background-color: rgb(234,151,86); }
div.DivClassName
{
background-color: #EA9756;
}
.BgClassName
{
background-color: #EA9756;
}
</style>
border-color css
<style>
span { border-color: #EA9756; }
span { border-color: rgb(234,151,86); }
td.TdClassName
{
border-color: #EA9756;
}
.TagClassName
{
border-color: #EA9756;
}
</style>