Html Css Color HEX #E8A050 Porsche

📋 copy color: '#E8A050'

red 232 ◦ green 160 ◦ blue 80

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

Shades of Porsche #E8A050

Tints of Porsche #E8A050

RGB

 RED value IS 232 (91.02% from 255) = 49.15%

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

 BLUE value IS 80 (31.64% from 255) = 16.95%

R = 49.15%
G = 33.9%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8A050 (or 0xE8A050) is known color: Porsche. HEX triplet: E8, A0 and 50. RGB value is (232,160,80). Sum of RGB (Red+Green+Blue) = 232+160+80=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A050 is #175FAF. Grayscale: #ACACAC. Windows color (decimal): -1531824 or 5284072. OLE color: 5284072.

HSL color Cylindrical-coordinate representation of color #E8A050: hue angle of 31.58º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8A050 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 160 80 -
CMYK 0 0.31 0.66 0.09
HSL 31.58º 0.77% 0.61% -
HSV(B) 31.58º 0.66% 0.91% -
XYZ 47.3 42.88 13.37 -
YUV 172.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 232 160 80 0 0.31 0.66 0.09 31.58 0.77 0.61
Hex E8 A0 50 0 1F 42 9 20 4D 3D
Octal 350 240 120 0 37 102 11 40 115 75
Binary 11101000 10100000 1010000 0 11111 1000010 1001 100000 1001101 111101

Color Harmonies of #E8A050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A050

Black with #E8A050

Text Example


Text Example

White with #E8A050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A050; }

 p { color: rgb(232,160,80); }

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

background-color css

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

 a { background-color: rgb(232,160,80); }

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

border-color css

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

 span { border-color: rgb(232,160,80); }

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