#EC955D

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

Shades of Porsche #EC955D

Tints of Porsche #EC955D

Color information

#EC955D (or 0xEC955D) is unknown color: approx Porsche. HEX triplet: EC, 95 and 5D. RGB value is (236,149,93). Sum of RGB (Red+Green+Blue) = 236+149+93=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC955D is #136AA2. Grayscale: #A8A8A8. Windows color (decimal): -1272483 or 6133228. OLE color: 6133228.

HSL color Cylindrical-coordinate representation of color #EC955D: hue angle of 23.5º 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 #EC955D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23614993-
CMYK00.370.610.07
HSL23.5º79.01%64.51%-
HSV(B)23.5º60.59%92.55%-
XYZ47.3240.1215.61-
YUV168.6385.32176.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.37%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=49.37%
G=31.17%
B=19.46%

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
Decimal2361499300.370.610.0723.579.0164.51
HexEC955D0253D7174f41
Octal35422513504575727117101
Binary1110110010010101101110101001011111011111011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC955D; }

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

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

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

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

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

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

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

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