#E0C697

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

Shades of Raffia #E0C697

Tints of Raffia #E0C697

Color information

#E0C697 (or 0xE0C697) is unknown color: approx Raffia. HEX triplet: E0, C6 and 97. RGB value is (224,198,151). Sum of RGB (Red+Green+Blue) = 224+198+151=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 151 (59.38% from 255 or 26.35% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C697 is #1F3968. Grayscale: #C8C8C8. Windows color (decimal): -2046313 or 9946848. OLE color: 9946848.

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

Color convert

RGB224198151-
CMYK00.120.330.12
HSL38.63º54.07%73.53%-
HSV(B)38.63º32.59%87.84%-
XYZ56.5258.4737.59-
YUV200.42100.11144.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 151 (59.38% from 255) = 26.35%
R=39.09%
G=34.55%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419815100.120.330.1238.6354.0773.53
HexE0C6970C21C27364a
Octal34030622701441144766112
Binary1110000011000110100101110110010000111001001111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C697; }

 p { color: rgb(224,198,151); }

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

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

 a { background-color: rgb(224,198,151); }

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

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

 span { border-color: rgb(224,198,151); }

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