#EFB4AC

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

Shades of Beauty Bush #EFB4AC

Tints of Beauty Bush #EFB4AC

Color information

#EFB4AC (or 0xEFB4AC) is unknown color: approx Beauty Bush. HEX triplet: EF, B4 and AC. RGB value is (239,180,172). Sum of RGB (Red+Green+Blue) = 239+180+172=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4AC is #104B53. Grayscale: #C4C4C4. Windows color (decimal): -1067860 or 11318511. OLE color: 11318511.

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

Color convert

RGB239180172-
CMYK00.250.280.06
HSL7.16º67.68%80.59%-
HSV(B)7.16º28.03%93.73%-
XYZ59.3653.9746.32-
YUV196.73114.05158.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=40.44%
G=30.46%
B=29.10%

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
Decimal23918017200.250.280.067.1667.6880.59
HexEFB4AC0191C674451
Octal3572642540313467104121
Binary1110111110110100101011000110011110011011110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4AC; }

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

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

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

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

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

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

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

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