#EFB4AD

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

Shades of Beauty Bush #EFB4AD

Tints of Beauty Bush #EFB4AD

Color information

#EFB4AD (or 0xEFB4AD) is unknown color: approx Beauty Bush. HEX triplet: EF, B4 and AD. RGB value is (239,180,173). Sum of RGB (Red+Green+Blue) = 239+180+173=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4AD is #104B52. Grayscale: #C4C4C4. Windows color (decimal): -1067859 or 11384047. OLE color: 11384047.

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

Color convert

RGB239180173-
CMYK00.250.280.06
HSL6.36º67.35%80.78%-
HSV(B)6.36º27.62%93.73%-
XYZ59.4654.0146.83-
YUV196.84114.55158.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 180 (70.70% from 255) = 30.41%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=40.37%
G=30.41%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918017300.250.280.066.3667.3580.78
HexEFB4AD0191C664351
Octal3572642550313466103121
Binary1110111110110100101011010110011110011011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4AD; }

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

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

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

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

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

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

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

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