#EC945D

Color #EC945D Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #EC945D

Tints of Porsche #EC945D

Color information

#EC945D (or 0xEC945D) is unknown color: approx Porsche. HEX triplet: EC, 94 and 5D. RGB value is (236,148,93). Sum of RGB (Red+Green+Blue) = 236+148+93=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC945D is #136BA2. Grayscale: #A8A8A8. Windows color (decimal): -1272739 or 6132972. OLE color: 6132972.

HSL color Cylindrical-coordinate representation of color #EC945D: hue angle of 23.08º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC945D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23614893-
CMYK00.370.610.07
HSL23.08º79.01%64.51%-
HSV(B)23.08º60.59%92.55%-
XYZ47.1639.815.55-
YUV168.0485.65176.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=49.48%
G=31.03%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361489300.370.610.0723.0879.0164.51
HexEC945D0253D7174f41
Octal35422413504575727117101
Binary1110110010010100101110101001011111011111011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC945D; }

 p { color: rgb(236,148,93); }

 H1.HeaderClassName
 {
   color: #EC945D;
 }
 .AnyTagClassName
 {
   color: #EC945D;
 }
</style>
background-color css

<style>
 a { background-color: #EC945D; }

 a { background-color: rgb(236,148,93); }

 div.DivClassName
 {
   background-color: #EC945D;
 }
 .BgClassName
 {
   background-color: #EC945D;
 }
</style>
border-color css

<style>
 span { border-color: #EC945D; }

 span { border-color: rgb(236,148,93); }

 td.TdClassName
 {
   border-color: #EC945D;
 }
 .TagClassName
 {
   border-color: #EC945D;
 }
</style>