#E2C16D

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

Shades of Chenin #E2C16D

Tints of Chenin #E2C16D

Color information

#E2C16D (or 0xE2C16D) is unknown color: approx Chenin. HEX triplet: E2, C1 and 6D. RGB value is (226,193,109). Sum of RGB (Red+Green+Blue) = 226+193+109=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C16D is #1D3E92. Grayscale: #C1C1C1. Windows color (decimal): -1916563 or 7193058. OLE color: 7193058.

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

Color convert

RGB226193109-
CMYK00.150.520.11
HSL43.08º66.86%65.69%-
HSV(B)43.08º51.77%88.63%-
XYZ53.1955.4122.36-
YUV193.2980.43151.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.80%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 109 (42.97% from 255) = 20.64%
R=42.80%
G=36.55%
B=20.64%

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
Decimal22619310900.150.520.1143.0866.8665.69
HexE2C16D0F34B2b4342
Octal342301155017641353103102
Binary1110001011000001110110101111110100101110101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C16D; }

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

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

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

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

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

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

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

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