#EFB3AF

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

Shades of Beauty Bush #EFB3AF

Tints of Beauty Bush #EFB3AF

Color information

#EFB3AF (or 0xEFB3AF) is unknown color: approx Beauty Bush. HEX triplet: EF, B3 and AF. RGB value is (239,179,175). Sum of RGB (Red+Green+Blue) = 239+179+175=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3AF is #104C50. Grayscale: #C4C4C4. Windows color (decimal): -1068113 or 11514863. OLE color: 11514863.

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

Color convert

RGB239179175-
CMYK00.250.270.06
HSL3.75º66.67%81.18%-
HSV(B)3.75º26.78%93.73%-
XYZ59.4553.6947.79-
YUV196.48115.88158.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=40.30%
G=30.19%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917917500.250.270.063.7566.6781.18
HexEFB3AF0191B644351
Octal3572632570313364103121
Binary1110111110110011101011110110011101111010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3AF; }

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

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

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

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

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

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

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

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