#E0CDA9

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

Shades of Raffia #E0CDA9

Tints of Raffia #E0CDA9

Color information

#E0CDA9 (or 0xE0CDA9) is unknown color: approx Raffia. HEX triplet: E0, CD and A9. RGB value is (224,205,169). Sum of RGB (Red+Green+Blue) = 224+205+169=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CDA9 is #1F3256. Grayscale: #CECECE. Windows color (decimal): -2044503 or 11128288. OLE color: 11128288.

HSL color Cylindrical-coordinate representation of color #E0CDA9: hue angle of 39.27º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0CDA9 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224205169-
CMYK00.080.250.12
HSL39.27º47.01%77.06%-
HSV(B)39.27º24.55%87.84%-
XYZ59.7362.3746.43-
YUV206.58106.79140.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=37.46%
G=34.28%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420516900.080.250.1239.2747.0177.06
HexE0CDA90819C272f4d
Octal34031525101031144757115
Binary111000001100110110101001010001100111001001111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDA9; }

 p { color: rgb(224,205,169); }

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

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

 a { background-color: rgb(224,205,169); }

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

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

 span { border-color: rgb(224,205,169); }

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