#E0C09C

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

Shades of Raffia #E0C09C

Tints of Raffia #E0C09C

Color information

#E0C09C (or 0xE0C09C) is unknown color: approx Raffia. HEX triplet: E0, C0 and 9C. RGB value is (224,192,156). Sum of RGB (Red+Green+Blue) = 224+192+156=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C09C is #1F3F63. Grayscale: #C5C5C5. Windows color (decimal): -2047844 or 10272992. OLE color: 10272992.

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

Color convert

RGB224192156-
CMYK00.140.300.12
HSL31.76º52.31%74.51%-
HSV(B)31.76º30.36%87.84%-
XYZ55.5955.9539.32-
YUV197.46104.6146.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=39.16%
G=33.57%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419215600.140.300.1231.7652.3174.51
HexE0C09C0E1EC20344b
Octal34030023401636144064113
Binary111000001100000010011100011101111011001000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C09C; }

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

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

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

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

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

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

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

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