#E0C99C

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

Shades of Raffia #E0C99C

Tints of Raffia #E0C99C

Color information

#E0C99C (or 0xE0C99C) is unknown color: approx Raffia. HEX triplet: E0, C9 and 9C. RGB value is (224,201,156). Sum of RGB (Red+Green+Blue) = 224+201+156=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C99C is #1F3663. Grayscale: #CACACA. Windows color (decimal): -2045540 or 10275296. OLE color: 10275296.

HSL color Cylindrical-coordinate representation of color #E0C99C: hue angle of 39.71º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0C99C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224201156-
CMYK00.100.300.12
HSL39.71º52.31%74.51%-
HSV(B)39.71º30.36%87.84%-
XYZ57.6360.0240-
YUV202.75101.62143.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=38.55%
G=34.60%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420115600.100.300.1239.7152.3174.51
HexE0C99C0A1EC28344b
Octal34031123401236145064113
Binary111000001100100110011100010101111011001010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C99C; }

 p { color: rgb(224,201,156); }

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

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

 a { background-color: rgb(224,201,156); }

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

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

 span { border-color: rgb(224,201,156); }

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