#EFBDB6

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

Shades of Beauty Bush #EFBDB6

Tints of Beauty Bush #EFBDB6

Color information

#EFBDB6 (or 0xEFBDB6) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and B6. RGB value is (239,189,182). Sum of RGB (Red+Green+Blue) = 239+189+182=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB6 is #104249. Grayscale: #CBCBCB. Windows color (decimal): -1065546 or 11976175. OLE color: 11976175.

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

Color convert

RGB239189182-
CMYK00.210.240.06
HSL7.37º64.04%82.55%-
HSV(B)7.37º23.85%93.73%-
XYZ62.2458.1252.19-
YUV203.15116.06153.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 182 (71.48% from 255) = 29.84%
R=39.18%
G=30.98%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918918200.210.240.067.3764.0482.55
HexEFBDB601518674053
Octal3572752660253067100123
Binary1110111110111101101101100101011100011011110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDB6; }

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

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

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

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

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

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

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

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