#EFB6AF

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

Shades of Beauty Bush #EFB6AF

Tints of Beauty Bush #EFB6AF

Color information

#EFB6AF (or 0xEFB6AF) is unknown color: approx Beauty Bush. HEX triplet: EF, B6 and AF. RGB value is (239,182,175). Sum of RGB (Red+Green+Blue) = 239+182+175=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB6AF is #104950. Grayscale: #C6C6C6. Windows color (decimal): -1067345 or 11515631. OLE color: 11515631.

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

Color convert

RGB239182175-
CMYK00.240.270.06
HSL6.56º66.67%81.18%-
HSV(B)6.56º26.78%93.73%-
XYZ60.0654.947.99-
YUV198.24114.88157.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=40.10%
G=30.54%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918217500.240.270.066.5666.6781.18
HexEFB6AF0181B674351
Octal3572662570303367103121
Binary1110111110110110101011110110001101111011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6AF; }

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

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

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

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

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

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

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

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