#EFBDB7

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

Shades of Beauty Bush #EFBDB7

Tints of Beauty Bush #EFBDB7

Color information

#EFBDB7 (or 0xEFBDB7) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and B7. RGB value is (239,189,183). Sum of RGB (Red+Green+Blue) = 239+189+183=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB7 is #104248. Grayscale: #CBCBCB. Windows color (decimal): -1065545 or 12041711. OLE color: 12041711.

HSL color Cylindrical-coordinate representation of color #EFBDB7: hue angle of 6.43º 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 #EFBDB7 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239189183-
CMYK00.210.230.06
HSL6.43º63.64%82.75%-
HSV(B)6.43º23.43%93.73%-
XYZ62.3458.1652.74-
YUV203.27116.56153.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=39.12%
G=30.93%
B=29.95%

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
Decimal23918918300.210.230.066.4363.6482.75
HexEFBDB701517664053
Octal3572752670252766100123
Binary1110111110111101101101110101011011111011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDB7; }

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

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

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

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

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

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

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

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