#E69F4F

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

Shades of Porsche #E69F4F

Tints of Porsche #E69F4F

Color information

#E69F4F (or 0xE69F4F) is unknown color: approx Porsche. HEX triplet: E6, 9F and 4F. RGB value is (230,159,79). Sum of RGB (Red+Green+Blue) = 230+159+79=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F4F is #1960B0. Grayscale: #ABABAB. Windows color (decimal): -1663153 or 5218278. OLE color: 5218278.

HSL color Cylindrical-coordinate representation of color #E69F4F: hue angle of 31.79º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E69F4F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB23015979-
CMYK00.310.660.10
HSL31.79º75.12%60.59%-
HSV(B)31.79º65.65%90.2%-
XYZ46.4442.1813.09-
YUV171.1176.02170-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.15%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 79 (31.25% from 255) = 16.88%
R=49.15%
G=33.97%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301597900.310.660.1031.7975.1260.59
HexE69F4F01F42A204b3d
Octal346237117037102124011375
Binary11100110100111111001111011111100001010101000001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F4F; }

 p { color: rgb(230,159,79); }

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

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

 a { background-color: rgb(230,159,79); }

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

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

 span { border-color: rgb(230,159,79); }

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