#E4BD95

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

Shades of Pancho #E4BD95

Tints of Pancho #E4BD95

Color information

#E4BD95 (or 0xE4BD95) is unknown color: approx Pancho. HEX triplet: E4, BD and 95. RGB value is (228,189,149). Sum of RGB (Red+Green+Blue) = 228+189+149=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BD95 is #1B426A. Grayscale: #C4C4C4. Windows color (decimal): -1786475 or 9813476. OLE color: 9813476.

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

Color convert

RGB228189149-
CMYK00.170.350.11
HSL30.38º59.4%73.92%-
HSV(B)30.38º34.65%89.41%-
XYZ55.6255.0636.13-
YUV196.1101.42150.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.28%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=40.28%
G=33.39%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818914900.170.350.1130.3859.473.92
HexE4BD9501123B1e3b4a
Octal34427522502143133673112
Binary1110010010111101100101010100011000111011111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BD95; }

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

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

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

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

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

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

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

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