#E5C16E

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

Shades of Chenin #E5C16E

Tints of Chenin #E5C16E

Color information

#E5C16E (or 0xE5C16E) is unknown color: approx Chenin. HEX triplet: E5, C1 and 6E. RGB value is (229,193,110). Sum of RGB (Red+Green+Blue) = 229+193+110=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C16E is #1A3E91. Grayscale: #C2C2C2. Windows color (decimal): -1719954 or 7258597. OLE color: 7258597.

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

Color convert

RGB229193110-
CMYK00.160.520.10
HSL41.85º69.59%66.47%-
HSV(B)41.85º51.97%89.8%-
XYZ54.255.9222.69-
YUV194.380.43152.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.05%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 110 (43.36% from 255) = 20.68%
R=43.05%
G=36.28%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919311000.160.520.1041.8569.5966.47
HexE5C16E01034A2a4642
Octal345301156020641252106102
Binary11100101110000011101110010000110100101010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C16E; }

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

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

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

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

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

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

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

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