#EFBCB5

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

Shades of Beauty Bush #EFBCB5

Tints of Beauty Bush #EFBCB5

Color information

#EFBCB5 (or 0xEFBCB5) is unknown color: approx Beauty Bush. HEX triplet: EF, BC and B5. RGB value is (239,188,181). Sum of RGB (Red+Green+Blue) = 239+188+181=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB5 is #10434A. Grayscale: #CACACA. Windows color (decimal): -1065803 or 11910383. OLE color: 11910383.

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

Color convert

RGB239188181-
CMYK00.210.240.06
HSL7.24º64.44%82.35%-
HSV(B)7.24º24.27%93.73%-
XYZ61.9257.6551.58-
YUV202.45115.9154.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=39.31%
G=30.92%
B=29.77%

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
Decimal23918818100.210.240.067.2464.4482.35
HexEFBCB501518674052
Octal3572742650253067100122
Binary1110111110111100101101010101011100011011110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCB5; }

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

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

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

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

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

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

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

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