#EEBCB9

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

Shades of Beauty Bush #EEBCB9

Tints of Beauty Bush #EEBCB9

Color information

#EEBCB9 (or 0xEEBCB9) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and B9. RGB value is (238,188,185). Sum of RGB (Red+Green+Blue) = 238+188+185=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCB9 is #114346. Grayscale: #CACACA. Windows color (decimal): -1131335 or 12172526. OLE color: 12172526.

HSL color Cylindrical-coordinate representation of color #EEBCB9: hue angle of 3.4º degrees, saturation: 0.61, 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 #EEBCB9 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238188185-
CMYK00.210.220.07
HSL3.4º60.92%82.94%-
HSV(B)3.4º22.27%93.33%-
XYZ6257.6553.76-
YUV202.61118.06153.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=38.95%
G=30.77%
B=30.28%

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
Decimal23818818500.210.220.073.460.9282.94
HexEEBCB901516733d53
Octal356274271025267375123
Binary11101110101111001011100101010110110111111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCB9; }

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

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

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

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

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

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

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

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