Shades of Porsche #EA9A60
Tints of Porsche #EA9A60
RGB
CMYK
RGB Variations
Color information
#EA9A60 (or 0xEA9A60) is known color: Porsche. HEX triplet: EA, 9A and 60. RGB value is (234,154,96). Sum of RGB (Red+Green+Blue) = 234+154+96=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A60 is #15659F. Grayscale: #ABABAB. Windows color (decimal): -1402272 or 6331114. OLE color: 6331114.
HSL color Cylindrical-coordinate representation of color #EA9A60: hue angle of 25.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA9A60 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 96 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.08 |
| HSL | 25.22º | 0.77% | 0.65% | - |
| HSV(B) | 25.22º | 0.59% | 0.92% | - |
| XYZ | 47.6 | 41.45 | 16.56 | - |
| YUV | 171.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 96 | 0 | 0.34 | 0.59 | 0.08 | 25.22 | 0.77 | 0.65 |
| Hex | EA | 9A | 60 | 0 | 22 | 3B | 8 | 19 | 4D | 41 |
| Octal | 352 | 232 | 140 | 0 | 42 | 73 | 10 | 31 | 115 | 101 |
| Binary | 11101010 | 10011010 | 1100000 | 0 | 100010 | 111011 | 1000 | 11001 | 1001101 | 1000001 |
Color Harmonies of #EA9A60
Complementary color
Monochromatic Colors of #EA9A60
Black with #EA9A60
Text Example
Text Example
White with #EA9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A60; }
p { color: rgb(234,154,96); }
H1.HeaderClassName
{
color: #EA9A60;
}
.AnyTagClassName
{
color: #EA9A60;
}
</style>
background-color css
<style>
a { background-color: #EA9A60; }
a { background-color: rgb(234,154,96); }
div.DivClassName
{
background-color: #EA9A60;
}
.BgClassName
{
background-color: #EA9A60;
}
</style>
border-color css
<style>
span { border-color: #EA9A60; }
span { border-color: rgb(234,154,96); }
td.TdClassName
{
border-color: #EA9A60;
}
.TagClassName
{
border-color: #EA9A60;
}
</style>