#E0CCAA

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

Shades of Raffia #E0CCAA

Tints of Raffia #E0CCAA

Color information

#E0CCAA (or 0xE0CCAA) is unknown color: approx Raffia. HEX triplet: E0, CC and AA. RGB value is (224,204,170). Sum of RGB (Red+Green+Blue) = 224+204+170=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCAA is #1F3355. Grayscale: #CECECE. Windows color (decimal): -2044758 or 11193568. OLE color: 11193568.

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

Color convert

RGB224204170-
CMYK00.090.240.12
HSL37.78º46.55%77.25%-
HSV(B)37.78º24.11%87.84%-
XYZ59.5961.9446.84-
YUV206.1107.63140.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=37.46%
G=34.11%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420417000.090.240.1237.7846.5577.25
HexE0CCAA0918C262f4d
Octal34031425201130144657115
Binary111000001100110010101010010011100011001001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCAA; }

 p { color: rgb(224,204,170); }

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

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

 a { background-color: rgb(224,204,170); }

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

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

 span { border-color: rgb(224,204,170); }

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