#EFBFBF

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

Shades of Beauty Bush #EFBFBF

Tints of Beauty Bush #EFBFBF

Color information

#EFBFBF (or 0xEFBFBF) is unknown color: approx Beauty Bush. HEX triplet: EF, BF and BF. RGB value is (239,191,191). Sum of RGB (Red+Green+Blue) = 239+191+191=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFBF is #104040. Grayscale: #CDCDCD. Windows color (decimal): -1065025 or 12566511. OLE color: 12566511.

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

Color convert

RGB239191191-
CMYK00.200.200.06
HSL60%84.31%-
HSV(B)20.08%93.73%-
XYZ63.6359.3757.4-
YUV205.35119.9152-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 191 (75% from 255) = 30.76%
R=38.49%
G=30.76%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919119100.200.200.0606084.31
HexEFBFBF01414603c54
Octal357277277024246074124
Binary1110111110111111101111110101001010011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFBF; }

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

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

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

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

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

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

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

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