#E0CBAB

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

Shades of Raffia #E0CBAB

Tints of Raffia #E0CBAB

Color information

#E0CBAB (or 0xE0CBAB) is unknown color: approx Raffia. HEX triplet: E0, CB and AB. RGB value is (224,203,171). Sum of RGB (Red+Green+Blue) = 224+203+171=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBAB is #1F3454. Grayscale: #CDCDCD. Windows color (decimal): -2045013 or 11258848. OLE color: 11258848.

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

Color convert

RGB224203171-
CMYK00.090.240.12
HSL36.23º46.09%77.45%-
HSV(B)36.23º23.66%87.84%-
XYZ59.4561.547.27-
YUV205.63108.46141.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=37.46%
G=33.95%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420317100.090.240.1236.2346.0977.45
HexE0CBAB0918C242e4d
Octal34031325301130144456115
Binary111000001100101110101011010011100011001001001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBAB; }

 p { color: rgb(224,203,171); }

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

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

 a { background-color: rgb(224,203,171); }

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

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

 span { border-color: rgb(224,203,171); }

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