Html Css Color HEX #E1CCA5 Raffia

📋 copy color: '#E1CCA5'

red 225 ◦ green 204 ◦ blue 165

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

Shades of Raffia #E1CCA5

Tints of Raffia #E1CCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.78%

R = 37.88%
G = 34.34%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E1CCA5 (or 0xE1CCA5) is known color: Raffia. HEX triplet: E1, CC and A5. RGB value is (225,204,165). Sum of RGB (Red+Green+Blue) = 225+204+165=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA5 is #1E335A. Grayscale: #CECECE. Windows color (decimal): -1979227 or 10865889. OLE color: 10865889.

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

Color convert

RGB 225 204 165 -
CMYK 0 0.09 0.27 0.12
HSL 39º 0.5% 0.76% -
HSV(B) 39º 0.27% 0.88% -
XYZ 59.44 61.91 44.41 -
YUV 205.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 225 204 165 0 0.09 0.27 0.12 39 0.5 0.76
Hex E1 CC A5 0 9 1B C 27 32 4C
Octal 341 314 245 0 11 33 14 47 62 114
Binary 11100001 11001100 10100101 0 1001 11011 1100 100111 110010 1001100

Color Harmonies of #E1CCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCA5

Black with #E1CCA5

Text Example


Text Example

White with #E1CCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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