Html Css Color HEX #E0A364 Porsche

📋 copy color: '#E0A364'

red 224 ◦ green 163 ◦ blue 100

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

Shades of Porsche #E0A364

Tints of Porsche #E0A364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.47%

 BLUE value IS 100 (39.45% from 255) = 20.53%

R = 46%
G = 33.47%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0A364 (or 0xE0A364) is known color: Porsche. HEX triplet: E0, A3 and 64. RGB value is (224,163,100). Sum of RGB (Red+Green+Blue) = 224+163+100=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A364 is #1F5C9B. Grayscale: #AEAEAE. Windows color (decimal): -2055324 or 6595552. OLE color: 6595552.

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

Color convert

RGB 224 163 100 -
CMYK 0 0.27 0.55 0.12
HSL 30.48º 0.67% 0.64% -
HSV(B) 30.48º 0.55% 0.88% -
XYZ 46.14 42.96 17.92 -
YUV 174.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 224 163 100 0 0.27 0.55 0.12 30.48 0.67 0.64
Hex E0 A3 64 0 1B 37 C 1E 43 40
Octal 340 243 144 0 33 67 14 36 103 100
Binary 11100000 10100011 1100100 0 11011 110111 1100 11110 1000011 1000000

Color Harmonies of #E0A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A364

Black with #E0A364

Text Example


Text Example

White with #E0A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A364; }

 p { color: rgb(224,163,100); }

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

background-color css

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

 a { background-color: rgb(224,163,100); }

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

border-color css

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

 span { border-color: rgb(224,163,100); }

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