#E2C261

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

Shades of Chenin #E2C261

Tints of Chenin #E2C261

Color information

#E2C261 (or 0xE2C261) is unknown color: approx Chenin. HEX triplet: E2, C2 and 61. RGB value is (226,194,97). Sum of RGB (Red+Green+Blue) = 226+194+97=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C261 is #1D3D9E. Grayscale: #C0C0C0. Windows color (decimal): -1916319 or 6406882. OLE color: 6406882.

HSL color Cylindrical-coordinate representation of color #E2C261: hue angle of 45.12º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2C261 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB22619497-
CMYK00.140.570.11
HSL45.12º68.98%63.33%-
HSV(B)45.12º57.08%88.63%-
XYZ52.8155.6219.26-
YUV192.5174.1151.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.71%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=43.71%
G=37.52%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261949700.140.570.1145.1268.9863.33
HexE2C2610E39B2d453f
Octal34230214101671135510577
Binary111000101100001011000010111011100110111011011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C261; }

 p { color: rgb(226,194,97); }

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

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

 a { background-color: rgb(226,194,97); }

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

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

 span { border-color: rgb(226,194,97); }

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