#E4BA8C

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

Shades of Pancho #E4BA8C

Tints of Pancho #E4BA8C

Color information

#E4BA8C (or 0xE4BA8C) is unknown color: approx Pancho. HEX triplet: E4, BA and 8C. RGB value is (228,186,140). Sum of RGB (Red+Green+Blue) = 228+186+140=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BA8C is #1B4573. Grayscale: #C1C1C1. Windows color (decimal): -1787252 or 9222884. OLE color: 9222884.

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

Color convert

RGB228186140-
CMYK00.180.390.11
HSL31.36º61.97%72.16%-
HSV(B)31.36º38.6%89.41%-
XYZ54.2953.5132.28-
YUV193.3197.91152.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.16%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=41.16%
G=33.57%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818614000.180.390.1131.3661.9772.16
HexE4BA8C01227B1f3e48
Octal34427221402247133776110
Binary1110010010111010100011000100101001111011111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BA8C; }

 p { color: rgb(228,186,140); }

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

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

 a { background-color: rgb(228,186,140); }

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

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

 span { border-color: rgb(228,186,140); }

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