#E0C09F

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

Shades of Raffia #E0C09F

Tints of Raffia #E0C09F

Color information

#E0C09F (or 0xE0C09F) is unknown color: approx Raffia. HEX triplet: E0, C0 and 9F. RGB value is (224,192,159). Sum of RGB (Red+Green+Blue) = 224+192+159=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C09F is #1F3F60. Grayscale: #C5C5C5. Windows color (decimal): -2047841 or 10469600. OLE color: 10469600.

HSL color Cylindrical-coordinate representation of color #E0C09F: hue angle of 30.46º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0C09F is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224192159-
CMYK00.140.290.12
HSL30.46º51.18%75.1%-
HSV(B)30.46º29.02%87.84%-
XYZ55.8556.0540.68-
YUV197.81106.1146.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=38.96%
G=33.39%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419215900.140.290.1230.4651.1875.1
HexE0C09F0E1DC1e334b
Octal34030023701635143663113
Binary11100000110000001001111101110111011100111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C09F; }

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

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

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

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

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

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

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

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