#E5C16C

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

Shades of Chenin #E5C16C

Tints of Chenin #E5C16C

Color information

#E5C16C (or 0xE5C16C) is unknown color: approx Chenin. HEX triplet: E5, C1 and 6C. RGB value is (229,193,108). Sum of RGB (Red+Green+Blue) = 229+193+108=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C16C is #1A3E93. Grayscale: #C2C2C2. Windows color (decimal): -1719956 or 7127525. OLE color: 7127525.

HSL color Cylindrical-coordinate representation of color #E5C16C: hue angle of 42.15º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5C16C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229193108-
CMYK00.160.530.10
HSL42.15º69.94%66.08%-
HSV(B)42.15º52.84%89.8%-
XYZ54.0955.8822.12-
YUV194.0779.43152.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=43.21%
G=36.42%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919310800.160.530.1042.1569.9466.08
HexE5C16C01035A2a4642
Octal345301154020651252106102
Binary11100101110000011101100010000110101101010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C16C; }

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

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

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

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

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

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

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

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