#E9E1C4

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

Shades of Pearl Lusta #E9E1C4

Tints of Pearl Lusta #E9E1C4

Color information

#E9E1C4 (or 0xE9E1C4) is unknown color: approx Pearl Lusta. HEX triplet: E9, E1 and C4. RGB value is (233,225,196). Sum of RGB (Red+Green+Blue) = 233+225+196=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1C4 is #161E3B. Grayscale: #E0E0E0. Windows color (decimal): -1449532 or 12902889. OLE color: 12902889.

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

Color convert

RGB233225196-
CMYK00.030.160.09
HSL47.03º45.68%84.12%-
HSV(B)47.03º15.88%91.37%-
XYZ70.4975.1663.02-
YUV224.09112.15134.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.63%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=35.63%
G=34.40%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322519600.030.160.0947.0345.6884.12
HexE9E1C4031092f2e54
Octal3513413040320115756124
Binary1110100111100001110001000111000010011011111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1C4; }

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

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

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

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

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

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

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

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