Html Css Color HEX #E0A160 Porsche

📋 copy color: '#E0A160'

red 224 ◦ green 161 ◦ blue 96

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

Shades of Porsche #E0A160

Tints of Porsche #E0A160

RGB

 RED value IS 224 (87.89% from 255) = 46.57%

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

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 46.57%
G = 33.47%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E0A160 (or 0xE0A160) is known color: Porsche. HEX triplet: E0, A1 and 60. RGB value is (224,161,96). Sum of RGB (Red+Green+Blue) = 224+161+96=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A160 is #1F5E9F. Grayscale: #ACACAC. Windows color (decimal): -2055840 or 6332896. OLE color: 6332896.

HSL color Cylindrical-coordinate representation of color #E0A160: hue angle of 30.47º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0A160 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 161 96 -
CMYK 0 0.28 0.57 0.12
HSL 30.47º 0.67% 0.63% -
HSV(B) 30.47º 0.57% 0.88% -
XYZ 45.6 42.18 16.8 -
YUV 172.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 224 161 96 0 0.28 0.57 0.12 30.47 0.67 0.63
Hex E0 A1 60 0 1C 39 C 1E 43 3F
Octal 340 241 140 0 34 71 14 36 103 77
Binary 11100000 10100001 1100000 0 11100 111001 1100 11110 1000011 111111

Color Harmonies of #E0A160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A160

Black with #E0A160

Text Example


Text Example

White with #E0A160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A160; }

 p { color: rgb(224,161,96); }

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

background-color css

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

 a { background-color: rgb(224,161,96); }

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

border-color css

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

 span { border-color: rgb(224,161,96); }

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