Html Css Color HEX #E1CAA8 Raffia

📋 copy color: '#E1CAA8'

red 225 ◦ green 202 ◦ blue 168

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

Shades of Raffia #E1CAA8

Tints of Raffia #E1CAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 37.82%
G = 33.95%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E1CAA8 (or 0xE1CAA8) is known color: Raffia. HEX triplet: E1, CA and A8. RGB value is (225,202,168). Sum of RGB (Red+Green+Blue) = 225+202+168=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAA8 is #1E3557. Grayscale: #CDCDCD. Windows color (decimal): -1979736 or 11061985. OLE color: 11061985.

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

Color convert

RGB 225 202 168 -
CMYK 0 0.10 0.25 0.12
HSL 35.79º 0.49% 0.77% -
HSV(B) 35.79º 0.25% 0.88% -
XYZ 59.24 61.08 45.71 -
YUV 205 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 225 202 168 0 0.10 0.25 0.12 35.79 0.49 0.77
Hex E1 CA A8 0 A 19 C 24 31 4D
Octal 341 312 250 0 12 31 14 44 61 115
Binary 11100001 11001010 10101000 0 1010 11001 1100 100100 110001 1001101

Color Harmonies of #E1CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CAA8

Black with #E1CAA8

Text Example


Text Example

White with #E1CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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