Html Css Color HEX #E1CCA6 Raffia

📋 copy color: '#E1CCA6'

red 225 ◦ green 204 ◦ blue 166

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

Shades of Raffia #E1CCA6

Tints of Raffia #E1CCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.29%

 BLUE value IS 166 (65.23% from 255) = 27.9%

R = 37.82%
G = 34.29%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E1CCA6 (or 0xE1CCA6) is known color: Raffia. HEX triplet: E1, CC and A6. RGB value is (225,204,166). Sum of RGB (Red+Green+Blue) = 225+204+166=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA6 is #1E3359. Grayscale: #CECECE. Windows color (decimal): -1979226 or 10931425. OLE color: 10931425.

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

Color convert

RGB 225 204 166 -
CMYK 0 0.09 0.26 0.12
HSL 38.64º 0.5% 0.77% -
HSV(B) 38.64º 0.26% 0.88% -
XYZ 59.53 61.95 44.9 -
YUV 205.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 225 204 166 0 0.09 0.26 0.12 38.64 0.5 0.77
Hex E1 CC A6 0 9 1A C 27 32 4D
Octal 341 314 246 0 11 32 14 47 62 115
Binary 11100001 11001100 10100110 0 1001 11010 1100 100111 110010 1001101

Color Harmonies of #E1CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCA6

Black with #E1CCA6

Text Example


Text Example

White with #E1CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCA6; }

 p { color: rgb(225,204,166); }

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

background-color css

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

 a { background-color: rgb(225,204,166); }

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

border-color css

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

 span { border-color: rgb(225,204,166); }

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