#E0C49F

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

Shades of Raffia #E0C49F

Tints of Raffia #E0C49F

Color information

#E0C49F (or 0xE0C49F) is unknown color: approx Raffia. HEX triplet: E0, C4 and 9F. RGB value is (224,196,159). Sum of RGB (Red+Green+Blue) = 224+196+159=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C49F is #1F3B60. Grayscale: #C8C8C8. Windows color (decimal): -2046817 or 10470624. OLE color: 10470624.

HSL color Cylindrical-coordinate representation of color #E0C49F: hue angle of 34.15º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0C49F is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224196159-
CMYK00.120.290.12
HSL34.15º51.18%75.1%-
HSV(B)34.15º29.02%87.84%-
XYZ56.7457.8340.97-
YUV200.15104.78145.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=38.69%
G=33.85%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419615900.120.290.1234.1551.1875.1
HexE0C49F0C1DC22334b
Octal34030423701435144263113
Binary111000001100010010011111011001110111001000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C49F; }

 p { color: rgb(224,196,159); }

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

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

 a { background-color: rgb(224,196,159); }

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

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

 span { border-color: rgb(224,196,159); }

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