#EFBDB1

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

Shades of Beauty Bush #EFBDB1

Tints of Beauty Bush #EFBDB1

Color information

#EFBDB1 (or 0xEFBDB1) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and B1. RGB value is (239,189,177). Sum of RGB (Red+Green+Blue) = 239+189+177=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDB1 is #10424E. Grayscale: #CACACA. Windows color (decimal): -1065551 or 11648495. OLE color: 11648495.

HSL color Cylindrical-coordinate representation of color #EFBDB1: hue angle of 11.61º 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 #EFBDB1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239189177-
CMYK00.210.260.06
HSL11.61º65.96%81.57%-
HSV(B)11.61º25.94%93.73%-
XYZ61.7357.9249.52-
YUV202.58113.56153.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=39.50%
G=31.24%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918917700.210.260.0611.6165.9681.57
HexEFBDB10151A6c4252
Octal35727526102532614102122
Binary11101111101111011011000101010111010110110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDB1; }

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

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

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

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

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

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

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

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