#E2C468

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

Shades of Chenin #E2C468

Tints of Chenin #E2C468

Color information

#E2C468 (or 0xE2C468) is unknown color: approx Chenin. HEX triplet: E2, C4 and 68. RGB value is (226,196,104). Sum of RGB (Red+Green+Blue) = 226+196+104=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C468 is #1D3B97. Grayscale: #C2C2C2. Windows color (decimal): -1915800 or 6866146. OLE color: 6866146.

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

Color convert

RGB226196104-
CMYK00.130.540.11
HSL45.25º67.78%64.71%-
HSV(B)45.25º53.98%88.63%-
XYZ53.656.6521.21-
YUV194.4876.94150.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 104 (41.02% from 255) = 19.77%
R=42.97%
G=37.26%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619610400.130.540.1145.2567.7864.71
HexE2C4680D36B2d4441
Octal342304150015661355104101
Binary1110001011000100110100001101110110101110110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C468; }

 p { color: rgb(226,196,104); }

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

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

 a { background-color: rgb(226,196,104); }

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

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

 span { border-color: rgb(226,196,104); }

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