#E2C8A0

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

Shades of Raffia #E2C8A0

Tints of Raffia #E2C8A0

Color information

#E2C8A0 (or 0xE2C8A0) is unknown color: approx Raffia. HEX triplet: E2, C8 and A0. RGB value is (226,200,160). Sum of RGB (Red+Green+Blue) = 226+200+160=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C8A0 is #1D375F. Grayscale: #CBCBCB. Windows color (decimal): -1914720 or 10537186. OLE color: 10537186.

HSL color Cylindrical-coordinate representation of color #E2C8A0: hue angle of 36.36º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2C8A0 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226200160-
CMYK00.120.290.11
HSL36.36º53.23%75.69%-
HSV(B)36.36º29.2%88.63%-
XYZ58.3660.0241.77-
YUV203.21103.61144.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=38.57%
G=34.13%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620016000.120.290.1136.3653.2375.69
HexE2C8A00C1DB24354c
Octal34231024001435134465114
Binary111000101100100010100000011001110110111001001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C8A0; }

 p { color: rgb(226,200,160); }

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

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

 a { background-color: rgb(226,200,160); }

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

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

 span { border-color: rgb(226,200,160); }

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