#E4BC98

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

Shades of Pancho #E4BC98

Tints of Pancho #E4BC98

Color information

#E4BC98 (or 0xE4BC98) is unknown color: approx Pancho. HEX triplet: E4, BC and 98. RGB value is (228,188,152). Sum of RGB (Red+Green+Blue) = 228+188+152=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BC98 is #1B4367. Grayscale: #C4C4C4. Windows color (decimal): -1786728 or 10009828. OLE color: 10009828.

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

Color convert

RGB228188152-
CMYK00.180.330.11
HSL28.42º58.46%74.51%-
HSV(B)28.42º33.33%89.41%-
XYZ55.6554.7337.34-
YUV195.86103.25150.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.14%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=40.14%
G=33.10%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818815200.180.330.1128.4258.4674.51
HexE4BC9801221B1c3a4b
Octal34427423002241133472113
Binary1110010010111100100110000100101000011011111001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BC98; }

 p { color: rgb(228,188,152); }

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

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

 a { background-color: rgb(228,188,152); }

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

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

 span { border-color: rgb(228,188,152); }

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