#E1BD6B

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

Shades of Chenin #E1BD6B

Tints of Chenin #E1BD6B

Color information

#E1BD6B (or 0xE1BD6B) is unknown color: approx Chenin. HEX triplet: E1, BD and 6B. RGB value is (225,189,107). Sum of RGB (Red+Green+Blue) = 225+189+107=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD6B is #1E4294. Grayscale: #BEBEBE. Windows color (decimal): -1983125 or 7060961. OLE color: 7060961.

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

Color convert

RGB225189107-
CMYK00.160.520.12
HSL41.69º66.29%65.1%-
HSV(B)41.69º52.44%88.24%-
XYZ51.953.4621.49-
YUV190.4280.93152.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 107 (42.19% from 255) = 20.54%
R=43.19%
G=36.28%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518910700.160.520.1241.6966.2965.1
HexE1BD6B01034C2a4241
Octal341275153020641452102101
Binary11100001101111011101011010000110100110010101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD6B; }

 p { color: rgb(225,189,107); }

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

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

 a { background-color: rgb(225,189,107); }

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

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

 span { border-color: rgb(225,189,107); }

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