#E5C26E

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

Shades of Chenin #E5C26E

Tints of Chenin #E5C26E

Color information

#E5C26E (or 0xE5C26E) is unknown color: approx Chenin. HEX triplet: E5, C2 and 6E. RGB value is (229,194,110). Sum of RGB (Red+Green+Blue) = 229+194+110=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C26E is #1A3D91. Grayscale: #C3C3C3. Windows color (decimal): -1719698 or 7258853. OLE color: 7258853.

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

Color convert

RGB229194110-
CMYK00.150.520.10
HSL42.35º69.59%66.47%-
HSV(B)42.35º51.97%89.8%-
XYZ54.4256.3722.76-
YUV194.8980.1152.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 194 (76.17% from 255) = 36.40%
BLUE value IS 110 (43.36% from 255) = 20.64%
R=42.96%
G=36.40%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919411000.150.520.1042.3569.5966.47
HexE5C26E0F34A2a4642
Octal345302156017641252106102
Binary1110010111000010110111001111110100101010101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C26E; }

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

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

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

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

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

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

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

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