Html Css Color HEX #E5BE8D Pancho

📋 copy color: '#E5BE8D'

red 229 ◦ green 190 ◦ blue 141

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

Shades of Pancho #E5BE8D

Tints of Pancho #E5BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.93%

 BLUE value IS 141 (55.47% from 255) = 25.18%

R = 40.89%
G = 33.93%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5BE8D (or 0xE5BE8D) is known color: Pancho. HEX triplet: E5, BE and 8D. RGB value is (229,190,141). Sum of RGB (Red+Green+Blue) = 229+190+141=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BE8D is #1A4172. Grayscale: #C4C4C4. Windows color (decimal): -1720691 or 9289445. OLE color: 9289445.

HSL color Cylindrical-coordinate representation of color #E5BE8D: hue angle of 33.41º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5BE8D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 190 141 -
CMYK 0 0.17 0.38 0.10
HSL 33.41º 0.63% 0.73% -
HSV(B) 33.41º 0.38% 0.9% -
XYZ 55.53 55.41 32.97 -
YUV 196.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 229 190 141 0 0.17 0.38 0.10 33.41 0.63 0.73
Hex E5 BE 8D 0 11 26 A 21 3F 49
Octal 345 276 215 0 21 46 12 41 77 111
Binary 11100101 10111110 10001101 0 10001 100110 1010 100001 111111 1001001

Color Harmonies of #E5BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BE8D

Black with #E5BE8D

Text Example


Text Example

White with #E5BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BE8D; }

 p { color: rgb(229,190,141); }

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

background-color css

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

 a { background-color: rgb(229,190,141); }

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

border-color css

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

 span { border-color: rgb(229,190,141); }

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