#EFBABA

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

Shades of Beauty Bush #EFBABA

Tints of Beauty Bush #EFBABA

Color information

#EFBABA (or 0xEFBABA) is unknown color: approx Beauty Bush. HEX triplet: EF, BA and BA. RGB value is (239,186,186). Sum of RGB (Red+Green+Blue) = 239+186+186=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABA is #104545. Grayscale: #C9C9C9. Windows color (decimal): -1066310 or 12237551. OLE color: 12237551.

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

Color convert

RGB239186186-
CMYK00.220.220.06
HSL62.35%83.33%-
HSV(B)22.18%93.73%-
XYZ62.0257.0154.19-
YUV201.85119.06154.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=39.12%
G=30.44%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918618600.220.220.06062.3583.33
HexEFBABA01616603e53
Octal357272272026266076123
Binary1110111110111010101110100101101011011001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBABA; }

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

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

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

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

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

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

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

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