Html Css Color HEX #E1C49B Raffia

📋 copy color: '#E1C49B'

red 225 ◦ green 196 ◦ blue 155

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

Shades of Raffia #E1C49B

Tints of Raffia #E1C49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.03%

 BLUE value IS 155 (60.94% from 255) = 26.91%

R = 39.06%
G = 34.03%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1C49B (or 0xE1C49B) is known color: Raffia. HEX triplet: E1, C4 and 9B. RGB value is (225,196,155). Sum of RGB (Red+Green+Blue) = 225+196+155=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C49B is #1E3B64. Grayscale: #C8C8C8. Windows color (decimal): -1981285 or 10208481. OLE color: 10208481.

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

Color convert

RGB 225 196 155 -
CMYK 0 0.13 0.31 0.12
HSL 35.14º 0.54% 0.75% -
HSV(B) 35.14º 0.31% 0.88% -
XYZ 56.71 57.85 39.19 -
YUV 200 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 225 196 155 0 0.13 0.31 0.12 35.14 0.54 0.75
Hex E1 C4 9B 0 D 1F C 23 36 4B
Octal 341 304 233 0 15 37 14 43 66 113
Binary 11100001 11000100 10011011 0 1101 11111 1100 100011 110110 1001011

Color Harmonies of #E1C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C49B

Black with #E1C49B

Text Example


Text Example

White with #E1C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C49B; }

 p { color: rgb(225,196,155); }

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

background-color css

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

 a { background-color: rgb(225,196,155); }

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

border-color css

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

 span { border-color: rgb(225,196,155); }

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