Html Css Color HEX #E5BC96 Pancho

📋 copy color: '#E5BC96'

red 229 ◦ green 188 ◦ blue 150

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

Shades of Pancho #E5BC96

Tints of Pancho #E5BC96

RGB

 RED value IS 229 (89.84% from 255) = 40.39%

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

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 40.39%
G = 33.16%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E5BC96 (or 0xE5BC96) is known color: Pancho. HEX triplet: E5, BC and 96. RGB value is (229,188,150). Sum of RGB (Red+Green+Blue) = 229+188+150=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC96 is #1A4369. Grayscale: #C4C4C4. Windows color (decimal): -1721194 or 9878757. OLE color: 9878757.

HSL color Cylindrical-coordinate representation of color #E5BC96: hue angle of 28.86º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5BC96 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 188 150 -
CMYK 0 0.18 0.34 0.10
HSL 28.86º 0.6% 0.74% -
HSV(B) 28.86º 0.34% 0.9% -
XYZ 55.8 54.83 36.5 -
YUV 195.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 229 188 150 0 0.18 0.34 0.10 28.86 0.6 0.74
Hex E5 BC 96 0 12 22 A 1D 3C 4A
Octal 345 274 226 0 22 42 12 35 74 112
Binary 11100101 10111100 10010110 0 10010 100010 1010 11101 111100 1001010

Color Harmonies of #E5BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC96

Black with #E5BC96

Text Example


Text Example

White with #E5BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC96; }

 p { color: rgb(229,188,150); }

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

background-color css

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

 a { background-color: rgb(229,188,150); }

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

border-color css

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

 span { border-color: rgb(229,188,150); }

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