#E0C79C

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

Shades of Raffia #E0C79C

Tints of Raffia #E0C79C

Color information

#E0C79C (or 0xE0C79C) is unknown color: approx Raffia. HEX triplet: E0, C7 and 9C. RGB value is (224,199,156). Sum of RGB (Red+Green+Blue) = 224+199+156=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C79C is #1F3863. Grayscale: #C9C9C9. Windows color (decimal): -2046052 or 10274784. OLE color: 10274784.

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

Color convert

RGB224199156-
CMYK00.110.300.12
HSL37.94º52.31%74.51%-
HSV(B)37.94º30.36%87.84%-
XYZ57.1659.0939.85-
YUV201.57102.28144-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=38.69%
G=34.37%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419915600.110.300.1237.9452.3174.51
HexE0C79C0B1EC26344b
Octal34030723401336144664113
Binary111000001100011110011100010111111011001001101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C79C; }

 p { color: rgb(224,199,156); }

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

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

 a { background-color: rgb(224,199,156); }

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

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

 span { border-color: rgb(224,199,156); }

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