#E0C79A

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

Shades of Raffia #E0C79A

Tints of Raffia #E0C79A

Color information

#E0C79A (or 0xE0C79A) is unknown color: approx Raffia. HEX triplet: E0, C7 and 9A. RGB value is (224,199,154). Sum of RGB (Red+Green+Blue) = 224+199+154=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C79A is #1F3865. Grayscale: #C9C9C9. Windows color (decimal): -2046054 or 10143712. OLE color: 10143712.

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

Color convert

RGB224199154-
CMYK00.110.310.12
HSL38.57º53.03%74.12%-
HSV(B)38.57º31.25%87.84%-
XYZ5759.0338.96-
YUV201.34101.28144.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 154 (60.55% from 255) = 26.69%
R=38.82%
G=34.49%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419915400.110.310.1238.5753.0374.12
HexE0C79A0B1FC27354a
Octal34030723201337144765112
Binary111000001100011110011010010111111111001001111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C79A; }

 p { color: rgb(224,199,154); }

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

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

 a { background-color: rgb(224,199,154); }

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

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

 span { border-color: rgb(224,199,154); }

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