Html Css Color HEX #E1A05D Porsche

📋 copy color: '#E1A05D'

red 225 ◦ green 160 ◦ blue 93

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

Shades of Porsche #E1A05D

Tints of Porsche #E1A05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 47.07%
G = 33.47%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1A05D (or 0xE1A05D) is known color: Porsche. HEX triplet: E1, A0 and 5D. RGB value is (225,160,93). Sum of RGB (Red+Green+Blue) = 225+160+93=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A05D is #1E5FA2. Grayscale: #ACACAC. Windows color (decimal): -1990563 or 6136033. OLE color: 6136033.

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

Color convert

RGB 225 160 93 -
CMYK 0 0.29 0.59 0.12
HSL 30.45º 0.69% 0.62% -
HSV(B) 30.45º 0.59% 0.88% -
XYZ 45.6 41.94 16.05 -
YUV 171.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 225 160 93 0 0.29 0.59 0.12 30.45 0.69 0.62
Hex E1 A0 5D 0 1D 3B C 1E 45 3E
Octal 341 240 135 0 35 73 14 36 105 76
Binary 11100001 10100000 1011101 0 11101 111011 1100 11110 1000101 111110

Color Harmonies of #E1A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A05D

Black with #E1A05D

Text Example


Text Example

White with #E1A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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