Html Css Color HEX #E0B195 Pancho

📋 copy color: '#E0B195'

red 224 ◦ green 177 ◦ blue 149

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

Shades of Pancho #E0B195

Tints of Pancho #E0B195

RGB

 RED value IS 224 (87.89% from 255) = 40.73%

 GREEN value IS 177 (69.53% from 255) = 32.18%

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 40.73%
G = 32.18%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E0B195 (or 0xE0B195) is known color: Pancho. HEX triplet: E0, B1 and 95. RGB value is (224,177,149). Sum of RGB (Red+Green+Blue) = 224+177+149=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B195 is #1F4E6A. Grayscale: #BCBCBC. Windows color (decimal): -2051691 or 9810400. OLE color: 9810400.

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

Color convert

RGB 224 177 149 -
CMYK 0 0.21 0.33 0.12
HSL 22.4º 0.55% 0.73% -
HSV(B) 22.4º 0.33% 0.88% -
XYZ 51.89 49.46 35.25 -
YUV 187.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 224 177 149 0 0.21 0.33 0.12 22.4 0.55 0.73
Hex E0 B1 95 0 15 21 C 16 37 49
Octal 340 261 225 0 25 41 14 26 67 111
Binary 11100000 10110001 10010101 0 10101 100001 1100 10110 110111 1001001

Color Harmonies of #E0B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B195

Black with #E0B195

Text Example


Text Example

White with #E0B195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B195; }

 p { color: rgb(224,177,149); }

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

background-color css

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

 a { background-color: rgb(224,177,149); }

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

border-color css

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

 span { border-color: rgb(224,177,149); }

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