#E2C69D

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

Shades of Raffia #E2C69D

Tints of Raffia #E2C69D

Color information

#E2C69D (or 0xE2C69D) is unknown color: approx Raffia. HEX triplet: E2, C6 and 9D. RGB value is (226,198,157). Sum of RGB (Red+Green+Blue) = 226+198+157=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C69D is #1D3962. Grayscale: #C9C9C9. Windows color (decimal): -1915235 or 10340066. OLE color: 10340066.

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

Color convert

RGB226198157-
CMYK00.120.310.11
HSL35.65º54.33%75.1%-
HSV(B)35.65º30.53%88.63%-
XYZ57.6458.9940.25-
YUV201.7102.78145.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 157 (61.72% from 255) = 27.02%
R=38.90%
G=34.08%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619815700.120.310.1135.6554.3375.1
HexE2C69D0C1FB24364b
Octal34230623501437134466113
Binary111000101100011010011101011001111110111001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C69D; }

 p { color: rgb(226,198,157); }

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

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

 a { background-color: rgb(226,198,157); }

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

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

 span { border-color: rgb(226,198,157); }

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