#E9E0C0

Color #E9E0C0 Double Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Pearl Lusta #E9E0C0

Tints of Double Pearl Lusta #E9E0C0

Color information

#E9E0C0 (or 0xE9E0C0) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, E0 and C0. RGB value is (233,224,192). Sum of RGB (Red+Green+Blue) = 233+224+192=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0C0 is #161F3F. Grayscale: #DFDFDF. Windows color (decimal): -1449792 or 12640489. OLE color: 12640489.

HSL color Cylindrical-coordinate representation of color #E9E0C0: hue angle of 46.83º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9E0C0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233224192-
CMYK00.040.180.09
HSL46.83º48.24%83.33%-
HSV(B)46.83º17.6%91.37%-
XYZ69.7774.4460.56-
YUV223.04110.48135.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=35.90%
G=34.51%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322419200.040.180.0946.8348.2483.33
HexE9E0C0041292f3053
Octal3513403000422115760123
Binary11101001111000001100000001001001010011011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0C0; }

 p { color: rgb(233,224,192); }

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

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

 a { background-color: rgb(233,224,192); }

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

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

 span { border-color: rgb(233,224,192); }

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