#E9E1CA

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

Shades of Pearl Lusta #E9E1CA

Tints of Pearl Lusta #E9E1CA

Color information

#E9E1CA (or 0xE9E1CA) is unknown color: approx Pearl Lusta. HEX triplet: E9, E1 and CA. RGB value is (233,225,202). Sum of RGB (Red+Green+Blue) = 233+225+202=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1CA is #161E35. Grayscale: #E0E0E0. Windows color (decimal): -1449526 or 13296105. OLE color: 13296105.

HSL color Cylindrical-coordinate representation of color #E9E1CA: hue angle of 44.52º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9E1CA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233225202-
CMYK00.030.130.09
HSL44.52º41.33%85.29%-
HSV(B)44.52º13.3%91.37%-
XYZ71.1975.4466.69-
YUV224.77115.15133.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 225 (88.28% from 255) = 34.09%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=35.30%
G=34.09%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322520200.030.130.0944.5241.3385.29
HexE9E1CA03D92d2955
Octal3513413120315115551125
Binary111010011110000111001010011110110011011011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1CA; }

 p { color: rgb(233,225,202); }

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

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

 a { background-color: rgb(233,225,202); }

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

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

 span { border-color: rgb(233,225,202); }

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