#EFB7AF

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

Shades of Beauty Bush #EFB7AF

Tints of Beauty Bush #EFB7AF

Color information

#EFB7AF (or 0xEFB7AF) is unknown color: approx Beauty Bush. HEX triplet: EF, B7 and AF. RGB value is (239,183,175). Sum of RGB (Red+Green+Blue) = 239+183+175=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7AF is #104850. Grayscale: #C6C6C6. Windows color (decimal): -1067089 or 11515887. OLE color: 11515887.

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

Color convert

RGB239183175-
CMYK00.230.270.06
HSL7.5º66.67%81.18%-
HSV(B)7.5º26.78%93.73%-
XYZ60.2755.3148.06-
YUV198.83114.55156.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=40.03%
G=30.65%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918317500.230.270.067.566.6781.18
HexEFB7AF0171B684351
Octal35726725702733610103121
Binary11101111101101111010111101011111011110100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB7AF; }

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

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

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

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

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

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

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

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