#E9E0CA

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

Shades of Pearl Lusta #E9E0CA

Tints of Pearl Lusta #E9E0CA

Color information

#E9E0CA (or 0xE9E0CA) is unknown color: approx Pearl Lusta. HEX triplet: E9, E0 and CA. RGB value is (233,224,202). Sum of RGB (Red+Green+Blue) = 233+224+202=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0CA is #161F35. Grayscale: #E0E0E0. Windows color (decimal): -1449782 or 13295849. OLE color: 13295849.

HSL color Cylindrical-coordinate representation of color #E9E0CA: hue angle of 42.58º 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 #E9E0CA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233224202-
CMYK00.040.130.09
HSL42.58º41.33%85.29%-
HSV(B)42.58º13.3%91.37%-
XYZ70.9274.966.6-
YUV224.18115.48134.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 224 (87.89% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=35.36%
G=33.99%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322420200.040.130.0942.5841.3385.29
HexE9E0CA04D92b2955
Octal3513403120415115351125
Binary1110100111100000110010100100110110011010111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0CA; }

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

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

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

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

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

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

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

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