#E5D0BB

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

Shades of Pearl Bush #E5D0BB

Tints of Pearl Bush #E5D0BB

Color information

#E5D0BB (or 0xE5D0BB) is unknown color: approx Pearl Bush. HEX triplet: E5, D0 and BB. RGB value is (229,208,187). Sum of RGB (Red+Green+Blue) = 229+208+187=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0BB is #1A2F44. Grayscale: #D3D3D3. Windows color (decimal): -1716037 or 12308709. OLE color: 12308709.

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

Color convert

RGB229208187-
CMYK00.090.180.10
HSL30º44.68%81.57%-
HSV(B)30º18.34%89.8%-
XYZ63.8465.3656.26-
YUV211.89113.96140.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.70%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=36.70%
G=33.33%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920818700.090.180.103044.6881.57
HexE5D0BB0912A1e2d52
Octal34532027301122123655122
Binary11100101110100001011101101001100101010111101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D0BB; }

 p { color: rgb(229,208,187); }

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

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

 a { background-color: rgb(229,208,187); }

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

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

 span { border-color: rgb(229,208,187); }

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