#EEBCBA

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

Shades of Beauty Bush #EEBCBA

Tints of Beauty Bush #EEBCBA

Color information

#EEBCBA (or 0xEEBCBA) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and BA. RGB value is (238,188,186). Sum of RGB (Red+Green+Blue) = 238+188+186=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCBA is #114345. Grayscale: #CACACA. Windows color (decimal): -1131334 or 12238062. OLE color: 12238062.

HSL color Cylindrical-coordinate representation of color #EEBCBA: hue angle of 2.31º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBCBA is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238188186-
CMYK00.210.220.07
HSL2.31º60.47%83.14%-
HSV(B)2.31º21.85%93.33%-
XYZ62.1157.6954.32-
YUV202.72118.56153.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=38.89%
G=30.72%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818818600.210.220.072.3160.4783.14
HexEEBCBA01516723c53
Octal356274272025267274123
Binary11101110101111001011101001010110110111101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCBA; }

 p { color: rgb(238,188,186); }

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

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

 a { background-color: rgb(238,188,186); }

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

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

 span { border-color: rgb(238,188,186); }

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