#E6D0BA

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

Shades of Pearl Bush #E6D0BA

Tints of Pearl Bush #E6D0BA

Color information

#E6D0BA (or 0xE6D0BA) is unknown color: approx Pearl Bush. HEX triplet: E6, D0 and BA. RGB value is (230,208,186). Sum of RGB (Red+Green+Blue) = 230+208+186=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0BA is #192F45. Grayscale: #D4D4D4. Windows color (decimal): -1650502 or 12243174. OLE color: 12243174.

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

Color convert

RGB230208186-
CMYK00.100.190.10
HSL30º46.81%81.57%-
HSV(B)30º19.13%90.2%-
XYZ64.0565.4855.72-
YUV212.07113.29140.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=36.86%
G=33.33%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020818600.100.190.103046.8181.57
HexE6D0BA0A13A1e2f52
Octal34632027201223123657122
Binary11100110110100001011101001010100111010111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0BA; }

 p { color: rgb(230,208,186); }

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

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

 a { background-color: rgb(230,208,186); }

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

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

 span { border-color: rgb(230,208,186); }

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