#EFBEBE

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

Shades of Beauty Bush #EFBEBE

Tints of Beauty Bush #EFBEBE

Color information

#EFBEBE (or 0xEFBEBE) is unknown color: approx Beauty Bush. HEX triplet: EF, BE and BE. RGB value is (239,190,190). Sum of RGB (Red+Green+Blue) = 239+190+190=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEBE is #104141. Grayscale: #CCCCCC. Windows color (decimal): -1065282 or 12500719. OLE color: 12500719.

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

Color convert

RGB239190190-
CMYK00.210.210.06
HSL60.49%84.12%-
HSV(B)20.5%93.73%-
XYZ63.358.956.75-
YUV204.65119.73152.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=38.61%
G=30.69%
B=30.69%

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
Decimal23919019000.210.210.06060.4984.12
HexEFBEBE01515603c54
Octal357276276025256074124
Binary1110111110111110101111100101011010111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEBE; }

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

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

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

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

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

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

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

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