Shades of Porsche #EA985A
Tints of Porsche #EA985A
RGB
CMYK
RGB Variations
Color information
#EA985A (or 0xEA985A) is known color: Porsche. HEX triplet: EA, 98 and 5A. RGB value is (234,152,90). Sum of RGB (Red+Green+Blue) = 234+152+90=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA985A is #1567A5. Grayscale: #A9A9A9. Windows color (decimal): -1402790 or 5937386. OLE color: 5937386.
HSL color Cylindrical-coordinate representation of color #EA985A: hue angle of 25.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA985A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 90 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.08 |
| HSL | 25.83º | 0.77% | 0.64% | - |
| HSV(B) | 25.83º | 0.62% | 0.92% | - |
| XYZ | 47.01 | 40.69 | 15.05 | - |
| YUV | 169.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 90 | 0 | 0.35 | 0.62 | 0.08 | 25.83 | 0.77 | 0.64 |
| Hex | EA | 98 | 5A | 0 | 23 | 3E | 8 | 1A | 4D | 40 |
| Octal | 352 | 230 | 132 | 0 | 43 | 76 | 10 | 32 | 115 | 100 |
| Binary | 11101010 | 10011000 | 1011010 | 0 | 100011 | 111110 | 1000 | 11010 | 1001101 | 1000000 |
Color Harmonies of #EA985A
Complementary color
Monochromatic Colors of #EA985A
Black with #EA985A
Text Example
Text Example
White with #EA985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA985A; }
p { color: rgb(234,152,90); }
H1.HeaderClassName
{
color: #EA985A;
}
.AnyTagClassName
{
color: #EA985A;
}
</style>
background-color css
<style>
a { background-color: #EA985A; }
a { background-color: rgb(234,152,90); }
div.DivClassName
{
background-color: #EA985A;
}
.BgClassName
{
background-color: #EA985A;
}
</style>
border-color css
<style>
span { border-color: #EA985A; }
span { border-color: rgb(234,152,90); }
td.TdClassName
{
border-color: #EA985A;
}
.TagClassName
{
border-color: #EA985A;
}
</style>