#E2C59C

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

Shades of Raffia #E2C59C

Tints of Raffia #E2C59C

Color information

#E2C59C (or 0xE2C59C) is unknown color: approx Raffia. HEX triplet: E2, C5 and 9C. RGB value is (226,197,156). Sum of RGB (Red+Green+Blue) = 226+197+156=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C59C is #1D3A63. Grayscale: #C9C9C9. Windows color (decimal): -1915492 or 10274274. OLE color: 10274274.

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

Color convert

RGB226197156-
CMYK00.130.310.11
HSL35.14º54.69%74.9%-
HSV(B)35.14º30.97%88.63%-
XYZ57.3358.539.72-
YUV201102.61145.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 197 (77.34% from 255) = 34.02%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=39.03%
G=34.02%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619715600.130.310.1135.1454.6974.9
HexE2C59C0D1FB23374b
Octal34230523401537134367113
Binary111000101100010110011100011011111110111000111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C59C; }

 p { color: rgb(226,197,156); }

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

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

 a { background-color: rgb(226,197,156); }

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

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

 span { border-color: rgb(226,197,156); }

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