#E49B50

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

Shades of Porsche #E49B50

Tints of Porsche #E49B50

Color information

#E49B50 (or 0xE49B50) is unknown color: approx Porsche. HEX triplet: E4, 9B and 50. RGB value is (228,155,80). Sum of RGB (Red+Green+Blue) = 228+155+80=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B50 is #1B64AF. Grayscale: #A8A8A8. Windows color (decimal): -1795248 or 5282788. OLE color: 5282788.

HSL color Cylindrical-coordinate representation of color #E49B50: hue angle of 30.41º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E49B50 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22815580-
CMYK00.320.650.11
HSL30.41º73.27%60.39%-
HSV(B)30.41º64.91%89.41%-
XYZ45.1640.5213.03-
YUV168.2878.18170.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=49.24%
G=33.48%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281558000.320.650.1130.4173.2760.39
HexE49B5002041B1e493c
Octal344233120040101133611174
Binary11100100100110111010000010000010000011011111101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49B50; }

 p { color: rgb(228,155,80); }

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

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

 a { background-color: rgb(228,155,80); }

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

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

 span { border-color: rgb(228,155,80); }

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