Html Css Color HEX #E6A560 Porsche

📋 copy color: '#E6A560'

red 230 ◦ green 165 ◦ blue 96

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

Shades of Porsche #E6A560

Tints of Porsche #E6A560

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.6%

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

R = 46.84%
G = 33.6%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6A560 (or 0xE6A560) is known color: Porsche. HEX triplet: E6, A5 and 60. RGB value is (230,165,96). Sum of RGB (Red+Green+Blue) = 230+165+96=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A560 is #195A9F. Grayscale: #B0B0B0. Windows color (decimal): -1661600 or 6333926. OLE color: 6333926.

HSL color Cylindrical-coordinate representation of color #E6A560: hue angle of 30.9º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6A560 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 96 -
CMYK 0 0.28 0.58 0.10
HSL 30.9º 0.73% 0.64% -
HSV(B) 30.9º 0.58% 0.9% -
XYZ 48.2 44.58 17.13 -
YUV 176.57 82.53 166.11 -
System Red Green Blue C M Y K H S L
Decimal 230 165 96 0 0.28 0.58 0.10 30.9 0.73 0.64
Hex E6 A5 60 0 1C 3A A 1F 49 40
Octal 346 245 140 0 34 72 12 37 111 100
Binary 11100110 10100101 1100000 0 11100 111010 1010 11111 1001001 1000000

Color Harmonies of #E6A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A560

Black with #E6A560

Text Example


Text Example

White with #E6A560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A560; }

 p { color: rgb(230,165,96); }

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

background-color css

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

 a { background-color: rgb(230,165,96); }

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

border-color css

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

 span { border-color: rgb(230,165,96); }

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