Html Css Color HEX #E1CCA1 Raffia

📋 copy color: '#E1CCA1'

red 225 ◦ green 204 ◦ blue 161

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

Shades of Raffia #E1CCA1

Tints of Raffia #E1CCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 38.14%
G = 34.58%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E1CCA1 (or 0xE1CCA1) is known color: Raffia. HEX triplet: E1, CC and A1. RGB value is (225,204,161). Sum of RGB (Red+Green+Blue) = 225+204+161=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA1 is #1E335E. Grayscale: #CDCDCD. Windows color (decimal): -1979231 or 10603745. OLE color: 10603745.

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

Color convert

RGB 225 204 161 -
CMYK 0 0.09 0.28 0.12
HSL 40.31º 0.52% 0.76% -
HSV(B) 40.31º 0.28% 0.88% -
XYZ 59.08 61.77 42.53 -
YUV 205.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 225 204 161 0 0.09 0.28 0.12 40.31 0.52 0.76
Hex E1 CC A1 0 9 1C C 28 34 4C
Octal 341 314 241 0 11 34 14 50 64 114
Binary 11100001 11001100 10100001 0 1001 11100 1100 101000 110100 1001100

Color Harmonies of #E1CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCA1

Black with #E1CCA1

Text Example


Text Example

White with #E1CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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