Html Css Color HEX #E1BC90 Pancho

📋 copy color: '#E1BC90'

red 225 ◦ green 188 ◦ blue 144

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

Shades of Pancho #E1BC90

Tints of Pancho #E1BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 40.39%
G = 33.75%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1BC90 (or 0xE1BC90) is known color: Pancho. HEX triplet: E1, BC and 90. RGB value is (225,188,144). Sum of RGB (Red+Green+Blue) = 225+188+144=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BC90 is #1E436F. Grayscale: #C2C2C2. Windows color (decimal): -1983344 or 9485537. OLE color: 9485537.

HSL color Cylindrical-coordinate representation of color #E1BC90: hue angle of 32.59º 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 #E1BC90 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 188 144 -
CMYK 0 0.16 0.36 0.12
HSL 32.59º 0.57% 0.72% -
HSV(B) 32.59º 0.36% 0.88% -
XYZ 54.07 53.99 33.96 -
YUV 194.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 225 188 144 0 0.16 0.36 0.12 32.59 0.57 0.72
Hex E1 BC 90 0 10 24 C 21 39 48
Octal 341 274 220 0 20 44 14 41 71 110
Binary 11100001 10111100 10010000 0 10000 100100 1100 100001 111001 1001000

Color Harmonies of #E1BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC90

Black with #E1BC90

Text Example


Text Example

White with #E1BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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