#EFBBB7

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

Shades of Beauty Bush #EFBBB7

Tints of Beauty Bush #EFBBB7

Color information

#EFBBB7 (or 0xEFBBB7) is unknown color: approx Beauty Bush. HEX triplet: EF, BB and B7. RGB value is (239,187,183). Sum of RGB (Red+Green+Blue) = 239+187+183=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBB7 is #104448. Grayscale: #CACACA. Windows color (decimal): -1066057 or 12041199. OLE color: 12041199.

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

Color convert

RGB239187183-
CMYK00.220.230.06
HSL4.29º63.64%82.75%-
HSV(B)4.29º23.43%93.73%-
XYZ61.9157.3152.6-
YUV202.09117.23154.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=39.24%
G=30.71%
B=30.05%

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
Decimal23918718300.220.230.064.2963.6482.75
HexEFBBB701617644053
Octal3572732670262764100123
Binary1110111110111011101101110101101011111010010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBB7; }

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

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

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

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

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

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

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

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