#EFBCB7

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

Shades of Beauty Bush #EFBCB7

Tints of Beauty Bush #EFBCB7

Color information

#EFBCB7 (or 0xEFBCB7) is unknown color: approx Beauty Bush. HEX triplet: EF, BC and B7. RGB value is (239,188,183). Sum of RGB (Red+Green+Blue) = 239+188+183=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB7 is #104348. Grayscale: #CACACA. Windows color (decimal): -1065801 or 12041455. OLE color: 12041455.

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

Color convert

RGB239188183-
CMYK00.210.230.06
HSL5.36º63.64%82.75%-
HSV(B)5.36º23.43%93.73%-
XYZ62.1357.7452.67-
YUV202.68116.9153.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 183 (71.88% from 255) = 30%
R=39.18%
G=30.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918818300.210.230.065.3663.6482.75
HexEFBCB701517654053
Octal3572742670252765100123
Binary1110111110111100101101110101011011111010110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCB7; }

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

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

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

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

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

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

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

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