#E2C96D

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

Shades of Chenin #E2C96D

Tints of Chenin #E2C96D

Color information

#E2C96D (or 0xE2C96D) is unknown color: approx Chenin. HEX triplet: E2, C9 and 6D. RGB value is (226,201,109). Sum of RGB (Red+Green+Blue) = 226+201+109=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C96D is #1D3692. Grayscale: #C6C6C6. Windows color (decimal): -1914515 or 7195106. OLE color: 7195106.

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

Color convert

RGB226201109-
CMYK00.110.520.11
HSL47.18º66.86%65.69%-
HSV(B)47.18º51.77%88.63%-
XYZ55.0159.0522.97-
YUV197.9977.78147.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.16%
GREEN value IS 201 (78.91% from 255) = 37.5%
BLUE value IS 109 (42.97% from 255) = 20.34%
R=42.16%
G=37.5%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620110900.110.520.1147.1866.8665.69
HexE2C96D0B34B2f4342
Octal342311155013641357103102
Binary1110001011001001110110101011110100101110111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C96D; }

 p { color: rgb(226,201,109); }

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

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

 a { background-color: rgb(226,201,109); }

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

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

 span { border-color: rgb(226,201,109); }

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