#E0C39C

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

Shades of Raffia #E0C39C

Tints of Raffia #E0C39C

Color information

#E0C39C (or 0xE0C39C) is unknown color: approx Raffia. HEX triplet: E0, C3 and 9C. RGB value is (224,195,156). Sum of RGB (Red+Green+Blue) = 224+195+156=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C39C is #1F3C63. Grayscale: #C7C7C7. Windows color (decimal): -2047076 or 10273760. OLE color: 10273760.

HSL color Cylindrical-coordinate representation of color #E0C39C: hue angle of 34.41º 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 #E0C39C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224195156-
CMYK00.130.300.12
HSL34.41º52.31%74.51%-
HSV(B)34.41º30.36%87.84%-
XYZ56.2657.2839.54-
YUV199.22103.61145.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=38.96%
G=33.91%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419515600.130.300.1234.4152.3174.51
HexE0C39C0D1EC22344b
Octal34030323401536144264113
Binary111000001100001110011100011011111011001000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C39C; }

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

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

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

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

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

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

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

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