#E69A5D

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

Shades of Porsche #E69A5D

Tints of Porsche #E69A5D

Color information

#E69A5D (or 0xE69A5D) is unknown color: approx Porsche. HEX triplet: E6, 9A and 5D. RGB value is (230,154,93). Sum of RGB (Red+Green+Blue) = 230+154+93=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A5D is #1965A2. Grayscale: #AAAAAA. Windows color (decimal): -1664419 or 6134502. OLE color: 6134502.

HSL color Cylindrical-coordinate representation of color #E69A5D: hue angle of 26.72º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E69A5D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23015493-
CMYK00.330.600.10
HSL26.72º73.26%63.33%-
HSV(B)26.72º59.57%90.2%-
XYZ46.1640.7215.78-
YUV169.7784.68170.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.22%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=48.22%
G=32.29%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301549300.330.600.1026.7273.2663.33
HexE69A5D0213CA1b493f
Octal34623213504174123311177
Binary1110011010011010101110101000011111001010110111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A5D; }

 p { color: rgb(230,154,93); }

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

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

 a { background-color: rgb(230,154,93); }

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

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

 span { border-color: rgb(230,154,93); }

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