Html Css Color HEX #E1C2A0 Raffia

📋 copy color: '#E1C2A0'

red 225 ◦ green 194 ◦ blue 160

#E1C2A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #E1C2A0

Tints of Raffia #E1C2A0

RGB

 RED value IS 225 (88.28% from 255) = 38.86%

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 160 (62.89% from 255) = 27.63%

R = 38.86%
G = 33.51%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1C2A0 (or 0xE1C2A0) is known color: Raffia. HEX triplet: E1, C2 and A0. RGB value is (225,194,160). Sum of RGB (Red+Green+Blue) = 225+194+160=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C2A0 is #1E3D5F. Grayscale: #C7C7C7. Windows color (decimal): -1981792 or 10535649. OLE color: 10535649.

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

Color convert

RGB 225 194 160 -
CMYK 0 0.14 0.29 0.12
HSL 31.38º 0.52% 0.75% -
HSV(B) 31.38º 0.29% 0.88% -
XYZ 56.69 57.13 41.3 -
YUV 199.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 225 194 160 0 0.14 0.29 0.12 31.38 0.52 0.75
Hex E1 C2 A0 0 E 1D C 1F 34 4B
Octal 341 302 240 0 16 35 14 37 64 113
Binary 11100001 11000010 10100000 0 1110 11101 1100 11111 110100 1001011

Color Harmonies of #E1C2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2A0

Black with #E1C2A0

Text Example


Text Example

White with #E1C2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2A0; }

 p { color: rgb(225,194,160); }

 H1.HeaderClassName
 {
   color: #E1C2A0;
 }
 .AnyTagClassName
 {
   color: #E1C2A0;
 }
</style>

background-color css

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

 a { background-color: rgb(225,194,160); }

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

border-color css

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

 span { border-color: rgb(225,194,160); }

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