Html Css Color HEX #E3A05F Porsche

📋 copy color: '#E3A05F'

red 227 ◦ green 160 ◦ blue 95

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

Shades of Porsche #E3A05F

Tints of Porsche #E3A05F

RGB

 RED value IS 227 (89.06% from 255) = 47.1%

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

 BLUE value IS 95 (37.5% from 255) = 19.71%

R = 47.1%
G = 33.2%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3A05F (or 0xE3A05F) is known color: Porsche. HEX triplet: E3, A0 and 5F. RGB value is (227,160,95). Sum of RGB (Red+Green+Blue) = 227+160+95=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A05F is #1C5FA0. Grayscale: #ACACAC. Windows color (decimal): -1859489 or 6267107. OLE color: 6267107.

HSL color Cylindrical-coordinate representation of color #E3A05F: hue angle of 29.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3A05F is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 160 95 -
CMYK 0 0.30 0.58 0.11
HSL 29.55º 0.7% 0.63% -
HSV(B) 29.55º 0.58% 0.89% -
XYZ 46.31 42.3 16.55 -
YUV 172.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 227 160 95 0 0.30 0.58 0.11 29.55 0.7 0.63
Hex E3 A0 5F 0 1E 3A B 1E 46 3F
Octal 343 240 137 0 36 72 13 36 106 77
Binary 11100011 10100000 1011111 0 11110 111010 1011 11110 1000110 111111

Color Harmonies of #E3A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A05F

Black with #E3A05F

Text Example


Text Example

White with #E3A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A05F; }

 p { color: rgb(227,160,95); }

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

background-color css

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

 a { background-color: rgb(227,160,95); }

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

border-color css

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

 span { border-color: rgb(227,160,95); }

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