#EFBBB1

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

Shades of Beauty Bush #EFBBB1

Tints of Beauty Bush #EFBBB1

Color information

#EFBBB1 (or 0xEFBBB1) is unknown color: approx Beauty Bush. HEX triplet: EF, BB and B1. RGB value is (239,187,177). Sum of RGB (Red+Green+Blue) = 239+187+177=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBB1 is #10444E. Grayscale: #C9C9C9. Windows color (decimal): -1066063 or 11647983. OLE color: 11647983.

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

Color convert

RGB239187177-
CMYK00.220.260.06
HSL9.68º65.96%81.57%-
HSV(B)9.68º25.94%93.73%-
XYZ61.357.0749.38-
YUV201.41114.23154.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=39.64%
G=31.01%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918717700.220.260.069.6865.9681.57
HexEFBBB10161A6a4252
Octal35727326102632612102122
Binary11101111101110111011000101011011010110101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBB1; }

 p { color: rgb(239,187,177); }

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

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

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

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

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

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

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