#E2C160

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

Shades of Chenin #E2C160

Tints of Chenin #E2C160

Color information

#E2C160 (or 0xE2C160) is unknown color: approx Chenin. HEX triplet: E2, C1 and 60. RGB value is (226,193,96). Sum of RGB (Red+Green+Blue) = 226+193+96=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C160 is #1D3E9F. Grayscale: #C0C0C0. Windows color (decimal): -1916576 or 6341090. OLE color: 6341090.

HSL color Cylindrical-coordinate representation of color #E2C160: hue angle of 44.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2C160 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22619396-
CMYK00.150.580.11
HSL44.77º69.15%63.14%-
HSV(B)44.77º57.52%88.63%-
XYZ52.5555.1518.94-
YUV191.8173.93152.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=43.88%
G=37.48%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261939600.150.580.1144.7769.1563.14
HexE2C1600F3AB2d453f
Octal34230114001772135510577
Binary111000101100000111000000111111101010111011011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C160; }

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

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

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

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

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

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

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

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