#E0C49E

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

Shades of Raffia #E0C49E

Tints of Raffia #E0C49E

Color information

#E0C49E (or 0xE0C49E) is unknown color: approx Raffia. HEX triplet: E0, C4 and 9E. RGB value is (224,196,158). Sum of RGB (Red+Green+Blue) = 224+196+158=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C49E is #1F3B61. Grayscale: #C8C8C8. Windows color (decimal): -2046818 or 10405088. OLE color: 10405088.

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

Color convert

RGB224196158-
CMYK00.120.290.12
HSL34.55º51.56%74.9%-
HSV(B)34.55º29.46%87.84%-
XYZ56.6557.840.52-
YUV200.04104.28145.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=38.75%
G=33.91%
B=27.34%

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
Decimal22419615800.120.290.1234.5551.5674.9
HexE0C49E0C1DC23344b
Octal34030423601435144364113
Binary111000001100010010011110011001110111001000111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C49E; }

 p { color: rgb(224,196,158); }

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

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

 a { background-color: rgb(224,196,158); }

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

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

 span { border-color: rgb(224,196,158); }

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