#E1C16C

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

Shades of Chenin #E1C16C

Tints of Chenin #E1C16C

Color information

#E1C16C (or 0xE1C16C) is unknown color: approx Chenin. HEX triplet: E1, C1 and 6C. RGB value is (225,193,108). Sum of RGB (Red+Green+Blue) = 225+193+108=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C16C is #1E3E93. Grayscale: #C1C1C1. Windows color (decimal): -1982100 or 7127521. OLE color: 7127521.

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

Color convert

RGB225193108-
CMYK00.140.520.12
HSL43.59º66.1%65.29%-
HSV(B)43.59º52%88.24%-
XYZ52.8355.2322.06-
YUV192.8880.1150.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 108 (42.58% from 255) = 20.53%
R=42.78%
G=36.69%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519310800.140.520.1243.5966.165.29
HexE1C16C0E34C2c4241
Octal341301154016641454102101
Binary1110000111000001110110001110110100110010110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C16C; }

 p { color: rgb(225,193,108); }

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

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

 a { background-color: rgb(225,193,108); }

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

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

 span { border-color: rgb(225,193,108); }

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