#E29D5F

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

Shades of Porsche #E29D5F

Tints of Porsche #E29D5F

Color information

#E29D5F (or 0xE29D5F) is unknown color: approx Porsche. HEX triplet: E2, 9D and 5F. RGB value is (226,157,95). Sum of RGB (Red+Green+Blue) = 226+157+95=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29D5F is #1D62A0. Grayscale: #AAAAAA. Windows color (decimal): -1925793 or 6266338. OLE color: 6266338.

HSL color Cylindrical-coordinate representation of color #E29D5F: hue angle of 28.4º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E29D5F is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22615795-
CMYK00.310.580.11
HSL28.4º69.31%62.94%-
HSV(B)28.4º57.96%88.63%-
XYZ45.4941.1116.36-
YUV170.5685.36167.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=47.28%
G=32.85%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261579500.310.580.1128.469.3162.94
HexE29D5F01F3AB1c453f
Octal34223513703772133410577
Binary111000101001110110111110111111110101011111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29D5F; }

 p { color: rgb(226,157,95); }

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

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

 a { background-color: rgb(226,157,95); }

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

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

 span { border-color: rgb(226,157,95); }

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