Shades of Porsche #EA9E5C
Tints of Porsche #EA9E5C
RGB
CMYK
RGB Variations
Color information
#EA9E5C (or 0xEA9E5C) is known color: Porsche. HEX triplet: EA, 9E and 5C. RGB value is (234,158,92). Sum of RGB (Red+Green+Blue) = 234+158+92=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5C is #1561A3. Grayscale: #ADADAD. Windows color (decimal): -1401252 or 6069994. OLE color: 6069994.
HSL color Cylindrical-coordinate representation of color #EA9E5C: hue angle of 27.89º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA9E5C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 92 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.08 |
| HSL | 27.89º | 0.77% | 0.64% | - |
| HSV(B) | 27.89º | 0.61% | 0.92% | - |
| XYZ | 48.09 | 42.72 | 15.84 | - |
| YUV | 173.2 | 82.18 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 92 | 0 | 0.32 | 0.61 | 0.08 | 27.89 | 0.77 | 0.64 |
| Hex | EA | 9E | 5C | 0 | 20 | 3D | 8 | 1C | 4D | 40 |
| Octal | 352 | 236 | 134 | 0 | 40 | 75 | 10 | 34 | 115 | 100 |
| Binary | 11101010 | 10011110 | 1011100 | 0 | 100000 | 111101 | 1000 | 11100 | 1001101 | 1000000 |
Color Harmonies of #EA9E5C
Complementary color
Monochromatic Colors of #EA9E5C
Black with #EA9E5C
Text Example
Text Example
White with #EA9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E5C; }
p { color: rgb(234,158,92); }
H1.HeaderClassName
{
color: #EA9E5C;
}
.AnyTagClassName
{
color: #EA9E5C;
}
</style>
background-color css
<style>
a { background-color: #EA9E5C; }
a { background-color: rgb(234,158,92); }
div.DivClassName
{
background-color: #EA9E5C;
}
.BgClassName
{
background-color: #EA9E5C;
}
</style>
border-color css
<style>
span { border-color: #EA9E5C; }
span { border-color: rgb(234,158,92); }
td.TdClassName
{
border-color: #EA9E5C;
}
.TagClassName
{
border-color: #EA9E5C;
}
</style>