#E2C99D

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

Shades of Raffia #E2C99D

Tints of Raffia #E2C99D

Color information

#E2C99D (or 0xE2C99D) is unknown color: approx Raffia. HEX triplet: E2, C9 and 9D. RGB value is (226,201,157). Sum of RGB (Red+Green+Blue) = 226+201+157=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C99D is #1D3662. Grayscale: #CBCBCB. Windows color (decimal): -1914467 or 10340834. OLE color: 10340834.

HSL color Cylindrical-coordinate representation of color #E2C99D: hue angle of 38.26º 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 #E2C99D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226201157-
CMYK00.110.310.11
HSL38.26º54.33%75.1%-
HSV(B)38.26º30.53%88.63%-
XYZ58.3460.3840.48-
YUV203.46101.78144.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=38.70%
G=34.42%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620115700.110.310.1138.2654.3375.1
HexE2C99D0B1FB26364b
Octal34231123501337134666113
Binary111000101100100110011101010111111110111001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C99D; }

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

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

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

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

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

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

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

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