#E2C399

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

Shades of Raffia #E2C399

Tints of Raffia #E2C399

Color information

#E2C399 (or 0xE2C399) is unknown color: approx Raffia. HEX triplet: E2, C3 and 99. RGB value is (226,195,153). Sum of RGB (Red+Green+Blue) = 226+195+153=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C399 is #1D3C66. Grayscale: #C7C7C7. Windows color (decimal): -1916007 or 10077154. OLE color: 10077154.

HSL color Cylindrical-coordinate representation of color #E2C399: hue angle of 34.52º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2C399 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226195153-
CMYK00.140.320.11
HSL34.52º55.73%74.31%-
HSV(B)34.52º32.3%88.63%-
XYZ56.6357.538.25-
YUV199.48101.77146.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=39.37%
G=33.97%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619515300.140.320.1134.5255.7374.31
HexE2C3990E20B23384a
Octal34230323101640134370112
Binary1110001011000011100110010111010000010111000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C399; }

 p { color: rgb(226,195,153); }

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

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

 a { background-color: rgb(226,195,153); }

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

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

 span { border-color: rgb(226,195,153); }

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