#E2C06D

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

Shades of Chenin #E2C06D

Tints of Chenin #E2C06D

Color information

#E2C06D (or 0xE2C06D) is unknown color: approx Chenin. HEX triplet: E2, C0 and 6D. RGB value is (226,192,109). Sum of RGB (Red+Green+Blue) = 226+192+109=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C06D is #1D3F92. Grayscale: #C1C1C1. Windows color (decimal): -1916819 or 7192802. OLE color: 7192802.

HSL color Cylindrical-coordinate representation of color #E2C06D: hue angle of 42.56º 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 #E2C06D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226192109-
CMYK00.150.520.11
HSL42.56º66.86%65.69%-
HSV(B)42.56º51.77%88.63%-
XYZ52.9754.9722.29-
YUV192.780.76151.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.88%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=42.88%
G=36.43%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619210900.150.520.1142.5666.8665.69
HexE2C06D0F34B2b4342
Octal342300155017641353103102
Binary1110001011000000110110101111110100101110101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C06D; }

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

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

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

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

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

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

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

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