#E1C29B

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

Shades of Raffia #E1C29B

Tints of Raffia #E1C29B

Color information

#E1C29B (or 0xE1C29B) is unknown color: approx Raffia. HEX triplet: E1, C2 and 9B. RGB value is (225,194,155). Sum of RGB (Red+Green+Blue) = 225+194+155=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C29B is #1E3D64. Grayscale: #C7C7C7. Windows color (decimal): -1981797 or 10207969. OLE color: 10207969.

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

Color convert

RGB225194155-
CMYK00.140.310.12
HSL33.43º53.85%74.51%-
HSV(B)33.43º31.11%88.24%-
XYZ56.2656.9639.04-
YUV198.82103.27146.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=39.20%
G=33.80%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519415500.140.310.1233.4353.8574.51
HexE1C29B0E1FC21364b
Octal34130223301637144166113
Binary111000011100001010011011011101111111001000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C29B; }

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

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

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

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

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

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

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

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