Html Css Color HEX #E1A055 Porsche

📋 copy color: '#E1A055'

red 225 ◦ green 160 ◦ blue 85

#E1A055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porsche #E1A055

Tints of Porsche #E1A055

RGB

 RED value IS 225 (88.28% from 255) = 47.87%

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 47.87%
G = 34.04%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E1A055 (or 0xE1A055) is known color: Porsche. HEX triplet: E1, A0 and 55. RGB value is (225,160,85). Sum of RGB (Red+Green+Blue) = 225+160+85=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A055 is #1E5FAA. Grayscale: #ABABAB. Windows color (decimal): -1990571 or 5611745. OLE color: 5611745.

HSL color Cylindrical-coordinate representation of color #E1A055: hue angle of 32.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1A055 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 160 85 -
CMYK 0 0.29 0.62 0.12
HSL 32.14º 0.7% 0.61% -
HSV(B) 32.14º 0.62% 0.88% -
XYZ 45.26 41.81 14.28 -
YUV 170.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 225 160 85 0 0.29 0.62 0.12 32.14 0.7 0.61
Hex E1 A0 55 0 1D 3E C 20 46 3D
Octal 341 240 125 0 35 76 14 40 106 75
Binary 11100001 10100000 1010101 0 11101 111110 1100 100000 1000110 111101

Color Harmonies of #E1A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A055

Black with #E1A055

Text Example


Text Example

White with #E1A055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A055; }

 p { color: rgb(225,160,85); }

 H1.HeaderClassName
 {
   color: #E1A055;
 }
 .AnyTagClassName
 {
   color: #E1A055;
 }
</style>

background-color css

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

 a { background-color: rgb(225,160,85); }

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

border-color css

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

 span { border-color: rgb(225,160,85); }

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