#E69D5F

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

Shades of Porsche #E69D5F

Tints of Porsche #E69D5F

Color information

#E69D5F (or 0xE69D5F) is unknown color: approx Porsche. HEX triplet: E6, 9D and 5F. RGB value is (230,157,95). Sum of RGB (Red+Green+Blue) = 230+157+95=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D5F is #1962A0. Grayscale: #ACACAC. Windows color (decimal): -1663649 or 6266342. OLE color: 6266342.

HSL color Cylindrical-coordinate representation of color #E69D5F: hue angle of 27.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E69D5F is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB23015795-
CMYK00.320.590.10
HSL27.56º72.97%63.73%-
HSV(B)27.56º58.7%90.2%-
XYZ46.7641.7616.42-
YUV171.7684.68169.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.72%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=47.72%
G=32.57%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301579500.320.590.1027.5672.9763.73
HexE69D5F0203BA1c4940
Octal346235137040731234111100
Binary11100110100111011011111010000011101110101110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D5F; }

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

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

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

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

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

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

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

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