#E0C396

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

Shades of Raffia #E0C396

Tints of Raffia #E0C396

Color information

#E0C396 (or 0xE0C396) is unknown color: approx Raffia. HEX triplet: E0, C3 and 96. RGB value is (224,195,150). Sum of RGB (Red+Green+Blue) = 224+195+150=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C396 is #1F3C69. Grayscale: #C6C6C6. Windows color (decimal): -2047082 or 9880544. OLE color: 9880544.

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

Color convert

RGB224195150-
CMYK00.130.330.12
HSL36.49º54.41%73.33%-
HSV(B)36.49º33.04%87.84%-
XYZ55.7657.0836.93-
YUV198.54100.61146.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=39.37%
G=34.27%
B=26.36%

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
Decimal22419515000.130.330.1236.4954.4173.33
HexE0C3960D21C243649
Octal34030322601541144466111
Binary1110000011000011100101100110110000111001001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C396; }

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

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

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

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

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

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

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

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