#E1C495

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

Shades of Raffia #E1C495

Tints of Raffia #E1C495

Color information

#E1C495 (or 0xE1C495) is unknown color: approx Raffia. HEX triplet: E1, C4 and 95. RGB value is (225,196,149). Sum of RGB (Red+Green+Blue) = 225+196+149=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C495 is #1E3B6A. Grayscale: #C7C7C7. Windows color (decimal): -1981291 or 9815265. OLE color: 9815265.

HSL color Cylindrical-coordinate representation of color #E1C495: hue angle of 37.11º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1C495 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225196149-
CMYK00.130.340.12
HSL37.11º55.88%73.33%-
HSV(B)37.11º33.78%88.24%-
XYZ56.2257.6636.6-
YUV199.3199.61146.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=39.47%
G=34.39%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519614900.130.340.1237.1155.8873.33
HexE1C4950D22C253849
Octal34130422501542144570111
Binary1110000111000100100101010110110001011001001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C495; }

 p { color: rgb(225,196,149); }

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

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

 a { background-color: rgb(225,196,149); }

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

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

 span { border-color: rgb(225,196,149); }

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