#E1BF6E

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

Shades of Chenin #E1BF6E

Tints of Chenin #E1BF6E

Color information

#E1BF6E (or 0xE1BF6E) is unknown color: approx Chenin. HEX triplet: E1, BF and 6E. RGB value is (225,191,110). Sum of RGB (Red+Green+Blue) = 225+191+110=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF6E is #1E4091. Grayscale: #C0C0C0. Windows color (decimal): -1982610 or 7258081. OLE color: 7258081.

HSL color Cylindrical-coordinate representation of color #E1BF6E: hue angle of 42.26º 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 #E1BF6E is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225191110-
CMYK00.150.510.12
HSL42.26º65.71%65.69%-
HSV(B)42.26º51.11%88.24%-
XYZ52.554.3922.48-
YUV191.9381.76151.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 110 (43.36% from 255) = 20.91%
R=42.78%
G=36.31%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519111000.150.510.1242.2665.7165.69
HexE1BF6E0F33C2a4242
Octal341277156017631452102102
Binary1110000110111111110111001111110011110010101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BF6E; }

 p { color: rgb(225,191,110); }

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

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

 a { background-color: rgb(225,191,110); }

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

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

 span { border-color: rgb(225,191,110); }

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