#EFB3AC

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

Shades of Beauty Bush #EFB3AC

Tints of Beauty Bush #EFB3AC

Color information

#EFB3AC (or 0xEFB3AC) is unknown color: approx Beauty Bush. HEX triplet: EF, B3 and AC. RGB value is (239,179,172). Sum of RGB (Red+Green+Blue) = 239+179+172=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3AC is #104C53. Grayscale: #C4C4C4. Windows color (decimal): -1068116 or 11318255. OLE color: 11318255.

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

Color convert

RGB239179172-
CMYK00.250.280.06
HSL6.27º67.68%80.59%-
HSV(B)6.27º28.03%93.73%-
XYZ59.1653.5746.25-
YUV196.14114.38158.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 179 (70.31% from 255) = 30.34%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=40.51%
G=30.34%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917917200.250.280.066.2767.6880.59
HexEFB3AC0191C664451
Octal3572632540313466104121
Binary1110111110110011101011000110011110011011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3AC; }

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

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

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

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

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

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

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

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