#E0C499

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

Shades of Raffia #E0C499

Tints of Raffia #E0C499

Color information

#E0C499 (or 0xE0C499) is unknown color: approx Raffia. HEX triplet: E0, C4 and 99. RGB value is (224,196,153). Sum of RGB (Red+Green+Blue) = 224+196+153=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C499 is #1F3B66. Grayscale: #C7C7C7. Windows color (decimal): -2046823 or 10077408. OLE color: 10077408.

HSL color Cylindrical-coordinate representation of color #E0C499: hue angle of 36.34º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0C499 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224196153-
CMYK00.120.320.12
HSL36.34º53.38%73.92%-
HSV(B)36.34º31.7%87.84%-
XYZ56.2357.6338.3-
YUV199.47101.78145.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=39.09%
G=34.21%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419615300.120.320.1236.3453.3873.92
HexE0C4990C20C24354a
Octal34030423101440144465112
Binary1110000011000100100110010110010000011001001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C499; }

 p { color: rgb(224,196,153); }

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

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

 a { background-color: rgb(224,196,153); }

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

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

 span { border-color: rgb(224,196,153); }

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