Html Css Color HEX #E1CBA6 Raffia

📋 copy color: '#E1CBA6'

red 225 ◦ green 203 ◦ blue 166

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

Shades of Raffia #E1CBA6

Tints of Raffia #E1CBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

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

R = 37.88%
G = 34.18%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E1CBA6 (or 0xE1CBA6) is known color: Raffia. HEX triplet: E1, CB and A6. RGB value is (225,203,166). Sum of RGB (Red+Green+Blue) = 225+203+166=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBA6 is #1E3459. Grayscale: #CDCDCD. Windows color (decimal): -1979482 or 10931169. OLE color: 10931169.

HSL color Cylindrical-coordinate representation of color #E1CBA6: hue angle of 37.63º 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 #E1CBA6 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 203 166 -
CMYK 0 0.10 0.26 0.12
HSL 37.63º 0.5% 0.77% -
HSV(B) 37.63º 0.26% 0.88% -
XYZ 59.29 61.47 44.82 -
YUV 205.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 225 203 166 0 0.10 0.26 0.12 37.63 0.5 0.77
Hex E1 CB A6 0 A 1A C 26 32 4D
Octal 341 313 246 0 12 32 14 46 62 115
Binary 11100001 11001011 10100110 0 1010 11010 1100 100110 110010 1001101

Color Harmonies of #E1CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CBA6

Black with #E1CBA6

Text Example


Text Example

White with #E1CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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