Html Css Color HEX #E5BD94 Pancho

📋 copy color: '#E5BD94'

red 229 ◦ green 189 ◦ blue 148

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

Shades of Pancho #E5BD94

Tints of Pancho #E5BD94

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.39%

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

R = 40.46%
G = 33.39%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5BD94 (or 0xE5BD94) is known color: Pancho. HEX triplet: E5, BD and 94. RGB value is (229,189,148). Sum of RGB (Red+Green+Blue) = 229+189+148=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BD94 is #1A426B. Grayscale: #C4C4C4. Windows color (decimal): -1720940 or 9747941. OLE color: 9747941.

HSL color Cylindrical-coordinate representation of color #E5BD94: hue angle of 30.37º 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 #E5BD94 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 148 -
CMYK 0 0.17 0.35 0.10
HSL 30.37º 0.61% 0.74% -
HSV(B) 30.37º 0.35% 0.9% -
XYZ 55.86 55.19 35.73 -
YUV 196.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 229 189 148 0 0.17 0.35 0.10 30.37 0.61 0.74
Hex E5 BD 94 0 11 23 A 1E 3D 4A
Octal 345 275 224 0 21 43 12 36 75 112
Binary 11100101 10111101 10010100 0 10001 100011 1010 11110 111101 1001010

Color Harmonies of #E5BD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD94

Black with #E5BD94

Text Example


Text Example

White with #E5BD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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