#E1CDA7

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

Shades of Raffia #E1CDA7

Tints of Raffia #E1CDA7

Color information

#E1CDA7 (or 0xE1CDA7) is unknown color: approx Raffia. HEX triplet: E1, CD and A7. RGB value is (225,205,167). Sum of RGB (Red+Green+Blue) = 225+205+167=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDA7 is #1E3258. Grayscale: #CECECE. Windows color (decimal): -1978969 or 10997217. OLE color: 10997217.

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

Color convert

RGB225205167-
CMYK00.090.260.12
HSL39.31º49.15%76.86%-
HSV(B)39.31º25.78%88.24%-
XYZ59.8662.4645.46-
YUV206.65105.63141.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=37.69%
G=34.34%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520516700.090.260.1239.3149.1576.86
HexE1CDA7091AC27314d
Octal34131524701132144761115
Binary111000011100110110100111010011101011001001111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDA7; }

 p { color: rgb(225,205,167); }

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

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

 a { background-color: rgb(225,205,167); }

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

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

 span { border-color: rgb(225,205,167); }

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