#E0CB9E

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

Shades of Raffia #E0CB9E

Tints of Raffia #E0CB9E

Color information

#E0CB9E (or 0xE0CB9E) is unknown color: approx Raffia. HEX triplet: E0, CB and 9E. RGB value is (224,203,158). Sum of RGB (Red+Green+Blue) = 224+203+158=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB9E is #1F3461. Grayscale: #CCCCCC. Windows color (decimal): -2045026 or 10406880. OLE color: 10406880.

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

Color convert

RGB224203158-
CMYK00.090.290.12
HSL40.91º51.56%74.9%-
HSV(B)40.91º29.46%87.84%-
XYZ58.2761.0341.06-
YUV204.15101.96142.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=38.29%
G=34.70%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420315800.090.290.1240.9151.5674.9
HexE0CB9E091DC29344b
Octal34031323601135145164113
Binary111000001100101110011110010011110111001010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CB9E; }

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

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

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

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

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

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

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

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