#e29f5d

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

Shades of Porsche #E29F5D

Tints of Porsche #E29F5D

Color information

#E29F5D (or 0xE29F5D) is unknown color: approx Porsche. HEX triplet: E2, 9F and 5D. RGB value is (226,159,93). Sum of RGB (Red+Green+Blue) = 226+159+93=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E29F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29F5D is #1D60A2. Grayscale: #ABABAB. Windows color (decimal): -1925283 or 6135778. OLE color: 6135778.

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

Color convert

RGB22615993-
CMYK00.300.590.11
HSL29.77º69.63%62.55%-
HSV(B)29.77º58.85%88.63%-
XYZ45.7441.7616-
YUV171.5183.7166.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.28%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=47.28%
G=33.26%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261599300.300.590.1129.7769.6362.55
HexE29F5D01E3BB1e463f
Octal34223713503673133610677
Binary111000101001111110111010111101110111011111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29f5d; }

 p { color: rgb(226,159,93); }

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

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

 a { background-color: rgb(226,159,93); }

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

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

 span { border-color: rgb(226,159,93); }

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