#EFBAAC

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

Shades of Beauty Bush #EFBAAC

Tints of Beauty Bush #EFBAAC

Color information

#EFBAAC (or 0xEFBAAC) is unknown color: approx Beauty Bush. HEX triplet: EF, BA and AC. RGB value is (239,186,172). Sum of RGB (Red+Green+Blue) = 239+186+172=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAC is #104553. Grayscale: #C8C8C8. Windows color (decimal): -1066324 or 11320047. OLE color: 11320047.

HSL color Cylindrical-coordinate representation of color #EFBAAC: hue angle of 12.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFBAAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239186172-
CMYK00.220.280.06
HSL12.54º67.68%80.59%-
HSV(B)12.54º28.03%93.73%-
XYZ60.656.4546.73-
YUV200.25112.06155.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=40.03%
G=31.16%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918617200.220.280.0612.5467.6880.59
HexEFBAAC0161C6d4451
Octal35727225402634615104121
Binary11101111101110101010110001011011100110110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAAC; }

 p { color: rgb(239,186,172); }

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

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

 a { background-color: rgb(239,186,172); }

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

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

 span { border-color: rgb(239,186,172); }

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