Html Css Color HEX #E2A14F Porsche

📋 copy color: '#E2A14F'

red 226 ◦ green 161 ◦ blue 79

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

Shades of Porsche #E2A14F

Tints of Porsche #E2A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.55%

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

R = 48.5%
G = 34.55%
B = 16.95%

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

#E2A14F (or 0xE2A14F) is known color: Porsche. HEX triplet: E2, A1 and 4F. RGB value is (226,161,79). Sum of RGB (Red+Green+Blue) = 226+161+79=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A14F is #1D5EB0. Grayscale: #ABABAB. Windows color (decimal): -1924785 or 5218786. OLE color: 5218786.

HSL color Cylindrical-coordinate representation of color #E2A14F: hue angle of 33.47º 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 #E2A14F is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 161 79 -
CMYK 0 0.29 0.65 0.11
HSL 33.47º 0.72% 0.6% -
HSV(B) 33.47º 0.65% 0.89% -
XYZ 45.52 42.22 13.15 -
YUV 171.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 226 161 79 0 0.29 0.65 0.11 33.47 0.72 0.6
Hex E2 A1 4F 0 1D 41 B 21 48 3C
Octal 342 241 117 0 35 101 13 41 110 74
Binary 11100010 10100001 1001111 0 11101 1000001 1011 100001 1001000 111100

Color Harmonies of #E2A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A14F

Black with #E2A14F

Text Example


Text Example

White with #E2A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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