#EFBDB4

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

Shades of Beauty Bush #EFBDB4

Tints of Beauty Bush #EFBDB4

Color information

#EFBDB4 (or 0xEFBDB4) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and B4. RGB value is (239,189,180). Sum of RGB (Red+Green+Blue) = 239+189+180=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB4 is #10424B. Grayscale: #CBCBCB. Windows color (decimal): -1065548 or 11845103. OLE color: 11845103.

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

Color convert

RGB239189180-
CMYK00.210.250.06
HSL9.15º64.84%82.16%-
HSV(B)9.15º24.69%93.73%-
XYZ62.0358.0451.11-
YUV202.92115.06153.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=39.31%
G=31.09%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918918000.210.250.069.1564.8482.16
HexEFBDB401519694152
Octal35727526402531611101122
Binary11101111101111011011010001010111001110100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDB4; }

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

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

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

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

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

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

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

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