#E1BA72

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

Shades of Chenin #E1BA72

Tints of Chenin #E1BA72

Color information

#E1BA72 (or 0xE1BA72) is unknown color: approx Chenin. HEX triplet: E1, BA and 72. RGB value is (225,186,114). Sum of RGB (Red+Green+Blue) = 225+186+114=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA72 is #1E458D. Grayscale: #BDBDBD. Windows color (decimal): -1983886 or 7518945. OLE color: 7518945.

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

Color convert

RGB225186114-
CMYK00.170.490.12
HSL38.92º64.91%66.47%-
HSV(B)38.92º49.33%88.24%-
XYZ51.6552.3423.3-
YUV189.4585.42153.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 114 (44.92% from 255) = 21.71%
R=42.86%
G=35.43%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518611400.170.490.1238.9264.9166.47
HexE1BA7201131C274142
Octal341272162021611447101102
Binary11100001101110101110010010001110001110010011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA72; }

 p { color: rgb(225,186,114); }

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

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

 a { background-color: rgb(225,186,114); }

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

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

 span { border-color: rgb(225,186,114); }

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