#EA9E5C

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

Shades of Porsche #EA9E5C

Tints of Porsche #EA9E5C

Color information

#EA9E5C (or 0xEA9E5C) is unknown color: approx Porsche. HEX triplet: EA, 9E and 5C. RGB value is (234,158,92). Sum of RGB (Red+Green+Blue) = 234+158+92=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5C is #1561A3. Grayscale: #ADADAD. Windows color (decimal): -1401252 or 6069994. OLE color: 6069994.

HSL color Cylindrical-coordinate representation of color #EA9E5C: hue angle of 27.89º 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 #EA9E5C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB23415892-
CMYK00.320.610.08
HSL27.89º77.17%63.92%-
HSV(B)27.89º60.68%91.76%-
XYZ48.0942.7215.84-
YUV173.282.18171.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 92 (36.33% from 255) = 19.01%
R=48.35%
G=32.64%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341589200.320.610.0827.8977.1763.92
HexEA9E5C0203D81c4d40
Octal352236134040751034115100
Binary11101010100111101011100010000011110110001110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E5C; }

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

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

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

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

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

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

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

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