#E1CCA1

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

Shades of Raffia #E1CCA1

Tints of Raffia #E1CCA1

Color information

#E1CCA1 (or 0xE1CCA1) is unknown color: approx Raffia. HEX triplet: E1, CC and A1. RGB value is (225,204,161). Sum of RGB (Red+Green+Blue) = 225+204+161=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA1 is #1E335E. Grayscale: #CDCDCD. Windows color (decimal): -1979231 or 10603745. OLE color: 10603745.

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

Color convert

RGB225204161-
CMYK00.090.280.12
HSL40.31º51.61%75.69%-
HSV(B)40.31º28.44%88.24%-
XYZ59.0861.7742.53-
YUV205.38102.96142-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=38.14%
G=34.58%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520416100.090.280.1240.3151.6175.69
HexE1CCA1091CC28344c
Octal34131424101134145064114
Binary111000011100110010100001010011110011001010001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCA1; }

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

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

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

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

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

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

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

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