#EFB2AF

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

Shades of Beauty Bush #EFB2AF

Tints of Beauty Bush #EFB2AF

Color information

#EFB2AF (or 0xEFB2AF) is unknown color: approx Beauty Bush. HEX triplet: EF, B2 and AF. RGB value is (239,178,175). Sum of RGB (Red+Green+Blue) = 239+178+175=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2AF is #104D50. Grayscale: #C3C3C3. Windows color (decimal): -1068369 or 11514607. OLE color: 11514607.

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

Color convert

RGB239178175-
CMYK00.260.270.06
HSL2.81º66.67%81.18%-
HSV(B)2.81º26.78%93.73%-
XYZ59.2553.2947.72-
YUV195.9116.21158.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=40.37%
G=30.07%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917817500.260.270.062.8166.6781.18
HexEFB2AF01A1B634351
Octal3572622570323363103121
Binary111011111011001010101111011010110111101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2AF; }

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

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

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

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

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

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

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

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