#E0CABA

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

Shades of Pearl Bush #E0CABA

Tints of Pearl Bush #E0CABA

Color information

#E0CABA (or 0xE0CABA) is unknown color: approx Pearl Bush. HEX triplet: E0, CA and BA. RGB value is (224,202,186). Sum of RGB (Red+Green+Blue) = 224+202+186=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CABA is #1F3545. Grayscale: #CECECE. Windows color (decimal): -2045254 or 12241632. OLE color: 12241632.

HSL color Cylindrical-coordinate representation of color #E0CABA: hue angle of 25.26º 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 #E0CABA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224202186-
CMYK00.100.170.12
HSL25.26º38%80.39%-
HSV(B)25.26º16.96%87.84%-
XYZ60.7261.6355.15-
YUV206.75116.29140.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=36.60%
G=33.01%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420218600.100.170.1225.263880.39
HexE0CABA0A11C192650
Octal34031227201221143146120
Binary11100000110010101011101001010100011100110011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CABA; }

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

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

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

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

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

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

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

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