#E1CCA9

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

Shades of Raffia #E1CCA9

Tints of Raffia #E1CCA9

Color information

#E1CCA9 (or 0xE1CCA9) is unknown color: approx Raffia. HEX triplet: E1, CC and A9. RGB value is (225,204,169). Sum of RGB (Red+Green+Blue) = 225+204+169=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA9 is #1E3356. Grayscale: #CECECE. Windows color (decimal): -1979223 or 11128033. OLE color: 11128033.

HSL color Cylindrical-coordinate representation of color #E1CCA9: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1CCA9 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225204169-
CMYK00.090.250.12
HSL37.5º48.28%77.25%-
HSV(B)37.5º24.89%88.24%-
XYZ59.8162.0646.36-
YUV206.29106.96141.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=37.63%
G=34.11%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520416900.090.250.1237.548.2877.25
HexE1CCA90919C26304d
Octal34131425101131144660115
Binary111000011100110010101001010011100111001001101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCA9; }

 p { color: rgb(225,204,169); }

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

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

 a { background-color: rgb(225,204,169); }

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

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

 span { border-color: rgb(225,204,169); }

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