#E1C49E

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

Shades of Raffia #E1C49E

Tints of Raffia #E1C49E

Color information

#E1C49E (or 0xE1C49E) is unknown color: approx Raffia. HEX triplet: E1, C4 and 9E. RGB value is (225,196,158). Sum of RGB (Red+Green+Blue) = 225+196+158=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C49E is #1E3B61. Grayscale: #C8C8C8. Windows color (decimal): -1981282 or 10405089. OLE color: 10405089.

HSL color Cylindrical-coordinate representation of color #E1C49E: hue angle of 34.03º 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 #E1C49E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225196158-
CMYK00.130.300.12
HSL34.03º52.76%75.1%-
HSV(B)34.03º29.78%88.24%-
XYZ56.9657.9640.53-
YUV200.34104.11145.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=38.86%
G=33.85%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519615800.130.300.1234.0352.7675.1
HexE1C49E0D1EC22354b
Octal34130423601536144265113
Binary111000011100010010011110011011111011001000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C49E; }

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

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

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

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

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

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

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

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