Html Css Color HEX #E6A465 Porsche

📋 copy color: '#E6A465'

red 230 ◦ green 164 ◦ blue 101

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

Shades of Porsche #E6A465

Tints of Porsche #E6A465

RGB

 RED value IS 230 (90.23% from 255) = 46.46%

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

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 46.46%
G = 33.13%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E6A465 (or 0xE6A465) is known color: Porsche. HEX triplet: E6, A4 and 65. RGB value is (230,164,101). Sum of RGB (Red+Green+Blue) = 230+164+101=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A465 is #195B9A. Grayscale: #B0B0B0. Windows color (decimal): -1661851 or 6661350. OLE color: 6661350.

HSL color Cylindrical-coordinate representation of color #E6A465: hue angle of 29.3º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6A465 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 101 -
CMYK 0 0.29 0.56 0.10
HSL 29.3º 0.72% 0.65% -
HSV(B) 29.3º 0.56% 0.9% -
XYZ 48.26 44.31 18.32 -
YUV 176.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 230 164 101 0 0.29 0.56 0.10 29.3 0.72 0.65
Hex E6 A4 65 0 1D 38 A 1D 48 41
Octal 346 244 145 0 35 70 12 35 110 101
Binary 11100110 10100100 1100101 0 11101 111000 1010 11101 1001000 1000001

Color Harmonies of #E6A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A465

Black with #E6A465

Text Example


Text Example

White with #E6A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A465; }

 p { color: rgb(230,164,101); }

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

background-color css

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

 a { background-color: rgb(230,164,101); }

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

border-color css

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

 span { border-color: rgb(230,164,101); }

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