#EFB5AD

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

Shades of Beauty Bush #EFB5AD

Tints of Beauty Bush #EFB5AD

Color information

#EFB5AD (or 0xEFB5AD) is unknown color: approx Beauty Bush. HEX triplet: EF, B5 and AD. RGB value is (239,181,173). Sum of RGB (Red+Green+Blue) = 239+181+173=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5AD is #104A52. Grayscale: #C5C5C5. Windows color (decimal): -1067603 or 11384303. OLE color: 11384303.

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

Color convert

RGB239181173-
CMYK00.240.280.06
HSL7.27º67.35%80.78%-
HSV(B)7.27º27.62%93.73%-
XYZ59.6654.4246.89-
YUV197.43114.22157.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=40.30%
G=30.52%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918117300.240.280.067.2767.3580.78
HexEFB5AD0181C674351
Octal3572652550303467103121
Binary1110111110110101101011010110001110011011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5AD; }

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

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

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

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

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

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

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

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