#EA9B5C

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

Shades of Porsche #EA9B5C

Tints of Porsche #EA9B5C

Color information

#EA9B5C (or 0xEA9B5C) is unknown color: approx Porsche. HEX triplet: EA, 9B and 5C. RGB value is (234,155,92). Sum of RGB (Red+Green+Blue) = 234+155+92=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9B5C is #1564A3. Grayscale: #ABABAB. Windows color (decimal): -1402020 or 6069226. OLE color: 6069226.

HSL color Cylindrical-coordinate representation of color #EA9B5C: hue angle of 26.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA9B5C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB23415592-
CMYK00.340.610.08
HSL26.62º77.17%63.92%-
HSV(B)26.62º60.68%91.76%-
XYZ47.5841.7115.67-
YUV171.4483.17172.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=48.65%
G=32.22%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341559200.340.610.0826.6277.1763.92
HexEA9B5C0223D81b4d40
Octal352233134042751033115100
Binary11101010100110111011100010001011110110001101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B5C; }

 p { color: rgb(234,155,92); }

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

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

 a { background-color: rgb(234,155,92); }

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

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

 span { border-color: rgb(234,155,92); }

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