#E9E0BD

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

Shades of Double Pearl Lusta #E9E0BD

Tints of Double Pearl Lusta #E9E0BD

Color information

#E9E0BD (or 0xE9E0BD) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, E0 and BD. RGB value is (233,224,189). Sum of RGB (Red+Green+Blue) = 233+224+189=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0BD is #161F42. Grayscale: #DEDEDE. Windows color (decimal): -1449795 or 12443881. OLE color: 12443881.

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

Color convert

RGB233224189-
CMYK00.040.190.09
HSL47.73º50%82.75%-
HSV(B)47.73º18.88%91.37%-
XYZ69.4574.3158.83-
YUV222.7108.98135.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 224 (87.89% from 255) = 34.67%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=36.07%
G=34.67%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322418900.040.190.0947.735082.75
HexE9E0BD04139303253
Octal3513402750423116062123
Binary11101001111000001011110101001001110011100001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0BD; }

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

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

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

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

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

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

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

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