#E1C571

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

Shades of Chenin #E1C571

Tints of Chenin #E1C571

Color information

#E1C571 (or 0xE1C571) is unknown color: approx Chenin. HEX triplet: E1, C5 and 71. RGB value is (225,197,113). Sum of RGB (Red+Green+Blue) = 225+197+113=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C571 is #1E3A8E. Grayscale: #C4C4C4. Windows color (decimal): -1981071 or 7456225. OLE color: 7456225.

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

Color convert

RGB225197113-
CMYK00.120.500.12
HSL45º65.12%66.27%-
HSV(B)45º49.78%88.24%-
XYZ5457.1323.8-
YUV195.881.28148.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=42.06%
G=36.82%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519711300.120.500.124565.1266.27
HexE1C5710C32C2d4142
Octal341305161014621455101102
Binary1110000111000101111000101100110010110010110110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C571; }

 p { color: rgb(225,197,113); }

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

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

 a { background-color: rgb(225,197,113); }

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

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

 span { border-color: rgb(225,197,113); }

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