#E0C09E

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

Shades of Raffia #E0C09E

Tints of Raffia #E0C09E

Color information

#E0C09E (or 0xE0C09E) is unknown color: approx Raffia. HEX triplet: E0, C0 and 9E. RGB value is (224,192,158). Sum of RGB (Red+Green+Blue) = 224+192+158=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C09E is #1F3F61. Grayscale: #C5C5C5. Windows color (decimal): -2047842 or 10404064. OLE color: 10404064.

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

Color convert

RGB224192158-
CMYK00.140.290.12
HSL30.91º51.56%74.9%-
HSV(B)30.91º29.46%87.84%-
XYZ55.7656.0240.22-
YUV197.69105.6146.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 192 (75.39% from 255) = 33.45%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=39.02%
G=33.45%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419215800.140.290.1230.9151.5674.9
HexE0C09E0E1DC1f344b
Octal34030023601635143764113
Binary11100000110000001001111001110111011100111111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C09E; }

 p { color: rgb(224,192,158); }

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

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

 a { background-color: rgb(224,192,158); }

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

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

 span { border-color: rgb(224,192,158); }

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