#efbaad

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

Shades of Beauty Bush #EFBAAD

Tints of Beauty Bush #EFBAAD

Color information

#EFBAAD (or 0xEFBAAD) is unknown color: approx Beauty Bush. HEX triplet: EF, BA and AD. RGB value is (239,186,173). Sum of RGB (Red+Green+Blue) = 239+186+173=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAD is #104552. Grayscale: #C8C8C8. Windows color (decimal): -1066323 or 11385583. OLE color: 11385583.

HSL color Cylindrical-coordinate representation of color #EFBAAD: hue angle of 11.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFBAAD is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239186173-
CMYK00.220.280.06
HSL11.82º67.35%80.78%-
HSV(B)11.82º27.62%93.73%-
XYZ60.756.4947.24-
YUV200.36112.56155.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=39.97%
G=31.10%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918617300.220.280.0611.8267.3580.78
HexEFBAAD0161C6c4351
Octal35727225502634614103121
Binary11101111101110101010110101011011100110110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efbaad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efbaad; }

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

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

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

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

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

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

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

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