#E1BE6A

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

Shades of Chenin #E1BE6A

Tints of Chenin #E1BE6A

Color information

#E1BE6A (or 0xE1BE6A) is unknown color: approx Chenin. HEX triplet: E1, BE and 6A. RGB value is (225,190,106). Sum of RGB (Red+Green+Blue) = 225+190+106=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BE6A is #1E4195. Grayscale: #BFBFBF. Windows color (decimal): -1982870 or 6995681. OLE color: 6995681.

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

Color convert

RGB225190106-
CMYK00.160.530.12
HSL42.35º66.48%64.9%-
HSV(B)42.35º52.89%88.24%-
XYZ52.0753.8821.29-
YUV190.8980.1152.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 106 (41.80% from 255) = 20.35%
R=43.19%
G=36.47%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519010600.160.530.1242.3566.4864.9
HexE1BE6A01035C2a4241
Octal341276152020651452102101
Binary11100001101111101101010010000110101110010101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE6A; }

 p { color: rgb(225,190,106); }

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

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

 a { background-color: rgb(225,190,106); }

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

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

 span { border-color: rgb(225,190,106); }

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