#E1C96E

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

Shades of Chenin #E1C96E

Tints of Chenin #E1C96E

Color information

#E1C96E (or 0xE1C96E) is unknown color: approx Chenin. HEX triplet: E1, C9 and 6E. RGB value is (225,201,110). Sum of RGB (Red+Green+Blue) = 225+201+110=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C96E is #1E3691. Grayscale: #C6C6C6. Windows color (decimal): -1980050 or 7260641. OLE color: 7260641.

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

Color convert

RGB225201110-
CMYK00.110.510.12
HSL47.48º65.71%65.69%-
HSV(B)47.48º51.11%88.24%-
XYZ54.7558.9123.24-
YUV197.878.45147.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=41.98%
G=37.5%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520111000.110.510.1247.4865.7165.69
HexE1C96E0B33C2f4242
Octal341311156013631457102102
Binary1110000111001001110111001011110011110010111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C96E; }

 p { color: rgb(225,201,110); }

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

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

 a { background-color: rgb(225,201,110); }

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

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

 span { border-color: rgb(225,201,110); }

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