#EA9E5A

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

Shades of Porsche #EA9E5A

Tints of Porsche #EA9E5A

Color information

#EA9E5A (or 0xEA9E5A) is unknown color: approx Porsche. HEX triplet: EA, 9E and 5A. RGB value is (234,158,90). Sum of RGB (Red+Green+Blue) = 234+158+90=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5A is #1561A5. Grayscale: #ADADAD. Windows color (decimal): -1401254 or 5938922. OLE color: 5938922.

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

Color convert

RGB23415890-
CMYK00.320.620.08
HSL28.33º77.42%63.53%-
HSV(B)28.33º61.54%91.76%-
XYZ4842.6815.38-
YUV172.9781.18171.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 90 (35.55% from 255) = 18.67%
R=48.55%
G=32.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341589000.320.620.0828.3377.4263.53
HexEA9E5A0203E81c4d40
Octal352236132040761034115100
Binary11101010100111101011010010000011111010001110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E5A; }

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

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

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

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

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

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

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

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