#E1C56C

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

Shades of Chenin #E1C56C

Tints of Chenin #E1C56C

Color information

#E1C56C (or 0xE1C56C) is unknown color: approx Chenin. HEX triplet: E1, C5 and 6C. RGB value is (225,197,108). Sum of RGB (Red+Green+Blue) = 225+197+108=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C56C is #1E3A93. Grayscale: #C3C3C3. Windows color (decimal): -1981076 or 7128545. OLE color: 7128545.

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

Color convert

RGB225197108-
CMYK00.120.520.12
HSL45.64º66.1%65.29%-
HSV(B)45.64º52%88.24%-
XYZ53.7257.0222.36-
YUV195.2378.78149.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=42.45%
G=37.17%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519710800.120.520.1245.6466.165.29
HexE1C56C0C34C2e4241
Octal341305154014641456102101
Binary1110000111000101110110001100110100110010111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C56C; }

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

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

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

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

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

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

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

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