#E0C496

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

Shades of Raffia #E0C496

Tints of Raffia #E0C496

Color information

#E0C496 (or 0xE0C496) is unknown color: approx Raffia. HEX triplet: E0, C4 and 96. RGB value is (224,196,150). Sum of RGB (Red+Green+Blue) = 224+196+150=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C496 is #1F3B69. Grayscale: #C7C7C7. Windows color (decimal): -2046826 or 9880800. OLE color: 9880800.

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

Color convert

RGB224196150-
CMYK00.120.330.12
HSL37.3º54.41%73.33%-
HSV(B)37.3º33.04%87.84%-
XYZ55.9957.5337.01-
YUV199.13100.28145.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=39.30%
G=34.39%
B=26.32%

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
Decimal22419615000.120.330.1237.354.4173.33
HexE0C4960C21C253649
Octal34030422601441144566111
Binary1110000011000100100101100110010000111001001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C496; }

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

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

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

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

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

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

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

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