Html Css Color HEX #E5BB94 Pancho

📋 copy color: '#E5BB94'

red 229 ◦ green 187 ◦ blue 148

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

Shades of Pancho #E5BB94

Tints of Pancho #E5BB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.16%

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

R = 40.6%
G = 33.16%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5BB94 (or 0xE5BB94) is known color: Pancho. HEX triplet: E5, BB and 94. RGB value is (229,187,148). Sum of RGB (Red+Green+Blue) = 229+187+148=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BB94 is #1A446B. Grayscale: #C3C3C3. Windows color (decimal): -1721452 or 9747429. OLE color: 9747429.

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

Color convert

RGB 229 187 148 -
CMYK 0 0.18 0.35 0.10
HSL 28.89º 0.61% 0.74% -
HSV(B) 28.89º 0.35% 0.9% -
XYZ 55.43 54.34 35.58 -
YUV 195.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 229 187 148 0 0.18 0.35 0.10 28.89 0.61 0.74
Hex E5 BB 94 0 12 23 A 1D 3D 4A
Octal 345 273 224 0 22 43 12 35 75 112
Binary 11100101 10111011 10010100 0 10010 100011 1010 11101 111101 1001010

Color Harmonies of #E5BB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BB94

Black with #E5BB94

Text Example


Text Example

White with #E5BB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BB94; }

 p { color: rgb(229,187,148); }

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

background-color css

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

 a { background-color: rgb(229,187,148); }

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

border-color css

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

 span { border-color: rgb(229,187,148); }

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