#EFBAAF

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

Shades of Beauty Bush #EFBAAF

Tints of Beauty Bush #EFBAAF

Color information

#EFBAAF (or 0xEFBAAF) is unknown color: approx Beauty Bush. HEX triplet: EF, BA and AF. RGB value is (239,186,175). Sum of RGB (Red+Green+Blue) = 239+186+175=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAF is #104550. Grayscale: #C8C8C8. Windows color (decimal): -1066321 or 11516655. OLE color: 11516655.

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

Color convert

RGB239186175-
CMYK00.220.270.06
HSL10.31º66.67%81.18%-
HSV(B)10.31º26.78%93.73%-
XYZ60.8956.5648.27-
YUV200.59113.56155.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=39.83%
G=31%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918617500.220.270.0610.3166.6781.18
HexEFBAAF0161B6a4351
Octal35727225702633612103121
Binary11101111101110101010111101011011011110101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAAF; }

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

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

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

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

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

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

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

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