#E1C29D

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

Shades of Raffia #E1C29D

Tints of Raffia #E1C29D

Color information

#E1C29D (or 0xE1C29D) is unknown color: approx Raffia. HEX triplet: E1, C2 and 9D. RGB value is (225,194,157). Sum of RGB (Red+Green+Blue) = 225+194+157=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C29D is #1E3D62. Grayscale: #C7C7C7. Windows color (decimal): -1981795 or 10339041. OLE color: 10339041.

HSL color Cylindrical-coordinate representation of color #E1C29D: hue angle of 32.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1C29D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225194157-
CMYK00.140.300.12
HSL32.65º53.12%74.9%-
HSV(B)32.65º30.22%88.24%-
XYZ56.4357.0339.93-
YUV199.05104.27146.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=39.06%
G=33.68%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519415700.140.300.1232.6553.1274.9
HexE1C29D0E1EC21354b
Octal34130223501636144165113
Binary111000011100001010011101011101111011001000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C29D; }

 p { color: rgb(225,194,157); }

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

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

 a { background-color: rgb(225,194,157); }

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

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

 span { border-color: rgb(225,194,157); }

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