#E9955F

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

Shades of Porsche #E9955F

Tints of Porsche #E9955F

Color information

#E9955F (or 0xE9955F) is unknown color: approx Porsche. HEX triplet: E9, 95 and 5F. RGB value is (233,149,95). Sum of RGB (Red+Green+Blue) = 233+149+95=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E9955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9955F is #166AA0. Grayscale: #A8A8A8. Windows color (decimal): -1469089 or 6264297. OLE color: 6264297.

HSL color Cylindrical-coordinate representation of color #E9955F: hue angle of 23.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9955F is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23314995-
CMYK00.360.590.09
HSL23.48º75.82%64.31%-
HSV(B)23.48º59.23%91.37%-
XYZ46.4239.6416.03-
YUV167.9686.83174.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=48.85%
G=31.24%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331499500.360.590.0923.4875.8264.31
HexE9955F0243B9174c40
Octal351225137044731127114100
Binary11101001100101011011111010010011101110011011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9955F; }

 p { color: rgb(233,149,95); }

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

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

 a { background-color: rgb(233,149,95); }

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

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

 span { border-color: rgb(233,149,95); }

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