#E0CCBA

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

Shades of Pearl Bush #E0CCBA

Tints of Pearl Bush #E0CCBA

Color information

#E0CCBA (or 0xE0CCBA) is unknown color: approx Pearl Bush. HEX triplet: E0, CC and BA. RGB value is (224,204,186). Sum of RGB (Red+Green+Blue) = 224+204+186=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCBA is #1F3345. Grayscale: #D0D0D0. Windows color (decimal): -2044742 or 12242144. OLE color: 12242144.

HSL color Cylindrical-coordinate representation of color #E0CCBA: hue angle of 28.42º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0CCBA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224204186-
CMYK00.090.170.12
HSL28.42º38%80.39%-
HSV(B)28.42º16.96%87.84%-
XYZ61.262.5855.31-
YUV207.93115.63139.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=36.48%
G=33.22%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420418600.090.170.1228.423880.39
HexE0CCBA0911C1c2650
Octal34031427201121143446120
Binary11100000110011001011101001001100011100111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCBA; }

 p { color: rgb(224,204,186); }

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

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

 a { background-color: rgb(224,204,186); }

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

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

 span { border-color: rgb(224,204,186); }

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