#E4BD9D

Color #E4BD9D Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #E4BD9D

Tints of Pancho #E4BD9D

Color information

#E4BD9D (or 0xE4BD9D) is unknown color: approx Pancho. HEX triplet: E4, BD and 9D. RGB value is (228,189,157). Sum of RGB (Red+Green+Blue) = 228+189+157=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BD9D is #1B4262. Grayscale: #C5C5C5. Windows color (decimal): -1786467 or 10337764. OLE color: 10337764.

HSL color Cylindrical-coordinate representation of color #E4BD9D: hue angle of 27.04º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E4BD9D is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB228189157-
CMYK00.170.310.11
HSL27.04º56.8%75.49%-
HSV(B)27.04º31.14%89.41%-
XYZ56.2855.3239.61-
YUV197.01105.42150.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=39.72%
G=32.93%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818915700.170.310.1127.0456.875.49
HexE4BD9D0111FB1b394b
Octal34427523502137133371113
Binary111001001011110110011101010001111111011110111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BD9D; }

 p { color: rgb(228,189,157); }

 H1.HeaderClassName
 {
   color: #E4BD9D;
 }
 .AnyTagClassName
 {
   color: #E4BD9D;
 }
</style>
background-color css

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

 a { background-color: rgb(228,189,157); }

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

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

 span { border-color: rgb(228,189,157); }

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