#EFBDBB

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

Shades of Beauty Bush #EFBDBB

Tints of Beauty Bush #EFBDBB

Color information

#EFBDBB (or 0xEFBDBB) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and BB. RGB value is (239,189,187). Sum of RGB (Red+Green+Blue) = 239+189+187=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDBB is #104244. Grayscale: #CBCBCB. Windows color (decimal): -1065541 or 12303855. OLE color: 12303855.

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

Color convert

RGB239189187-
CMYK00.210.220.06
HSL2.31º61.9%83.53%-
HSV(B)2.31º21.76%93.73%-
XYZ62.7658.3354.97-
YUV203.72118.56153.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=38.86%
G=30.73%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918918700.210.220.062.3161.983.53
HexEFBDBB01516623e54
Octal357275273025266276124
Binary11101111101111011011101101010110110110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDBB; }

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

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

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

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

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

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

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

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