Html Css Color HEX #E6A05B Porsche

📋 copy color: '#E6A05B'

red 230 ◦ green 160 ◦ blue 91

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

Shades of Porsche #E6A05B

Tints of Porsche #E6A05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.26%

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 47.82%
G = 33.26%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6A05B (or 0xE6A05B) is known color: Porsche. HEX triplet: E6, A0 and 5B. RGB value is (230,160,91). Sum of RGB (Red+Green+Blue) = 230+160+91=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A05B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A05B is #195FA4. Grayscale: #ADADAD. Windows color (decimal): -1662885 or 6004966. OLE color: 6004966.

HSL color Cylindrical-coordinate representation of color #E6A05B: hue angle of 29.78º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6A05B is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 91 -
CMYK 0 0.30 0.60 0.10
HSL 29.78º 0.74% 0.63% -
HSV(B) 29.78º 0.6% 0.9% -
XYZ 47.09 42.72 15.66 -
YUV 173.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 230 160 91 0 0.30 0.60 0.10 29.78 0.74 0.63
Hex E6 A0 5B 0 1E 3C A 1E 4A 3F
Octal 346 240 133 0 36 74 12 36 112 77
Binary 11100110 10100000 1011011 0 11110 111100 1010 11110 1001010 111111

Color Harmonies of #E6A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A05B

Black with #E6A05B

Text Example


Text Example

White with #E6A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A05B; }

 p { color: rgb(230,160,91); }

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

background-color css

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

 a { background-color: rgb(230,160,91); }

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

border-color css

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

 span { border-color: rgb(230,160,91); }

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