#E1C19A

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

Shades of Raffia #E1C19A

Tints of Raffia #E1C19A

Color information

#E1C19A (or 0xE1C19A) is unknown color: approx Raffia. HEX triplet: E1, C1 and 9A. RGB value is (225,193,154). Sum of RGB (Red+Green+Blue) = 225+193+154=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C19A is #1E3E65. Grayscale: #C6C6C6. Windows color (decimal): -1982054 or 10142177. OLE color: 10142177.

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

Color convert

RGB225193154-
CMYK00.140.320.12
HSL32.96º54.2%74.31%-
HSV(B)32.96º31.56%88.24%-
XYZ55.9556.4838.52-
YUV198.12103.1147.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 154 (60.55% from 255) = 26.92%
R=39.34%
G=33.74%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519315400.140.320.1232.9654.274.31
HexE1C19A0E20C21364a
Octal34130123201640144166112
Binary1110000111000001100110100111010000011001000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C19A; }

 p { color: rgb(225,193,154); }

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

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

 a { background-color: rgb(225,193,154); }

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

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

 span { border-color: rgb(225,193,154); }

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