#E0C29C

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

Shades of Raffia #E0C29C

Tints of Raffia #E0C29C

Color information

#E0C29C (or 0xE0C29C) is unknown color: approx Raffia. HEX triplet: E0, C2 and 9C. RGB value is (224,194,156). Sum of RGB (Red+Green+Blue) = 224+194+156=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C29C is #1F3D63. Grayscale: #C6C6C6. Windows color (decimal): -2047332 or 10273504. OLE color: 10273504.

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

Color convert

RGB224194156-
CMYK00.130.300.12
HSL33.53º52.31%74.51%-
HSV(B)33.53º30.36%87.84%-
XYZ56.0356.8339.47-
YUV198.64103.94146.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=39.02%
G=33.80%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419415600.130.300.1233.5352.3174.51
HexE0C29C0D1EC22344b
Octal34030223401536144264113
Binary111000001100001010011100011011111011001000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C29C; }

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

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

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

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

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

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

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

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