#E0CA9F

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

Shades of Raffia #E0CA9F

Tints of Raffia #E0CA9F

Color information

#E0CA9F (or 0xE0CA9F) is unknown color: approx Raffia. HEX triplet: E0, CA and 9F. RGB value is (224,202,159). Sum of RGB (Red+Green+Blue) = 224+202+159=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA9F is #1F3560. Grayscale: #CBCBCB. Windows color (decimal): -2045281 or 10472160. OLE color: 10472160.

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

Color convert

RGB224202159-
CMYK00.100.290.12
HSL39.69º51.18%75.1%-
HSV(B)39.69º29.02%87.84%-
XYZ58.1260.5941.43-
YUV203.68102.79142.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=38.29%
G=34.53%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420215900.100.290.1239.6951.1875.1
HexE0CA9F0A1DC28334b
Octal34031223701235145063113
Binary111000001100101010011111010101110111001010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA9F; }

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

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

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

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

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

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

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

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