#EFBFBA

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

Shades of Beauty Bush #EFBFBA

Tints of Beauty Bush #EFBFBA

Color information

#EFBFBA (or 0xEFBFBA) is unknown color: approx Beauty Bush. HEX triplet: EF, BF and BA. RGB value is (239,191,186). Sum of RGB (Red+Green+Blue) = 239+191+186=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFBA is #104045. Grayscale: #CCCCCC. Windows color (decimal): -1065030 or 12238831. OLE color: 12238831.

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

Color convert

RGB239191186-
CMYK00.200.220.06
HSL5.66º62.35%83.33%-
HSV(B)5.66º22.18%93.73%-
XYZ63.0959.1654.55-
YUV204.78117.4152.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=38.80%
G=31.01%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919118600.200.220.065.6662.3583.33
HexEFBFBA01416663e53
Octal357277272024266676123
Binary111011111011111110111010010100101101101101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFBA; }

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

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

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

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

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

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

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

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