#E0CAA9

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

Shades of Raffia #E0CAA9

Tints of Raffia #E0CAA9

Color information

#E0CAA9 (or 0xE0CAA9) is unknown color: approx Raffia. HEX triplet: E0, CA and A9. RGB value is (224,202,169). Sum of RGB (Red+Green+Blue) = 224+202+169=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAA9 is #1F3556. Grayscale: #CCCCCC. Windows color (decimal): -2045271 or 11127520. OLE color: 11127520.

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

Color convert

RGB224202169-
CMYK00.100.250.12
HSL36º47.01%77.06%-
HSV(B)36º24.55%87.84%-
XYZ59.0260.9546.19-
YUV204.82107.79141.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=37.65%
G=33.95%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420216900.100.250.123647.0177.06
HexE0CAA90A19C242f4d
Octal34031225101231144457115
Binary111000001100101010101001010101100111001001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAA9; }

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

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

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

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

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

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

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

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