#E0C59F

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

Shades of Raffia #E0C59F

Tints of Raffia #E0C59F

Color information

#E0C59F (or 0xE0C59F) is unknown color: approx Raffia. HEX triplet: E0, C5 and 9F. RGB value is (224,197,159). Sum of RGB (Red+Green+Blue) = 224+197+159=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C59F is #1F3A60. Grayscale: #C8C8C8. Windows color (decimal): -2046561 or 10470880. OLE color: 10470880.

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

Color convert

RGB224197159-
CMYK00.120.290.12
HSL35.08º51.18%75.1%-
HSV(B)35.08º29.02%87.84%-
XYZ56.9658.2841.05-
YUV200.74104.45144.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=38.62%
G=33.97%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419715900.120.290.1235.0851.1875.1
HexE0C59F0C1DC23334b
Octal34030523701435144363113
Binary111000001100010110011111011001110111001000111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C59F; }

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

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

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

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

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

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

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

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