#EFB5B1

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

Shades of Beauty Bush #EFB5B1

Tints of Beauty Bush #EFB5B1

Color information

#EFB5B1 (or 0xEFB5B1) is unknown color: approx Beauty Bush. HEX triplet: EF, B5 and B1. RGB value is (239,181,177). Sum of RGB (Red+Green+Blue) = 239+181+177=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5B1 is #104A4E. Grayscale: #C5C5C5. Windows color (decimal): -1067599 or 11646447. OLE color: 11646447.

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

Color convert

RGB239181177-
CMYK00.240.260.06
HSL3.87º65.96%81.57%-
HSV(B)3.87º25.94%93.73%-
XYZ60.0654.5748.96-
YUV197.89116.22157.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=40.03%
G=30.32%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918117700.240.260.063.8765.9681.57
HexEFB5B10181A644252
Octal3572652610303264102122
Binary1110111110110101101100010110001101011010010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5B1; }

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

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

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

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

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

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

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

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