#E2C066

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

Shades of Chenin #E2C066

Tints of Chenin #E2C066

Color information

#E2C066 (or 0xE2C066) is unknown color: approx Chenin. HEX triplet: E2, C0 and 66. RGB value is (226,192,102). Sum of RGB (Red+Green+Blue) = 226+192+102=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C066 is #1D3F99. Grayscale: #C0C0C0. Windows color (decimal): -1916826 or 6734050. OLE color: 6734050.

HSL color Cylindrical-coordinate representation of color #E2C066: hue angle of 43.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2C066 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB226192102-
CMYK00.150.550.11
HSL43.55º68.13%64.31%-
HSV(B)43.55º54.87%88.63%-
XYZ52.6154.8320.38-
YUV191.9177.26152.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=43.46%
G=36.92%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619210200.150.550.1143.5568.1364.31
HexE2C0660F37B2c4440
Octal342300146017671354104100
Binary1110001011000000110011001111110111101110110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C066; }

 p { color: rgb(226,192,102); }

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

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

 a { background-color: rgb(226,192,102); }

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

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

 span { border-color: rgb(226,192,102); }

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