Html Css Color HEX #E1CAAA Raffia

📋 copy color: '#E1CAAA'

red 225 ◦ green 202 ◦ blue 170

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

Shades of Raffia #E1CAAA

Tints of Raffia #E1CAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.48%

R = 37.69%
G = 33.84%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E1CAAA (or 0xE1CAAA) is known color: Raffia. HEX triplet: E1, CA and AA. RGB value is (225,202,170). Sum of RGB (Red+Green+Blue) = 225+202+170=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAAA is #1E3555. Grayscale: #CDCDCD. Windows color (decimal): -1979734 or 11193057. OLE color: 11193057.

HSL color Cylindrical-coordinate representation of color #E1CAAA: hue angle of 34.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CAAA is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 202 170 -
CMYK 0 0.10 0.24 0.12
HSL 34.91º 0.48% 0.77% -
HSV(B) 34.91º 0.24% 0.88% -
XYZ 59.43 61.15 46.7 -
YUV 205.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 225 202 170 0 0.10 0.24 0.12 34.91 0.48 0.77
Hex E1 CA AA 0 A 18 C 23 30 4D
Octal 341 312 252 0 12 30 14 43 60 115
Binary 11100001 11001010 10101010 0 1010 11000 1100 100011 110000 1001101

Color Harmonies of #E1CAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CAAA

Black with #E1CAAA

Text Example


Text Example

White with #E1CAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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