Html Css Color HEX #E1B994 Pancho

📋 copy color: '#E1B994'

red 225 ◦ green 185 ◦ blue 148

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

Shades of Pancho #E1B994

Tints of Pancho #E1B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 40.32%
G = 33.15%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E1B994 (or 0xE1B994) is known color: Pancho. HEX triplet: E1, B9 and 94. RGB value is (225,185,148). Sum of RGB (Red+Green+Blue) = 225+185+148=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B994 is #1E466B. Grayscale: #C0C0C0. Windows color (decimal): -1984108 or 9746913. OLE color: 9746913.

HSL color Cylindrical-coordinate representation of color #E1B994: hue angle of 28.83º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1B994 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 185 148 -
CMYK 0 0.18 0.34 0.12
HSL 28.83º 0.56% 0.73% -
HSV(B) 28.83º 0.34% 0.88% -
XYZ 53.75 52.84 35.38 -
YUV 192.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 225 185 148 0 0.18 0.34 0.12 28.83 0.56 0.73
Hex E1 B9 94 0 12 22 C 1D 38 49
Octal 341 271 224 0 22 42 14 35 70 111
Binary 11100001 10111001 10010100 0 10010 100010 1100 11101 111000 1001001

Color Harmonies of #E1B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B994

Black with #E1B994

Text Example


Text Example

White with #E1B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B994; }

 p { color: rgb(225,185,148); }

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

background-color css

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

 a { background-color: rgb(225,185,148); }

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

border-color css

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

 span { border-color: rgb(225,185,148); }

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