#E9E0BC

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

Shades of Double Pearl Lusta #E9E0BC

Tints of Double Pearl Lusta #E9E0BC

Color information

#E9E0BC (or 0xE9E0BC) is unknown color: approx Double Pearl Lusta. HEX triplet: E9, E0 and BC. RGB value is (233,224,188). Sum of RGB (Red+Green+Blue) = 233+224+188=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E0BC is #161F43. Grayscale: #DEDEDE. Windows color (decimal): -1449796 or 12378345. OLE color: 12378345.

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

Color convert

RGB233224188-
CMYK00.040.190.09
HSL48º50.56%82.55%-
HSV(B)48º19.31%91.37%-
XYZ69.3474.2758.26-
YUV222.59108.48135.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.12%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 188 (73.83% from 255) = 29.15%
R=36.12%
G=34.73%
B=29.15%

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
Decimal23322418800.040.190.094850.5682.55
HexE9E0BC04139303353
Octal3513402740423116063123
Binary11101001111000001011110001001001110011100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0BC; }

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

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

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

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

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

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

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

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