#EFB5AC

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

Shades of Beauty Bush #EFB5AC

Tints of Beauty Bush #EFB5AC

Color information

#EFB5AC (or 0xEFB5AC) is unknown color: approx Beauty Bush. HEX triplet: EF, B5 and AC. RGB value is (239,181,172). Sum of RGB (Red+Green+Blue) = 239+181+172=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5AC is #104A53. Grayscale: #C5C5C5. Windows color (decimal): -1067604 or 11318767. OLE color: 11318767.

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

Color convert

RGB239181172-
CMYK00.240.280.06
HSL8.06º67.68%80.59%-
HSV(B)8.06º28.03%93.73%-
XYZ59.5754.3846.39-
YUV197.32113.72157.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=40.37%
G=30.57%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918117200.240.280.068.0667.6880.59
HexEFB5AC0181C684451
Octal35726525403034610104121
Binary11101111101101011010110001100011100110100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5AC; }

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

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

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

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

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

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

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

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