#EFBDBD

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

Shades of Beauty Bush #EFBDBD

Tints of Beauty Bush #EFBDBD

Color information

#EFBDBD (or 0xEFBDBD) is unknown color: approx Beauty Bush. HEX triplet: EF, BD and BD. RGB value is (239,189,189). Sum of RGB (Red+Green+Blue) = 239+189+189=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDBD is #104242. Grayscale: #CBCBCB. Windows color (decimal): -1065539 or 12434927. OLE color: 12434927.

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

Color convert

RGB239189189-
CMYK00.210.210.06
HSL60.98%83.92%-
HSV(B)20.92%93.73%-
XYZ62.9858.4256.1-
YUV203.95119.56153-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=38.74%
G=30.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918918900.210.210.06060.9883.92
HexEFBDBD01515603d54
Octal357275275025256075124
Binary1110111110111101101111010101011010111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDBD; }

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

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

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

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

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

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

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

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