#EFBFBC

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

Shades of Beauty Bush #EFBFBC

Tints of Beauty Bush #EFBFBC

Color information

#EFBFBC (or 0xEFBFBC) is unknown color: approx Beauty Bush. HEX triplet: EF, BF and BC. RGB value is (239,191,188). Sum of RGB (Red+Green+Blue) = 239+191+188=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFBC is #104043. Grayscale: #CDCDCD. Windows color (decimal): -1065028 or 12369903. OLE color: 12369903.

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

Color convert

RGB239191188-
CMYK00.200.210.06
HSL3.53º61.45%83.73%-
HSV(B)3.53º21.34%93.73%-
XYZ63.359.2455.68-
YUV205.01118.4152.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=38.67%
G=30.91%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919118800.200.210.063.5361.4583.73
HexEFBFBC01415643d54
Octal357277274024256475124
Binary111011111011111110111100010100101011101001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFBC; }

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

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

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

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

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

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

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

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