#EFBEB7

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

Shades of Beauty Bush #EFBEB7

Tints of Beauty Bush #EFBEB7

Color information

#EFBEB7 (or 0xEFBEB7) is unknown color: approx Beauty Bush. HEX triplet: EF, BE and B7. RGB value is (239,190,183). Sum of RGB (Red+Green+Blue) = 239+190+183=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEB7 is #104148. Grayscale: #CBCBCB. Windows color (decimal): -1065289 or 12041967. OLE color: 12041967.

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

Color convert

RGB239190183-
CMYK00.210.230.06
HSL7.5º63.64%82.75%-
HSV(B)7.5º23.43%93.73%-
XYZ62.5658.652.81-
YUV203.85116.23153.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=39.05%
G=31.05%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919018300.210.230.067.563.6482.75
HexEFBEB701517684053
Octal35727626702527610100123
Binary11101111101111101011011101010110111110100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEB7; }

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

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

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

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

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

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

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

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