Html Css Color HEX #E0A463 Porsche

📋 copy color: '#E0A463'

red 224 ◦ green 164 ◦ blue 99

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

Shades of Porsche #E0A463

Tints of Porsche #E0A463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.68%

 BLUE value IS 99 (39.06% from 255) = 20.33%

R = 46%
G = 33.68%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E0A463 (or 0xE0A463) is known color: Porsche. HEX triplet: E0, A4 and 63. RGB value is (224,164,99). Sum of RGB (Red+Green+Blue) = 224+164+99=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A463 is #1F5B9C. Grayscale: #AEAEAE. Windows color (decimal): -2055069 or 6530272. OLE color: 6530272.

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

Color convert

RGB 224 164 99 -
CMYK 0 0.27 0.56 0.12
HSL 31.2º 0.67% 0.63% -
HSV(B) 31.2º 0.56% 0.88% -
XYZ 46.27 43.3 17.72 -
YUV 174.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 224 164 99 0 0.27 0.56 0.12 31.2 0.67 0.63
Hex E0 A4 63 0 1B 38 C 1F 43 3F
Octal 340 244 143 0 33 70 14 37 103 77
Binary 11100000 10100100 1100011 0 11011 111000 1100 11111 1000011 111111

Color Harmonies of #E0A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A463

Black with #E0A463

Text Example


Text Example

White with #E0A463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A463; }

 p { color: rgb(224,164,99); }

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

background-color css

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

 a { background-color: rgb(224,164,99); }

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

border-color css

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

 span { border-color: rgb(224,164,99); }

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