#E09950

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

Shades of Porsche #E09950

Tints of Porsche #E09950

Color information

#E09950 (or 0xE09950) is unknown color: approx Porsche. HEX triplet: E0, 99 and 50. RGB value is (224,153,80). Sum of RGB (Red+Green+Blue) = 224+153+80=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E09950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09950 is #1F66AF. Grayscale: #A6A6A6. Windows color (decimal): -2057904 or 5282272. OLE color: 5282272.

HSL color Cylindrical-coordinate representation of color #E09950: hue angle of 30.42º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E09950 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22415380-
CMYK00.320.640.12
HSL30.42º69.9%59.61%-
HSV(B)30.42º64.29%87.84%-
XYZ43.5839.2112.86-
YUV165.9179.52169.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=49.02%
G=33.48%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241538000.320.640.1230.4269.959.61
HexE0995002040C1e463c
Octal340231120040100143610674
Binary11100000100110011010000010000010000001100111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09950; }

 p { color: rgb(224,153,80); }

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

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

 a { background-color: rgb(224,153,80); }

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

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

 span { border-color: rgb(224,153,80); }

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