#E1BD69

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

Shades of Chenin #E1BD69

Tints of Chenin #E1BD69

Color information

#E1BD69 (or 0xE1BD69) is unknown color: approx Chenin. HEX triplet: E1, BD and 69. RGB value is (225,189,105). Sum of RGB (Red+Green+Blue) = 225+189+105=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD69 is #1E4296. Grayscale: #BEBEBE. Windows color (decimal): -1983127 or 6929889. OLE color: 6929889.

HSL color Cylindrical-coordinate representation of color #E1BD69: hue angle of 42º degrees, saturation: 0.67, 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 #E1BD69 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225189105-
CMYK00.160.530.12
HSL42º66.67%64.71%-
HSV(B)42º53.33%88.24%-
XYZ51.853.4220.95-
YUV190.1979.93152.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 105 (41.41% from 255) = 20.23%
R=43.35%
G=36.42%
B=20.23%

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
Decimal22518910500.160.530.124266.6764.71
HexE1BD6901035C2a4341
Octal341275151020651452103101
Binary11100001101111011101001010000110101110010101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD69; }

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

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

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

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

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

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

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

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