#EFB3AE

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

Shades of Beauty Bush #EFB3AE

Tints of Beauty Bush #EFB3AE

Color information

#EFB3AE (or 0xEFB3AE) is unknown color: approx Beauty Bush. HEX triplet: EF, B3 and AE. RGB value is (239,179,174). Sum of RGB (Red+Green+Blue) = 239+179+174=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3AE is #104C51. Grayscale: #C4C4C4. Windows color (decimal): -1068114 or 11449327. OLE color: 11449327.

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

Color convert

RGB239179174-
CMYK00.250.270.06
HSL4.62º67.01%80.98%-
HSV(B)4.62º27.2%93.73%-
XYZ59.3653.6547.27-
YUV196.37115.38158.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=40.37%
G=30.24%
B=29.39%

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
Decimal23917917400.250.270.064.6267.0180.98
HexEFB3AE0191B654351
Octal3572632560313365103121
Binary1110111110110011101011100110011101111010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3AE; }

 p { color: rgb(239,179,174); }

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

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

 a { background-color: rgb(239,179,174); }

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

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

 span { border-color: rgb(239,179,174); }

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