#E2CDA4

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

Shades of Raffia #E2CDA4

Tints of Raffia #E2CDA4

Color information

#E2CDA4 (or 0xE2CDA4) is unknown color: approx Raffia. HEX triplet: E2, CD and A4. RGB value is (226,205,164). Sum of RGB (Red+Green+Blue) = 226+205+164=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDA4 is #1D325B. Grayscale: #CECECE. Windows color (decimal): -1913436 or 10800610. OLE color: 10800610.

HSL color Cylindrical-coordinate representation of color #E2CDA4: hue angle of 39.68º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2CDA4 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB226205164-
CMYK00.090.270.11
HSL39.68º51.67%76.47%-
HSV(B)39.68º27.43%88.63%-
XYZ59.962.5144.03-
YUV206.6103.96141.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 164 (64.45% from 255) = 27.56%
R=37.98%
G=34.45%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620516400.090.270.1139.6851.6776.47
HexE2CDA4091BB28344c
Octal34231524401133135064114
Binary111000101100110110100100010011101110111010001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDA4; }

 p { color: rgb(226,205,164); }

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

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

 a { background-color: rgb(226,205,164); }

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

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

 span { border-color: rgb(226,205,164); }

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