Shades of Porsche #EA995D
Tints of Porsche #EA995D
RGB
CMYK
RGB Variations
Color information
#EA995D (or 0xEA995D) is known color: Porsche. HEX triplet: EA, 99 and 5D. RGB value is (234,153,93). Sum of RGB (Red+Green+Blue) = 234+153+93=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA995D is #1566A2. Grayscale: #AAAAAA. Windows color (decimal): -1402531 or 6134250. OLE color: 6134250.
HSL color Cylindrical-coordinate representation of color #EA995D: hue angle of 25.53º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA995D is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 93 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.08 |
| HSL | 25.53º | 0.77% | 0.64% | - |
| HSV(B) | 25.53º | 0.6% | 0.92% | - |
| XYZ | 47.3 | 41.07 | 15.79 | - |
| YUV | 170.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 93 | 0 | 0.35 | 0.60 | 0.08 | 25.53 | 0.77 | 0.64 |
| Hex | EA | 99 | 5D | 0 | 23 | 3C | 8 | 1A | 4D | 40 |
| Octal | 352 | 231 | 135 | 0 | 43 | 74 | 10 | 32 | 115 | 100 |
| Binary | 11101010 | 10011001 | 1011101 | 0 | 100011 | 111100 | 1000 | 11010 | 1001101 | 1000000 |
Color Harmonies of #EA995D
Complementary color
Monochromatic Colors of #EA995D
Black with #EA995D
Text Example
Text Example
White with #EA995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA995D; }
p { color: rgb(234,153,93); }
H1.HeaderClassName
{
color: #EA995D;
}
.AnyTagClassName
{
color: #EA995D;
}
</style>
background-color css
<style>
a { background-color: #EA995D; }
a { background-color: rgb(234,153,93); }
div.DivClassName
{
background-color: #EA995D;
}
.BgClassName
{
background-color: #EA995D;
}
</style>
border-color css
<style>
span { border-color: #EA995D; }
span { border-color: rgb(234,153,93); }
td.TdClassName
{
border-color: #EA995D;
}
.TagClassName
{
border-color: #EA995D;
}
</style>