#EFBEBD

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

Shades of Beauty Bush #EFBEBD

Tints of Beauty Bush #EFBEBD

Color information

#EFBEBD (or 0xEFBEBD) is unknown color: approx Beauty Bush. HEX triplet: EF, BE and BD. RGB value is (239,190,189). Sum of RGB (Red+Green+Blue) = 239+190+189=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBD is #104142. Grayscale: #CCCCCC. Windows color (decimal): -1065283 or 12435183. OLE color: 12435183.

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

Color convert

RGB239190189-
CMYK00.210.210.06
HSL1.2º60.98%83.92%-
HSV(B)1.2º20.92%93.73%-
XYZ63.258.8556.17-
YUV204.54119.23152.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=38.67%
G=30.74%
B=30.58%

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
Decimal23919018900.210.210.061.260.9883.92
HexEFBEBD01515613d54
Octal357276275025256175124
Binary1110111110111110101111010101011010111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEBD; }

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

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

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

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

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

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

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

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