Html Css Color HEX #E1B390 Pancho

📋 copy color: '#E1B390'

red 225 ◦ green 179 ◦ blue 144

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

Shades of Pancho #E1B390

Tints of Pancho #E1B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.66%

 BLUE value IS 144 (56.64% from 255) = 26.28%

R = 41.06%
G = 32.66%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1B390 (or 0xE1B390) is known color: Pancho. HEX triplet: E1, B3 and 90. RGB value is (225,179,144). Sum of RGB (Red+Green+Blue) = 225+179+144=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B390 is #1E4C6F. Grayscale: #BCBCBC. Windows color (decimal): -1985648 or 9483233. OLE color: 9483233.

HSL color Cylindrical-coordinate representation of color #E1B390: hue angle of 25.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1B390 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 144 -
CMYK 0 0.20 0.36 0.12
HSL 25.93º 0.57% 0.72% -
HSV(B) 25.93º 0.36% 0.88% -
XYZ 52.21 50.26 33.34 -
YUV 188.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 225 179 144 0 0.20 0.36 0.12 25.93 0.57 0.72
Hex E1 B3 90 0 14 24 C 1A 39 48
Octal 341 263 220 0 24 44 14 32 71 110
Binary 11100001 10110011 10010000 0 10100 100100 1100 11010 111001 1001000

Color Harmonies of #E1B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B390

Black with #E1B390

Text Example


Text Example

White with #E1B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B390; }

 p { color: rgb(225,179,144); }

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

background-color css

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

 a { background-color: rgb(225,179,144); }

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

border-color css

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

 span { border-color: rgb(225,179,144); }

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