#EA9955

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

Shades of Porsche #EA9955

Tints of Porsche #EA9955

Color information

#EA9955 (or 0xEA9955) is unknown color: approx Porsche. HEX triplet: EA, 99 and 55. RGB value is (234,153,85). Sum of RGB (Red+Green+Blue) = 234+153+85=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9955 is #1566AA. Grayscale: #A9A9A9. Windows color (decimal): -1402539 or 5609962. OLE color: 5609962.

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

Color convert

RGB23415385-
CMYK00.350.640.08
HSL27.38º78.01%62.55%-
HSV(B)27.38º63.68%91.76%-
XYZ46.9640.9314.02-
YUV169.4780.34174.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.58%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=49.58%
G=32.42%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341538500.350.640.0827.3878.0162.55
HexEA99550234081b4e3f
Octal352231125043100103311677
Binary11101010100110011010101010001110000001000110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9955; }

 p { color: rgb(234,153,85); }

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

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

 a { background-color: rgb(234,153,85); }

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

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

 span { border-color: rgb(234,153,85); }

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