#E5D2BE

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

Shades of Pearl Bush #E5D2BE

Tints of Pearl Bush #E5D2BE

Color information

#E5D2BE (or 0xE5D2BE) is unknown color: approx Pearl Bush. HEX triplet: E5, D2 and BE. RGB value is (229,210,190). Sum of RGB (Red+Green+Blue) = 229+210+190=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2BE is #1A2D41. Grayscale: #D5D5D5. Windows color (decimal): -1715522 or 12505829. OLE color: 12505829.

HSL color Cylindrical-coordinate representation of color #E5D2BE: hue angle of 30.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D2BE is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229210190-
CMYK00.080.170.10
HSL30.77º42.86%82.16%-
HSV(B)30.77º17.03%89.8%-
XYZ64.6566.4758.14-
YUV213.4114.79139.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.41%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=36.41%
G=33.39%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921019000.080.170.1030.7742.8682.16
HexE5D2BE0811A1f2b52
Octal34532227601021123753122
Binary11100101110100101011111001000100011010111111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D2BE; }

 p { color: rgb(229,210,190); }

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

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

 a { background-color: rgb(229,210,190); }

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

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

 span { border-color: rgb(229,210,190); }

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