#E2CBA1

Color #E2CBA1 Raffia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raffia #E2CBA1

Tints of Raffia #E2CBA1

Color information

#E2CBA1 (or 0xE2CBA1) is unknown color: approx Raffia. HEX triplet: E2, CB and A1. RGB value is (226,203,161). Sum of RGB (Red+Green+Blue) = 226+203+161=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBA1 is #1D345E. Grayscale: #CDCDCD. Windows color (decimal): -1913951 or 10603490. OLE color: 10603490.

HSL color Cylindrical-coordinate representation of color #E2CBA1: hue angle of 38.77º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2CBA1 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226203161-
CMYK00.100.290.11
HSL38.77º52.85%75.88%-
HSV(B)38.77º28.76%88.63%-
XYZ59.1561.4542.46-
YUV205.09103.12142.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 161 (63.28% from 255) = 27.29%
R=38.31%
G=34.41%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620316100.100.290.1138.7752.8575.88
HexE2CBA10A1DB27354c
Octal34231324101235134765114
Binary111000101100101110100001010101110110111001111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBA1; }

 p { color: rgb(226,203,161); }

 H1.HeaderClassName
 {
   color: #E2CBA1;
 }
 .AnyTagClassName
 {
   color: #E2CBA1;
 }
</style>
background-color css

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

 a { background-color: rgb(226,203,161); }

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

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

 span { border-color: rgb(226,203,161); }

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