#EFB1B0

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

Shades of Beauty Bush #EFB1B0

Tints of Beauty Bush #EFB1B0

Color information

#EFB1B0 (or 0xEFB1B0) is unknown color: approx Beauty Bush. HEX triplet: EF, B1 and B0. RGB value is (239,177,176). Sum of RGB (Red+Green+Blue) = 239+177+176=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1B0 is #104E4F. Grayscale: #C3C3C3. Windows color (decimal): -1068624 or 11579887. OLE color: 11579887.

HSL color Cylindrical-coordinate representation of color #EFB1B0: hue angle of 0.95º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1B0 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239177176-
CMYK00.260.260.06
HSL0.95º66.32%81.37%-
HSV(B)0.95º26.36%93.73%-
XYZ59.1652.9348.17-
YUV195.42117.04159.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 176 (69.14% from 255) = 29.73%
R=40.37%
G=29.90%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917717600.260.260.060.9566.3281.37
HexEFB1B001A1A614251
Octal3572612600323261102121
Binary11101111101100011011000001101011010110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1B0; }

 p { color: rgb(239,177,176); }

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

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

 a { background-color: rgb(239,177,176); }

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

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

 span { border-color: rgb(239,177,176); }

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