#E2C99F

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

Shades of Raffia #E2C99F

Tints of Raffia #E2C99F

Color information

#E2C99F (or 0xE2C99F) is unknown color: approx Raffia. HEX triplet: E2, C9 and 9F. RGB value is (226,201,159). Sum of RGB (Red+Green+Blue) = 226+201+159=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C99F is #1D3660. Grayscale: #CBCBCB. Windows color (decimal): -1914465 or 10471906. OLE color: 10471906.

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

Color convert

RGB226201159-
CMYK00.110.300.11
HSL37.61º53.6%75.49%-
HSV(B)37.61º29.65%88.63%-
XYZ58.5160.4541.38-
YUV203.69102.78143.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 159 (62.5% from 255) = 27.13%
R=38.57%
G=34.30%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620115900.110.300.1137.6153.675.49
HexE2C99F0B1EB26364b
Octal34231123701336134666113
Binary111000101100100110011111010111111010111001101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C99F; }

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

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

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

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

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

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

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

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