#E1CBA9

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

Shades of Raffia #E1CBA9

Tints of Raffia #E1CBA9

Color information

#E1CBA9 (or 0xE1CBA9) is unknown color: approx Raffia. HEX triplet: E1, CB and A9. RGB value is (225,203,169). Sum of RGB (Red+Green+Blue) = 225+203+169=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBA9 is #1E3456. Grayscale: #CDCDCD. Windows color (decimal): -1979479 or 11127777. OLE color: 11127777.

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

Color convert

RGB225203169-
CMYK00.100.250.12
HSL36.43º48.28%77.25%-
HSV(B)36.43º24.89%88.24%-
XYZ59.5761.5846.28-
YUV205.7107.29141.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=37.69%
G=34.00%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520316900.100.250.1236.4348.2877.25
HexE1CBA90A19C24304d
Octal34131325101231144460115
Binary111000011100101110101001010101100111001001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBA9; }

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

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

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

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

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

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

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

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