#EEBCB2

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

Shades of Beauty Bush #EEBCB2

Tints of Beauty Bush #EEBCB2

Color information

#EEBCB2 (or 0xEEBCB2) is unknown color: approx Beauty Bush. HEX triplet: EE, BC and B2. RGB value is (238,188,178). Sum of RGB (Red+Green+Blue) = 238+188+178=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCB2 is #11434D. Grayscale: #C9C9C9. Windows color (decimal): -1131342 or 11713774. OLE color: 11713774.

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

Color convert

RGB238188178-
CMYK00.210.250.07
HSL10º63.83%81.57%-
HSV(B)10º25.21%93.33%-
XYZ61.2857.3649.96-
YUV201.81114.56153.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 178 (69.92% from 255) = 29.47%
R=39.40%
G=31.13%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818817800.210.250.071063.8381.57
HexEEBCB2015197a4052
Octal35627426202531712100122
Binary11101110101111001011001001010111001111101010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCB2; }

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

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

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

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

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

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

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

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