#E0C297

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

Shades of Raffia #E0C297

Tints of Raffia #E0C297

Color information

#E0C297 (or 0xE0C297) is unknown color: approx Raffia. HEX triplet: E0, C2 and 97. RGB value is (224,194,151). Sum of RGB (Red+Green+Blue) = 224+194+151=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C297 is #1F3D68. Grayscale: #C6C6C6. Windows color (decimal): -2047337 or 9945824. OLE color: 9945824.

HSL color Cylindrical-coordinate representation of color #E0C297: hue angle of 35.34º 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 #E0C297 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224194151-
CMYK00.130.330.12
HSL35.34º54.07%73.53%-
HSV(B)35.34º32.59%87.84%-
XYZ55.6256.6737.28-
YUV198.07101.44146.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=39.37%
G=34.09%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419415100.130.330.1235.3454.0773.53
HexE0C2970D21C23364a
Octal34030222701541144366112
Binary1110000011000010100101110110110000111001000111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C297; }

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

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

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

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

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

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

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

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