#E1BC6F

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

Shades of Chenin #E1BC6F

Tints of Chenin #E1BC6F

Color information

#E1BC6F (or 0xE1BC6F) is unknown color: approx Chenin. HEX triplet: E1, BC and 6F. RGB value is (225,188,111). Sum of RGB (Red+Green+Blue) = 225+188+111=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC6F is #1E4390. Grayscale: #BEBEBE. Windows color (decimal): -1983377 or 7322849. OLE color: 7322849.

HSL color Cylindrical-coordinate representation of color #E1BC6F: hue angle of 40.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1BC6F is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225188111-
CMYK00.160.510.12
HSL40.53º65.52%65.88%-
HSV(B)40.53º50.67%88.24%-
XYZ51.953.1222.56-
YUV190.2883.26152.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 111 (43.75% from 255) = 21.18%
R=42.94%
G=35.88%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518811100.160.510.1240.5365.5265.88
HexE1BC6F01033C294242
Octal341274157020631451102102
Binary11100001101111001101111010000110011110010100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC6F; }

 p { color: rgb(225,188,111); }

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

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

 a { background-color: rgb(225,188,111); }

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

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

 span { border-color: rgb(225,188,111); }

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