Html Css Color HEX #E1A06B Porsche

📋 copy color: '#E1A06B'

red 225 ◦ green 160 ◦ blue 107

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

Shades of Porsche #E1A06B

Tints of Porsche #E1A06B

RGB

 RED value IS 225 (88.28% from 255) = 45.73%

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 45.73%
G = 32.52%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1A06B (or 0xE1A06B) is known color: Porsche. HEX triplet: E1, A0 and 6B. RGB value is (225,160,107). Sum of RGB (Red+Green+Blue) = 225+160+107=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A06B is #1E5F94. Grayscale: #ADADAD. Windows color (decimal): -1990549 or 7053537. OLE color: 7053537.

HSL color Cylindrical-coordinate representation of color #E1A06B: hue angle of 26.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1A06B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 160 107 -
CMYK 0 0.29 0.52 0.12
HSL 26.95º 0.66% 0.65% -
HSV(B) 26.95º 0.52% 0.88% -
XYZ 46.28 42.21 19.62 -
YUV 173.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 225 160 107 0 0.29 0.52 0.12 26.95 0.66 0.65
Hex E1 A0 6B 0 1D 34 C 1B 42 41
Octal 341 240 153 0 35 64 14 33 102 101
Binary 11100001 10100000 1101011 0 11101 110100 1100 11011 1000010 1000001

Color Harmonies of #E1A06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A06B

Black with #E1A06B

Text Example


Text Example

White with #E1A06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A06B; }

 p { color: rgb(225,160,107); }

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

background-color css

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

 a { background-color: rgb(225,160,107); }

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

border-color css

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

 span { border-color: rgb(225,160,107); }

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