#EFBAB7

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

Shades of Beauty Bush #EFBAB7

Tints of Beauty Bush #EFBAB7

Color information

#EFBAB7 (or 0xEFBAB7) is unknown color: approx Beauty Bush. HEX triplet: EF, BA and B7. RGB value is (239,186,183). Sum of RGB (Red+Green+Blue) = 239+186+183=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAB7 is #104548. Grayscale: #C9C9C9. Windows color (decimal): -1066313 or 12040943. OLE color: 12040943.

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

Color convert

RGB239186183-
CMYK00.220.230.06
HSL3.21º63.64%82.75%-
HSV(B)3.21º23.43%93.73%-
XYZ61.756.8952.53-
YUV201.5117.56154.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 183 (71.88% from 255) = 30.10%
R=39.31%
G=30.59%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918618300.220.230.063.2163.6482.75
HexEFBAB701617634053
Octal3572722670262763100123
Binary111011111011101010110111010110101111101110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAB7; }

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

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

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

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

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

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

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

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