#E2C975

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

Shades of Chenin #E2C975

Tints of Chenin #E2C975

Color information

#E2C975 (or 0xE2C975) is unknown color: approx Chenin. HEX triplet: E2, C9 and 75. RGB value is (226,201,117). Sum of RGB (Red+Green+Blue) = 226+201+117=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C975 is #1D368A. Grayscale: #C7C7C7. Windows color (decimal): -1914507 or 7719394. OLE color: 7719394.

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

Color convert

RGB226201117-
CMYK00.110.480.11
HSL46.24º65.27%67.25%-
HSV(B)46.24º48.23%88.63%-
XYZ55.4659.2325.34-
YUV198.981.78147.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=41.54%
G=36.95%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620111700.110.480.1146.2465.2767.25
HexE2C9750B30B2e4143
Octal342311165013601356101103
Binary1110001011001001111010101011110000101110111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C975; }

 p { color: rgb(226,201,117); }

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

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

 a { background-color: rgb(226,201,117); }

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

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

 span { border-color: rgb(226,201,117); }

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