#E2CCA8

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

Shades of Raffia #E2CCA8

Tints of Raffia #E2CCA8

Color information

#E2CCA8 (or 0xE2CCA8) is unknown color: approx Raffia. HEX triplet: E2, CC and A8. RGB value is (226,204,168). Sum of RGB (Red+Green+Blue) = 226+204+168=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCA8 is #1D3357. Grayscale: #CECECE. Windows color (decimal): -1913688 or 11062498. OLE color: 11062498.

HSL color Cylindrical-coordinate representation of color #E2CCA8: hue angle of 37.24º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2CCA8 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB226204168-
CMYK00.100.260.11
HSL37.24º50%77.25%-
HSV(B)37.24º25.66%88.63%-
XYZ60.0262.1845.88-
YUV206.47106.29141.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.79%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=37.79%
G=34.11%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620416800.100.260.1137.245077.25
HexE2CCA80A1AB25324d
Octal34231425001232134562115
Binary111000101100110010101000010101101010111001011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCA8; }

 p { color: rgb(226,204,168); }

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

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

 a { background-color: rgb(226,204,168); }

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

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

 span { border-color: rgb(226,204,168); }

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