#EA955C

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

Shades of Porsche #EA955C

Tints of Porsche #EA955C

Color information

#EA955C (or 0xEA955C) is unknown color: approx Porsche. HEX triplet: EA, 95 and 5C. RGB value is (234,149,92). Sum of RGB (Red+Green+Blue) = 234+149+92=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA955C is #156AA3. Grayscale: #A8A8A8. Windows color (decimal): -1403556 or 6067690. OLE color: 6067690.

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

Color convert

RGB23414992-
CMYK00.360.610.08
HSL24.08º77.17%63.92%-
HSV(B)24.08º60.68%91.76%-
XYZ46.6139.7615.34-
YUV167.9285.16175.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=49.26%
G=31.37%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341499200.360.610.0824.0877.1763.92
HexEA955C0243D8184d40
Octal352225134044751030115100
Binary11101010100101011011100010010011110110001100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA955C; }

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

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

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

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

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

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

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

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