Html Css Color HEX #E2A04F Porsche

📋 copy color: '#E2A04F'

red 226 ◦ green 160 ◦ blue 79

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

Shades of Porsche #E2A04F

Tints of Porsche #E2A04F

RGB

 RED value IS 226 (88.67% from 255) = 48.6%

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

 BLUE value IS 79 (31.25% from 255) = 16.99%

R = 48.6%
G = 34.41%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2A04F (or 0xE2A04F) is known color: Porsche. HEX triplet: E2, A0 and 4F. RGB value is (226,160,79). Sum of RGB (Red+Green+Blue) = 226+160+79=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A04F is #1D5FB0. Grayscale: #AAAAAA. Windows color (decimal): -1925041 or 5218530. OLE color: 5218530.

HSL color Cylindrical-coordinate representation of color #E2A04F: hue angle of 33.06º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2A04F is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 160 79 -
CMYK 0 0.29 0.65 0.11
HSL 33.06º 0.72% 0.6% -
HSV(B) 33.06º 0.65% 0.89% -
XYZ 45.35 41.87 13.09 -
YUV 170.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 226 160 79 0 0.29 0.65 0.11 33.06 0.72 0.6
Hex E2 A0 4F 0 1D 41 B 21 48 3C
Octal 342 240 117 0 35 101 13 41 110 74
Binary 11100010 10100000 1001111 0 11101 1000001 1011 100001 1001000 111100

Color Harmonies of #E2A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A04F

Black with #E2A04F

Text Example


Text Example

White with #E2A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A04F; }

 p { color: rgb(226,160,79); }

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

background-color css

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

 a { background-color: rgb(226,160,79); }

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

border-color css

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

 span { border-color: rgb(226,160,79); }

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