#EFB4AF

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

Shades of Beauty Bush #EFB4AF

Tints of Beauty Bush #EFB4AF

Color information

#EFB4AF (or 0xEFB4AF) is unknown color: approx Beauty Bush. HEX triplet: EF, B4 and AF. RGB value is (239,180,175). Sum of RGB (Red+Green+Blue) = 239+180+175=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4AF is #104B50. Grayscale: #C5C5C5. Windows color (decimal): -1067857 or 11515119. OLE color: 11515119.

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

Color convert

RGB239180175-
CMYK00.250.270.06
HSL4.69º66.67%81.18%-
HSV(B)4.69º26.78%93.73%-
XYZ59.6654.0947.85-
YUV197.07115.55157.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=40.24%
G=30.30%
B=29.46%

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
Decimal23918017500.250.270.064.6966.6781.18
HexEFB4AF0191B654351
Octal3572642570313365103121
Binary1110111110110100101011110110011101111010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4AF; }

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

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

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

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

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

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

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

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