Html Css Color HEX #E1BE90 Pancho

📋 copy color: '#E1BE90'

red 225 ◦ green 190 ◦ blue 144

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

Shades of Pancho #E1BE90

Tints of Pancho #E1BE90

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.99%

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

R = 40.25%
G = 33.99%
B = 25.76%

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

#E1BE90 (or 0xE1BE90) is known color: Pancho. HEX triplet: E1, BE and 90. RGB value is (225,190,144). Sum of RGB (Red+Green+Blue) = 225+190+144=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE90 is #1E416F. Grayscale: #C3C3C3. Windows color (decimal): -1982832 or 9486049. OLE color: 9486049.

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

Color convert

RGB 225 190 144 -
CMYK 0 0.16 0.36 0.12
HSL 34.07º 0.57% 0.72% -
HSV(B) 34.07º 0.36% 0.88% -
XYZ 54.5 54.85 34.1 -
YUV 195.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 225 190 144 0 0.16 0.36 0.12 34.07 0.57 0.72
Hex E1 BE 90 0 10 24 C 22 39 48
Octal 341 276 220 0 20 44 14 42 71 110
Binary 11100001 10111110 10010000 0 10000 100100 1100 100010 111001 1001000

Color Harmonies of #E1BE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BE90

Black with #E1BE90

Text Example


Text Example

White with #E1BE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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