#E1CBAA

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

Shades of Raffia #E1CBAA

Tints of Raffia #E1CBAA

Color information

#E1CBAA (or 0xE1CBAA) is unknown color: approx Raffia. HEX triplet: E1, CB and AA. RGB value is (225,203,170). Sum of RGB (Red+Green+Blue) = 225+203+170=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBAA is #1E3455. Grayscale: #CDCDCD. Windows color (decimal): -1979478 or 11193313. OLE color: 11193313.

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

Color convert

RGB225203170-
CMYK00.100.240.12
HSL36º47.83%77.45%-
HSV(B)36º24.44%88.24%-
XYZ59.6661.6246.78-
YUV205.82107.79141.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=37.63%
G=33.95%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520317000.100.240.123647.8377.45
HexE1CBAA0A18C24304d
Octal34131325201230144460115
Binary111000011100101110101010010101100011001001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBAA; }

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

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

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

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

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

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

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

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