#EFBCB4

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

Shades of Beauty Bush #EFBCB4

Tints of Beauty Bush #EFBCB4

Color information

#EFBCB4 (or 0xEFBCB4) is unknown color: approx Beauty Bush. HEX triplet: EF, BC and B4. RGB value is (239,188,180). Sum of RGB (Red+Green+Blue) = 239+188+180=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB4 is #10434B. Grayscale: #CACACA. Windows color (decimal): -1065804 or 11844847. OLE color: 11844847.

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

Color convert

RGB239188180-
CMYK00.210.250.06
HSL8.14º64.84%82.16%-
HSV(B)8.14º24.69%93.73%-
XYZ61.8257.6151.04-
YUV202.34115.4154.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=39.37%
G=30.97%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918818000.210.250.068.1464.8482.16
HexEFBCB401519684152
Octal35727426402531610101122
Binary11101111101111001011010001010111001110100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCB4; }

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

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

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

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

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

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

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

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