#EFBFB4

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

Shades of Beauty Bush #EFBFB4

Tints of Beauty Bush #EFBFB4

Color information

#EFBFB4 (or 0xEFBFB4) is unknown color: approx Beauty Bush. HEX triplet: EF, BF and B4. RGB value is (239,191,180). Sum of RGB (Red+Green+Blue) = 239+191+180=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFB4 is #10404B. Grayscale: #CCCCCC. Windows color (decimal): -1065036 or 11845615. OLE color: 11845615.

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

Color convert

RGB239191180-
CMYK00.200.250.06
HSL11.19º64.84%82.16%-
HSV(B)11.19º24.69%93.73%-
XYZ62.4758.9151.26-
YUV204.1114.4152.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=39.18%
G=31.31%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919118000.200.250.0611.1964.8482.16
HexEFBFB4014196b4152
Octal35727726402431613101122
Binary11101111101111111011010001010011001110101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFB4; }

 p { color: rgb(239,191,180); }

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

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

 a { background-color: rgb(239,191,180); }

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

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

 span { border-color: rgb(239,191,180); }

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