#E5C06C

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

Shades of Chenin #E5C06C

Tints of Chenin #E5C06C

Color information

#E5C06C (or 0xE5C06C) is unknown color: approx Chenin. HEX triplet: E5, C0 and 6C. RGB value is (229,192,108). Sum of RGB (Red+Green+Blue) = 229+192+108=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C06C is #1A3F93. Grayscale: #C1C1C1. Windows color (decimal): -1720212 or 7127269. OLE color: 7127269.

HSL color Cylindrical-coordinate representation of color #E5C06C: hue angle of 41.65º 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 #E5C06C is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB229192108-
CMYK00.160.530.10
HSL41.65º69.94%66.08%-
HSV(B)41.65º52.84%89.8%-
XYZ53.8755.4422.05-
YUV193.4979.76153.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.29%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 108 (42.58% from 255) = 20.42%
R=43.29%
G=36.29%
B=20.42%

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
Decimal22919210800.160.530.1041.6569.9466.08
HexE5C06C01035A2a4642
Octal345300154020651252106102
Binary11100101110000001101100010000110101101010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C06C; }

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

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

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

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

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

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

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

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