Html Css Color HEX #E1CAA0 Raffia

📋 copy color: '#E1CAA0'

red 225 ◦ green 202 ◦ blue 160

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

Shades of Raffia #E1CAA0

Tints of Raffia #E1CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.41%

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

R = 38.33%
G = 34.41%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1CAA0 (or 0xE1CAA0) is known color: Raffia. HEX triplet: E1, CA and A0. RGB value is (225,202,160). Sum of RGB (Red+Green+Blue) = 225+202+160=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAA0 is #1E355F. Grayscale: #CCCCCC. Windows color (decimal): -1979744 or 10537697. OLE color: 10537697.

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

Color convert

RGB 225 202 160 -
CMYK 0 0.10 0.29 0.12
HSL 38.77º 0.52% 0.75% -
HSV(B) 38.77º 0.29% 0.88% -
XYZ 58.52 60.79 41.91 -
YUV 204.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 225 202 160 0 0.10 0.29 0.12 38.77 0.52 0.75
Hex E1 CA A0 0 A 1D C 27 34 4B
Octal 341 312 240 0 12 35 14 47 64 113
Binary 11100001 11001010 10100000 0 1010 11101 1100 100111 110100 1001011

Color Harmonies of #E1CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CAA0

Black with #E1CAA0

Text Example


Text Example

White with #E1CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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