Shades of Porsche #EC995A
Tints of Porsche #EC995A
RGB
CMYK
RGB Variations
Color information
#EC995A (or 0xEC995A) is known color: Porsche. HEX triplet: EC, 99 and 5A. RGB value is (236,153,90). Sum of RGB (Red+Green+Blue) = 236+153+90=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC995A is #1366A5. Grayscale: #AAAAAA. Windows color (decimal): -1271462 or 5937644. OLE color: 5937644.
HSL color Cylindrical-coordinate representation of color #EC995A: hue angle of 25.89º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC995A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 90 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.07 |
| HSL | 25.89º | 0.79% | 0.64% | - |
| HSV(B) | 25.89º | 0.62% | 0.93% | - |
| XYZ | 47.83 | 41.35 | 15.13 | - |
| YUV | 170.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 90 | 0 | 0.35 | 0.62 | 0.07 | 25.89 | 0.79 | 0.64 |
| Hex | EC | 99 | 5A | 0 | 23 | 3E | 7 | 1A | 4F | 40 |
| Octal | 354 | 231 | 132 | 0 | 43 | 76 | 7 | 32 | 117 | 100 |
| Binary | 11101100 | 10011001 | 1011010 | 0 | 100011 | 111110 | 111 | 11010 | 1001111 | 1000000 |
Color Harmonies of #EC995A
Complementary color
Monochromatic Colors of #EC995A
Black with #EC995A
Text Example
Text Example
White with #EC995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC995A; }
p { color: rgb(236,153,90); }
H1.HeaderClassName
{
color: #EC995A;
}
.AnyTagClassName
{
color: #EC995A;
}
</style>
background-color css
<style>
a { background-color: #EC995A; }
a { background-color: rgb(236,153,90); }
div.DivClassName
{
background-color: #EC995A;
}
.BgClassName
{
background-color: #EC995A;
}
</style>
border-color css
<style>
span { border-color: #EC995A; }
span { border-color: rgb(236,153,90); }
td.TdClassName
{
border-color: #EC995A;
}
.TagClassName
{
border-color: #EC995A;
}
</style>