#EEBCB1

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

Shades of Beauty Bush #EEBCB1

Tints of Beauty Bush #EEBCB1

Color information

#EEBCB1 (or 0xEEBCB1) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and B1. RGB value is (238,188,177). Sum of RGB (Red+Green+Blue) = 238+188+177=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCB1 is #11434E. Grayscale: #C9C9C9. Windows color (decimal): -1131343 or 11648238. OLE color: 11648238.

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

Color convert

RGB238188177-
CMYK00.210.260.07
HSL10.82º64.21%81.37%-
HSV(B)10.82º25.63%93.33%-
XYZ61.1857.3249.43-
YUV201.7114.06153.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=39.47%
G=31.18%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818817700.210.260.0710.8264.2181.37
HexEEBCB10151A7b4051
Octal35627426102532713100121
Binary11101110101111001011000101010111010111101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCB1; }

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

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

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

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

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

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

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

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